Pull request #41756 updated Started by user Sebastiaan van Stijn Rebuilds build #6 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e+6d05bba74baf29523187f290a482875f3139e2b9 (3936afa513789fa9e844cefd5e22861859d61e6b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-02-22T19:06:22.962Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-02-22T19:06:22.967Z] Trying to pass milestone 6 [Pipeline] milestone [2021-02-22T19:06:23.022Z] Trying to pass milestone 7 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-02-22T19:06:23.322Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02f0dcf8faed2c6a3) in /home/ubuntu/workspace/moby_PR-41756 [Pipeline] { [Pipeline] checkout [2021-02-22T19:06:23.442Z] The recommended git tool is: git [2021-02-22T19:06:26.314Z] using credential docker-jenkins-github-credentials [2021-02-22T19:06:26.337Z] Cloning the remote Git repository [2021-02-22T19:06:26.337Z] Cloning with configured refspecs honoured and without tags [2021-02-22T19:06:26.392Z] Cloning repository https://github.com/moby/moby.git [2021-02-22T19:06:26.518Z] > git init /home/ubuntu/workspace/moby_PR-41756 # timeout=10 [2021-02-22T19:06:26.906Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-22T19:06:26.907Z] > git --version # timeout=10 [2021-02-22T19:06:26.941Z] > git --version # 'git version 2.17.1' [2021-02-22T19:06:26.942Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:06:27.069Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41756/head:refs/remotes/origin/PR-41756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:06:50.506Z] Fetching without tags [2021-02-22T19:06:50.852Z] Merging remotes/origin/master commit 6d05bba74baf29523187f290a482875f3139e2b9 into PR head commit 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e [2021-02-22T19:06:50.379Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-22T19:06:50.407Z] > git config --add remote.origin.fetch +refs/pull/41756/head:refs/remotes/origin/PR-41756 # timeout=10 [2021-02-22T19:06:50.433Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:06:50.473Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-22T19:06:50.513Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-22T19:06:50.513Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:06:50.518Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41756/head:refs/remotes/origin/PR-41756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:06:50.861Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T19:06:50.898Z] > git checkout -f 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e # timeout=10 [2021-02-22T19:06:51.534Z] > git remote # timeout=10 [2021-02-22T19:06:51.562Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T19:06:51.591Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:06:51.592Z] > git merge 6d05bba74baf29523187f290a482875f3139e2b9 # timeout=10 [2021-02-22T19:06:52.806Z] Merge succeeded, producing 37b4d8e98d3696e540db3f2fd739e8d3f6b71771 [2021-02-22T19:06:52.806Z] Checking out Revision 37b4d8e98d3696e540db3f2fd739e8d3f6b71771 (PR-41756) [2021-02-22T19:06:52.794Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-22T19:06:52.807Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T19:06:52.821Z] > git checkout -f 37b4d8e98d3696e540db3f2fd739e8d3f6b71771 # timeout=10 [2021-02-22T19:06:56.607Z] Commit message: "Merge commit '6d05bba74baf29523187f290a482875f3139e2b9' into HEAD" [2021-02-22T19:06:56.609Z] > git rev-list --no-walk 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-22T19:06:57.861Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41756:/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-02-22T19:07:01.157Z] Unable to find image 'alpine:latest' locally [2021-02-22T19:07:01.418Z] latest: Pulling from library/alpine [2021-02-22T19:07:01.418Z] ba3557a56b15: Pulling fs layer [2021-02-22T19:07:01.418Z] ba3557a56b15: Verifying Checksum [2021-02-22T19:07:01.418Z] ba3557a56b15: Download complete [2021-02-22T19:07:01.996Z] ba3557a56b15: Pull complete [2021-02-22T19:07:01.996Z] Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be [2021-02-22T19:07:01.996Z] Status: Downloaded newer image for alpine:latest [2021-02-22T19:07:07.280Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "cgroup2" skipped due to when conditional Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "cgroup2" 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] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "cgroup2" 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] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "cgroup2" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] } [Pipeline] // stage [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-02-22T19:07:23.514Z] Still waiting to schedule task [2021-02-22T19:07:23.514Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-02-22T19:07:23.515Z] Still waiting to schedule task [2021-02-22T19:07:23.515Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-02-22T19:07:23.516Z] Still waiting to schedule task [2021-02-22T19:07:23.516Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-02-22T19:07:23.518Z] Still waiting to schedule task [2021-02-22T19:07:23.518Z] Waiting for next available executor on ‘arm64&&linux’ [2021-02-22T19:07:23.520Z] Still waiting to schedule task [2021-02-22T19:07:23.520Z] Waiting for next available executor on ‘windows-2019’ [2021-02-22T19:08:12.932Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01dfbd834abde4e29) in /home/ubuntu/workspace/moby_PR-41756 [Pipeline] { [Pipeline] checkout [2021-02-22T19:08:13.072Z] The recommended git tool is: git [2021-02-22T19:08:15.529Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0d9386a74a00e95ab) in /home/ubuntu/workspace/moby_PR-41756 [Pipeline] { [Pipeline] checkout [2021-02-22T19:08:15.707Z] The recommended git tool is: git [2021-02-22T19:08:16.035Z] using credential docker-jenkins-github-credentials [2021-02-22T19:08:16.044Z] Cloning the remote Git repository [2021-02-22T19:08:16.044Z] Cloning with configured refspecs honoured and without tags [2021-02-22T19:08:16.086Z] Cloning repository https://github.com/moby/moby.git [2021-02-22T19:08:16.174Z] > git init /home/ubuntu/workspace/moby_PR-41756 # timeout=10 [2021-02-22T19:08:16.477Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-22T19:08:16.477Z] > git --version # timeout=10 [2021-02-22T19:08:16.498Z] > git --version # 'git version 2.17.1' [2021-02-22T19:08:16.498Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:08:16.500Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41756/head:refs/remotes/origin/PR-41756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:08:16.632Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fa6f716626af94be) in /home/ubuntu/workspace/moby_PR-41756 [Pipeline] { [Pipeline] checkout [2021-02-22T19:08:16.786Z] The recommended git tool is: git [2021-02-22T19:08:17.975Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e4dfddc5eda68152) in /home/ubuntu/workspace/moby_PR-41756 [Pipeline] { [Pipeline] checkout [2021-02-22T19:08:18.148Z] The recommended git tool is: git [2021-02-22T19:08:19.754Z] using credential docker-jenkins-github-credentials [2021-02-22T19:08:19.763Z] Cloning the remote Git repository [2021-02-22T19:08:19.763Z] Cloning with configured refspecs honoured and without tags [2021-02-22T19:08:19.792Z] using credential docker-jenkins-github-credentials [2021-02-22T19:08:19.799Z] Cloning the remote Git repository [2021-02-22T19:08:19.799Z] Cloning with configured refspecs honoured and without tags [2021-02-22T19:08:19.818Z] Cloning repository https://github.com/moby/moby.git [2021-02-22T19:08:19.876Z] > git init /home/ubuntu/workspace/moby_PR-41756 # timeout=10 [2021-02-22T19:08:20.202Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-22T19:08:20.202Z] > git --version # timeout=10 [2021-02-22T19:08:20.243Z] > git --version # 'git version 2.17.1' [2021-02-22T19:08:20.243Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:08:20.267Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41756/head:refs/remotes/origin/PR-41756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:08:19.922Z] Cloning repository https://github.com/moby/moby.git [2021-02-22T19:08:19.990Z] > git init /home/ubuntu/workspace/moby_PR-41756 # timeout=10 [2021-02-22T19:08:20.225Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-22T19:08:20.226Z] > git --version # timeout=10 [2021-02-22T19:08:20.238Z] > git --version # 'git version 2.7.4' [2021-02-22T19:08:20.239Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:08:20.242Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41756/head:refs/remotes/origin/PR-41756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:08:21.445Z] using credential docker-jenkins-github-credentials [2021-02-22T19:08:21.455Z] Cloning the remote Git repository [2021-02-22T19:08:21.455Z] Cloning with configured refspecs honoured and without tags [2021-02-22T19:08:21.517Z] Cloning repository https://github.com/moby/moby.git [2021-02-22T19:08:21.630Z] > git init /home/ubuntu/workspace/moby_PR-41756 # timeout=10 [2021-02-22T19:08:21.897Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-22T19:08:21.898Z] > git --version # timeout=10 [2021-02-22T19:08:21.938Z] > git --version # 'git version 2.17.1' [2021-02-22T19:08:21.939Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:08:21.964Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41756/head:refs/remotes/origin/PR-41756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:08:39.459Z] Fetching without tags [2021-02-22T19:08:39.480Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-22T19:08:39.491Z] > git config --add remote.origin.fetch +refs/pull/41756/head:refs/remotes/origin/PR-41756 # timeout=10 [2021-02-22T19:08:39.503Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:08:39.513Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-22T19:08:39.528Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-22T19:08:39.529Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:08:39.531Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41756/head:refs/remotes/origin/PR-41756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:08:39.911Z] Merging remotes/origin/master commit 6d05bba74baf29523187f290a482875f3139e2b9 into PR head commit 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e [2021-02-22T19:08:41.968Z] Merge succeeded, producing 86c380745d2040cd9213ced369a684a5e45b8d14 [2021-02-22T19:08:41.968Z] Checking out Revision 86c380745d2040cd9213ced369a684a5e45b8d14 (PR-41756) [2021-02-22T19:08:39.984Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T19:08:40.003Z] > git checkout -f 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e # timeout=10 [2021-02-22T19:08:40.953Z] > git remote # timeout=10 [2021-02-22T19:08:41.007Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T19:08:41.053Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:08:41.055Z] > git merge 6d05bba74baf29523187f290a482875f3139e2b9 # timeout=10 [2021-02-22T19:08:42.011Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-22T19:08:42.020Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T19:08:42.039Z] > git checkout -f 86c380745d2040cd9213ced369a684a5e45b8d14 # timeout=10 [2021-02-22T19:08:42.261Z] Fetching without tags [2021-02-22T19:08:42.657Z] Merging remotes/origin/master commit 6d05bba74baf29523187f290a482875f3139e2b9 into PR head commit 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e [2021-02-22T19:08:42.157Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-22T19:08:42.195Z] > git config --add remote.origin.fetch +refs/pull/41756/head:refs/remotes/origin/PR-41756 # timeout=10 [2021-02-22T19:08:42.215Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:08:42.237Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-22T19:08:42.264Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-22T19:08:42.264Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:08:42.265Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41756/head:refs/remotes/origin/PR-41756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:08:42.670Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T19:08:42.703Z] > git checkout -f 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e # timeout=10 [2021-02-22T19:08:43.373Z] > git remote # timeout=10 [2021-02-22T19:08:43.399Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T19:08:43.424Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:08:43.425Z] > git merge 6d05bba74baf29523187f290a482875f3139e2b9 # timeout=10 [2021-02-22T19:08:44.147Z] Merge succeeded, producing 74b0480456a2a1a42890e1ba1d5a803717c20272 [2021-02-22T19:08:44.147Z] Checking out Revision 74b0480456a2a1a42890e1ba1d5a803717c20272 (PR-41756) [2021-02-22T19:08:45.770Z] Commit message: "Merge commit '6d05bba74baf29523187f290a482875f3139e2b9' into HEAD" [2021-02-22T19:08:45.803Z] > git rev-list --no-walk 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e # timeout=10 [2021-02-22T19:08:46.142Z] Fetching without tags [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-22T19:08:44.136Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-22T19:08:44.149Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T19:08:44.158Z] > git checkout -f 74b0480456a2a1a42890e1ba1d5a803717c20272 # timeout=10 [2021-02-22T19:08:46.580Z] Merging remotes/origin/master commit 6d05bba74baf29523187f290a482875f3139e2b9 into PR head commit 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e [2021-02-22T19:08:46.982Z] + docker version [2021-02-22T19:08:46.050Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-22T19:08:46.071Z] > git config --add remote.origin.fetch +refs/pull/41756/head:refs/remotes/origin/PR-41756 # timeout=10 [2021-02-22T19:08:46.090Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:08:46.113Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-22T19:08:46.146Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-22T19:08:46.146Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:08:46.147Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41756/head:refs/remotes/origin/PR-41756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:08:46.589Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T19:08:46.612Z] > git checkout -f 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e # timeout=10 [2021-02-22T19:08:47.631Z] > git remote # timeout=10 [2021-02-22T19:08:47.657Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T19:08:47.680Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:08:47.681Z] > git merge 6d05bba74baf29523187f290a482875f3139e2b9 # timeout=10 [2021-02-22T19:08:47.987Z] Commit message: "Merge commit '6d05bba74baf29523187f290a482875f3139e2b9' into HEAD" [2021-02-22T19:08:47.990Z] > git rev-list --no-walk 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e # timeout=10 [2021-02-22T19:08:48.090Z] Fetching without tags [2021-02-22T19:08:48.433Z] Merging remotes/origin/master commit 6d05bba74baf29523187f290a482875f3139e2b9 into PR head commit 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-22T19:08:48.726Z] Merge succeeded, producing ef9c6d00734e69222267391b1150c07910b497f8 [2021-02-22T19:08:48.726Z] Checking out Revision ef9c6d00734e69222267391b1150c07910b497f8 (PR-41756) [2021-02-22T19:08:47.997Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-22T19:08:48.030Z] > git config --add remote.origin.fetch +refs/pull/41756/head:refs/remotes/origin/PR-41756 # timeout=10 [2021-02-22T19:08:48.053Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:08:48.069Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-22T19:08:48.102Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-22T19:08:48.102Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:08:48.103Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41756/head:refs/remotes/origin/PR-41756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:08:48.444Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T19:08:48.468Z] > git checkout -f 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e # timeout=10 [2021-02-22T19:08:49.287Z] + [ PR != PR ] [2021-02-22T19:08:49.287Z] + [ master != master ] [2021-02-22T19:08:49.287Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-22T19:08:49.475Z] Merge succeeded, producing 2453b8e9682af4a4abb845d22f50322244136cf2 [2021-02-22T19:08:49.475Z] Checking out Revision 2453b8e9682af4a4abb845d22f50322244136cf2 (PR-41756) [2021-02-22T19:08:49.700Z] + docker version [2021-02-22T19:08:48.701Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-22T19:08:48.728Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T19:08:48.752Z] > git checkout -f ef9c6d00734e69222267391b1150c07910b497f8 # timeout=10 [2021-02-22T19:08:49.144Z] > git remote # timeout=10 [2021-02-22T19:08:49.173Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T19:08:49.196Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:08:49.197Z] > git merge 6d05bba74baf29523187f290a482875f3139e2b9 # timeout=10 [2021-02-22T19:08:49.463Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-22T19:08:49.478Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T19:08:49.505Z] > git checkout -f 2453b8e9682af4a4abb845d22f50322244136cf2 # timeout=10 [2021-02-22T19:08:52.297Z] Client: Docker Engine - Community [2021-02-22T19:08:52.297Z] Version: 20.10.3 [2021-02-22T19:08:52.297Z] API version: 1.41 [2021-02-22T19:08:52.297Z] Go version: go1.13.15 [2021-02-22T19:08:52.297Z] Git commit: 48d30b5 [2021-02-22T19:08:52.297Z] Built: Fri Jan 29 14:33:53 2021 [2021-02-22T19:08:52.297Z] OS/Arch: linux/arm64 [2021-02-22T19:08:52.297Z] Context: default [2021-02-22T19:08:52.297Z] Experimental: true [2021-02-22T19:08:52.297Z] [2021-02-22T19:08:52.297Z] Server: Docker Engine - Community [2021-02-22T19:08:52.297Z] Engine: [2021-02-22T19:08:52.297Z] Version: 20.10.3 [2021-02-22T19:08:52.297Z] API version: 1.41 (minimum version 1.12) [2021-02-22T19:08:52.297Z] Go version: go1.13.15 [2021-02-22T19:08:52.297Z] Git commit: 46229ca [2021-02-22T19:08:52.297Z] Built: Fri Jan 29 14:32:08 2021 [2021-02-22T19:08:52.297Z] OS/Arch: linux/arm64 [2021-02-22T19:08:52.297Z] Experimental: true [2021-02-22T19:08:52.297Z] containerd: [2021-02-22T19:08:52.297Z] Version: 1.4.3 [2021-02-22T19:08:52.297Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:08:52.297Z] runc: [2021-02-22T19:08:52.297Z] Version: 1.0.0-rc92 [2021-02-22T19:08:52.297Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-22T19:08:52.297Z] docker-init: [2021-02-22T19:08:52.297Z] Version: 0.19.0 [2021-02-22T19:08:52.297Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-22T19:08:52.543Z] Commit message: "Merge commit '6d05bba74baf29523187f290a482875f3139e2b9' into HEAD" [2021-02-22T19:08:52.545Z] > git rev-list --no-walk 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e # timeout=10 [2021-02-22T19:08:52.642Z] + docker info [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-22T19:08:53.451Z] Commit message: "Merge commit '6d05bba74baf29523187f290a482875f3139e2b9' into HEAD" [2021-02-22T19:08:53.454Z] > git rev-list --no-walk 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e # timeout=10 [2021-02-22T19:08:53.890Z] + docker version [2021-02-22T19:08:53.908Z] Client: Docker Engine - Community [2021-02-22T19:08:53.908Z] Version: 20.10.3 [2021-02-22T19:08:53.908Z] API version: 1.41 [2021-02-22T19:08:53.908Z] Go version: go1.13.15 [2021-02-22T19:08:53.908Z] Git commit: 48d30b5 [2021-02-22T19:08:53.908Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-22T19:08:53.908Z] OS/Arch: linux/amd64 [2021-02-22T19:08:53.908Z] Context: default [2021-02-22T19:08:53.908Z] Experimental: true [2021-02-22T19:08:53.908Z] [2021-02-22T19:08:53.908Z] Server: Docker Engine - Community [2021-02-22T19:08:53.908Z] Engine: [2021-02-22T19:08:53.908Z] Version: 20.10.3 [2021-02-22T19:08:53.908Z] API version: 1.41 (minimum version 1.12) [2021-02-22T19:08:53.908Z] Go version: go1.13.15 [2021-02-22T19:08:53.908Z] Git commit: 46229ca [2021-02-22T19:08:53.908Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-22T19:08:53.908Z] OS/Arch: linux/amd64 [2021-02-22T19:08:53.908Z] Experimental: true [2021-02-22T19:08:53.908Z] containerd: [2021-02-22T19:08:53.908Z] Version: 1.4.3 [2021-02-22T19:08:53.908Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:08:53.908Z] runc: [2021-02-22T19:08:53.908Z] Version: 1.0.0-rc92 [2021-02-22T19:08:53.908Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-22T19:08:53.908Z] docker-init: [2021-02-22T19:08:53.908Z] Version: 0.19.0 [2021-02-22T19:08:53.908Z] GitCommit: de40ad0 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-22T19:08:54.215Z] + docker info [2021-02-22T19:08:54.761Z] + docker version [2021-02-22T19:08:57.214Z] Client: Docker Engine - Community [2021-02-22T19:08:57.214Z] Version: 20.10.3 [2021-02-22T19:08:57.214Z] API version: 1.41 [2021-02-22T19:08:57.214Z] Go version: go1.13.15 [2021-02-22T19:08:57.214Z] Git commit: 48d30b5 [2021-02-22T19:08:57.214Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-22T19:08:57.214Z] OS/Arch: linux/amd64 [2021-02-22T19:08:57.214Z] Context: default [2021-02-22T19:08:57.214Z] Experimental: true [2021-02-22T19:08:57.214Z] [2021-02-22T19:08:57.214Z] Server: Docker Engine - Community [2021-02-22T19:08:57.214Z] Engine: [2021-02-22T19:08:57.214Z] Version: 20.10.3 [2021-02-22T19:08:57.214Z] API version: 1.41 (minimum version 1.12) [2021-02-22T19:08:57.214Z] Go version: go1.13.15 [2021-02-22T19:08:57.214Z] Git commit: 46229ca [2021-02-22T19:08:57.214Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-22T19:08:57.214Z] OS/Arch: linux/amd64 [2021-02-22T19:08:57.214Z] Experimental: true [2021-02-22T19:08:57.214Z] containerd: [2021-02-22T19:08:57.214Z] Version: 1.4.3 [2021-02-22T19:08:57.214Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:08:57.214Z] runc: [2021-02-22T19:08:57.214Z] Version: 1.0.0-rc92 [2021-02-22T19:08:57.214Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-22T19:08:57.214Z] docker-init: [2021-02-22T19:08:57.214Z] Version: 0.19.0 [2021-02-22T19:08:57.214Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-22T19:08:57.538Z] + docker info [2021-02-22T19:08:57.941Z] Client: [2021-02-22T19:08:57.941Z] Context: default [2021-02-22T19:08:57.941Z] Debug Mode: false [2021-02-22T19:08:57.941Z] Plugins: [2021-02-22T19:08:57.941Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-22T19:08:57.941Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-22T19:08:57.941Z] [2021-02-22T19:08:57.941Z] Server: [2021-02-22T19:08:57.941Z] Containers: 0 [2021-02-22T19:08:57.941Z] Running: 0 [2021-02-22T19:08:57.941Z] Paused: 0 [2021-02-22T19:08:57.941Z] Stopped: 0 [2021-02-22T19:08:57.941Z] Images: 0 [2021-02-22T19:08:57.941Z] Server Version: 20.10.3 [2021-02-22T19:08:57.941Z] Storage Driver: overlay2 [2021-02-22T19:08:57.941Z] Backing Filesystem: extfs [2021-02-22T19:08:57.941Z] Supports d_type: true [2021-02-22T19:08:57.941Z] Native Overlay Diff: true [2021-02-22T19:08:57.941Z] Logging Driver: json-file [2021-02-22T19:08:57.941Z] Cgroup Driver: cgroupfs [2021-02-22T19:08:57.941Z] Cgroup Version: 1 [2021-02-22T19:08:57.941Z] Plugins: [2021-02-22T19:08:57.941Z] Volume: local [2021-02-22T19:08:57.941Z] Network: bridge host ipvlan macvlan null overlay [2021-02-22T19:08:57.941Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-22T19:08:57.941Z] Swarm: inactive [2021-02-22T19:08:57.941Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-22T19:08:57.941Z] Default Runtime: runc [2021-02-22T19:08:57.941Z] Init Binary: docker-init [2021-02-22T19:08:57.941Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:08:57.941Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-22T19:08:57.941Z] init version: de40ad0 [2021-02-22T19:08:57.941Z] Security Options: [2021-02-22T19:08:57.941Z] apparmor [2021-02-22T19:08:57.941Z] seccomp [2021-02-22T19:08:57.941Z] Profile: default [2021-02-22T19:08:57.941Z] Kernel Version: 4.15.0-1093-aws [2021-02-22T19:08:57.941Z] Operating System: Ubuntu 16.04.7 LTS [2021-02-22T19:08:57.941Z] OSType: linux [2021-02-22T19:08:57.941Z] Architecture: aarch64 [2021-02-22T19:08:57.941Z] CPUs: 4 [2021-02-22T19:08:57.941Z] Total Memory: 7.525GiB [2021-02-22T19:08:57.941Z] Name: ip-10-100-125-152 [2021-02-22T19:08:57.941Z] ID: HS3U:IGO5:VPJI:V5M2:5SX2:V5CR:PRXJ:5HSF:G7SK:JBQF:ATHM:TB3S [2021-02-22T19:08:57.941Z] Docker Root Dir: /var/lib/docker [2021-02-22T19:08:57.941Z] Debug Mode: false [2021-02-22T19:08:57.941Z] Registry: https://index.docker.io/v1/ [2021-02-22T19:08:57.941Z] Labels: [2021-02-22T19:08:57.941Z] Experimental: true [2021-02-22T19:08:57.941Z] Insecure Registries: [2021-02-22T19:08:57.941Z] 127.0.0.0/8 [2021-02-22T19:08:57.941Z] Live Restore Enabled: true [2021-02-22T19:08:57.941Z] [2021-02-22T19:08:57.941Z] WARNING: No swap limit support [Pipeline] sh [2021-02-22T19:08:58.090Z] Client: Docker Engine - Community [2021-02-22T19:08:58.091Z] Version: 20.10.3 [2021-02-22T19:08:58.091Z] API version: 1.41 [2021-02-22T19:08:58.091Z] Go version: go1.13.15 [2021-02-22T19:08:58.091Z] Git commit: 48d30b5 [2021-02-22T19:08:58.091Z] Built: Fri Jan 29 14:33:13 2021 [2021-02-22T19:08:58.091Z] OS/Arch: linux/amd64 [2021-02-22T19:08:58.091Z] Context: default [2021-02-22T19:08:58.091Z] Experimental: true [2021-02-22T19:08:58.091Z] [2021-02-22T19:08:58.091Z] Server: Docker Engine - Community [2021-02-22T19:08:58.091Z] Engine: [2021-02-22T19:08:58.091Z] Version: 20.10.3 [2021-02-22T19:08:58.091Z] API version: 1.41 (minimum version 1.12) [2021-02-22T19:08:58.091Z] Go version: go1.13.15 [2021-02-22T19:08:58.091Z] Git commit: 46229ca [2021-02-22T19:08:58.091Z] Built: Fri Jan 29 14:31:25 2021 [2021-02-22T19:08:58.091Z] OS/Arch: linux/amd64 [2021-02-22T19:08:58.091Z] Experimental: true [2021-02-22T19:08:58.091Z] containerd: [2021-02-22T19:08:58.091Z] Version: 1.4.3 [2021-02-22T19:08:58.091Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:08:58.091Z] runc: [2021-02-22T19:08:58.091Z] Version: 1.0.0-rc92 [2021-02-22T19:08:58.091Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-22T19:08:58.091Z] docker-init: [2021-02-22T19:08:58.091Z] Version: 0.19.0 [2021-02-22T19:08:58.091Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-22T19:08:58.234Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-22T19:08:58.234Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-22T19:08:58.234Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41756/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-22T19:08:58.234Z] + bash /home/ubuntu/workspace/moby_PR-41756/check-config.sh [2021-02-22T19:08:58.234Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-22T19:08:58.234Z] info: reading kernel config from /boot/config-4.15.0-1093-aws ... [2021-02-22T19:08:58.234Z] [2021-02-22T19:08:58.234Z] Generally Necessary: [2021-02-22T19:08:58.234Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-22T19:08:58.234Z] - apparmor: enabled and tools installed [2021-02-22T19:08:58.419Z] + docker info [2021-02-22T19:08:58.496Z] - CONFIG_NAMESPACES: enabled [2021-02-22T19:08:58.496Z] - CONFIG_NET_NS: enabled [2021-02-22T19:08:58.496Z] - CONFIG_PID_NS: enabled [2021-02-22T19:08:58.496Z] - CONFIG_IPC_NS: enabled [2021-02-22T19:08:58.496Z] - CONFIG_UTS_NS: enabled [2021-02-22T19:08:58.496Z] - CONFIG_CGROUPS: enabled [2021-02-22T19:08:58.496Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-22T19:08:58.496Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-22T19:08:58.496Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-22T19:08:58.496Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-22T19:08:58.496Z] - CONFIG_CPUSETS: enabled [2021-02-22T19:08:58.496Z] - CONFIG_MEMCG: enabled [2021-02-22T19:08:58.496Z] - CONFIG_KEYS: enabled [2021-02-22T19:08:58.496Z] - CONFIG_VETH: enabled (as module) [2021-02-22T19:08:58.496Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-22T19:08:58.496Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-22T19:08:58.496Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-22T19:08:58.496Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-22T19:08:58.496Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-22T19:08:58.758Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-22T19:08:58.758Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-22T19:08:58.758Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-22T19:08:58.758Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-22T19:08:58.758Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-22T19:08:58.758Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-22T19:08:58.758Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-22T19:08:58.758Z] [2021-02-22T19:08:58.758Z] Optional Features: [2021-02-22T19:08:58.758Z] - CONFIG_USER_NS: enabled [2021-02-22T19:08:58.758Z] - CONFIG_SECCOMP: enabled [2021-02-22T19:08:58.758Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-22T19:08:58.758Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-22T19:08:58.758Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-22T19:08:58.758Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-22T19:08:58.758Z] - CONFIG_BLK_CGROUP: enabled [2021-02-22T19:08:58.758Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-22T19:08:58.758Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-22T19:08:58.758Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-22T19:08:58.758Z] - CONFIG_CGROUP_PERF: enabled [2021-02-22T19:08:58.758Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-22T19:08:58.758Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-22T19:08:58.758Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-22T19:08:58.758Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-22T19:08:58.758Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-22T19:08:58.758Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-22T19:08:59.021Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-22T19:08:59.021Z] - CONFIG_IP_VS: enabled (as module) [2021-02-22T19:08:59.021Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-22T19:08:59.021Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-22T19:08:59.021Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-22T19:08:59.021Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-22T19:08:59.021Z] - CONFIG_EXT4_FS: enabled [2021-02-22T19:08:59.021Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-22T19:08:59.021Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-22T19:08:59.021Z] - Network Drivers: [2021-02-22T19:08:59.021Z] - "overlay": [2021-02-22T19:08:59.021Z] - CONFIG_VXLAN: enabled (as module) [2021-02-22T19:08:59.021Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-22T19:08:59.021Z] Optional (for encrypted networks): [2021-02-22T19:08:59.021Z] - CONFIG_CRYPTO: enabled [2021-02-22T19:08:59.021Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-22T19:08:59.021Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-22T19:08:59.021Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-22T19:08:59.021Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-22T19:08:59.021Z] - CONFIG_XFRM: enabled [2021-02-22T19:08:59.021Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-22T19:08:59.021Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-22T19:08:59.021Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-22T19:08:59.021Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-22T19:08:59.021Z] - "ipvlan": [2021-02-22T19:08:59.021Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-22T19:08:59.021Z] - "macvlan": [2021-02-22T19:08:59.284Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-22T19:08:59.284Z] - CONFIG_DUMMY: enabled (as module) [2021-02-22T19:08:59.284Z] - "ftp,tftp client in container": [2021-02-22T19:08:59.284Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-22T19:08:59.284Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-22T19:08:59.284Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-22T19:08:59.284Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-22T19:08:59.284Z] - Storage Drivers: [2021-02-22T19:08:59.284Z] - "aufs": [2021-02-22T19:08:59.284Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-22T19:08:59.284Z] - "btrfs": [2021-02-22T19:08:59.284Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-22T19:08:59.284Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-22T19:08:59.284Z] - "devicemapper": [2021-02-22T19:08:59.284Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-22T19:08:59.284Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-22T19:08:59.284Z] - "overlay": [2021-02-22T19:08:59.284Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-22T19:08:59.284Z] - "zfs": [2021-02-22T19:08:59.284Z] - /dev/zfs: missing [2021-02-22T19:08:59.284Z] - zfs command: missing [2021-02-22T19:08:59.284Z] - zpool command: missing [2021-02-22T19:08:59.284Z] [2021-02-22T19:08:59.284Z] Limits: [2021-02-22T19:08:59.284Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-22T19:08:59.284Z] [2021-02-22T19:08:59.284Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-22T19:08:59.508Z] Client: [2021-02-22T19:08:59.508Z] Context: default [2021-02-22T19:08:59.508Z] Debug Mode: false [2021-02-22T19:08:59.508Z] Plugins: [2021-02-22T19:08:59.508Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-22T19:08:59.508Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-22T19:08:59.508Z] [2021-02-22T19:08:59.508Z] Server: [2021-02-22T19:08:59.508Z] Containers: 0 [2021-02-22T19:08:59.508Z] Running: 0 [2021-02-22T19:08:59.508Z] Paused: 0 [2021-02-22T19:08:59.508Z] Stopped: 0 [2021-02-22T19:08:59.508Z] Images: 0 [2021-02-22T19:08:59.508Z] Server Version: 20.10.3 [2021-02-22T19:08:59.508Z] Storage Driver: overlay2 [2021-02-22T19:08:59.508Z] Backing Filesystem: extfs [2021-02-22T19:08:59.508Z] Supports d_type: true [2021-02-22T19:08:59.508Z] Native Overlay Diff: true [2021-02-22T19:08:59.508Z] Logging Driver: json-file [2021-02-22T19:08:59.508Z] Cgroup Driver: cgroupfs [2021-02-22T19:08:59.508Z] Cgroup Version: 1 [2021-02-22T19:08:59.508Z] Plugins: [2021-02-22T19:08:59.508Z] Volume: local [2021-02-22T19:08:59.508Z] Network: bridge host ipvlan macvlan null overlay [2021-02-22T19:08:59.508Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-22T19:08:59.508Z] Swarm: inactive [2021-02-22T19:08:59.508Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-22T19:08:59.508Z] Default Runtime: runc [2021-02-22T19:08:59.508Z] Init Binary: docker-init [2021-02-22T19:08:59.508Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:08:59.508Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-22T19:08:59.508Z] init version: de40ad0 [2021-02-22T19:08:59.508Z] Security Options: [2021-02-22T19:08:59.508Z] apparmor [2021-02-22T19:08:59.508Z] seccomp [2021-02-22T19:08:59.508Z] Profile: default [2021-02-22T19:08:59.508Z] Kernel Version: 5.4.0-1037-aws [2021-02-22T19:08:59.508Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-22T19:08:59.508Z] OSType: linux [2021-02-22T19:08:59.508Z] Architecture: x86_64 [2021-02-22T19:08:59.508Z] CPUs: 2 [2021-02-22T19:08:59.508Z] Total Memory: 7.569GiB [2021-02-22T19:08:59.508Z] Name: ip-10-100-57-195 [2021-02-22T19:08:59.508Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-22T19:08:59.508Z] Docker Root Dir: /var/lib/docker [2021-02-22T19:08:59.508Z] Debug Mode: false [2021-02-22T19:08:59.508Z] Registry: https://index.docker.io/v1/ [2021-02-22T19:08:59.508Z] Labels: [2021-02-22T19:08:59.508Z] Experimental: true [2021-02-22T19:08:59.508Z] Insecure Registries: [2021-02-22T19:08:59.508Z] 127.0.0.0/8 [2021-02-22T19:08:59.508Z] Live Restore Enabled: true [2021-02-22T19:08:59.508Z] [2021-02-22T19:08:59.508Z] WARNING: No swap limit support [2021-02-22T19:08:59.508Z] WARNING: No blkio weight support [2021-02-22T19:08:59.508Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-22T19:08:59.658Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 . [2021-02-22T19:08:59.800Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-22T19:08:59.800Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-22T19:08:59.800Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41756/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-22T19:08:59.800Z] + bash /home/ubuntu/workspace/moby_PR-41756/check-config.sh [2021-02-22T19:08:59.800Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-22T19:08:59.800Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-22T19:08:59.800Z] [2021-02-22T19:08:59.800Z] Generally Necessary: [2021-02-22T19:08:59.800Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-22T19:08:59.800Z] - apparmor: enabled and tools installed [2021-02-22T19:08:59.800Z] - CONFIG_NAMESPACES: enabled [2021-02-22T19:08:59.800Z] - CONFIG_NET_NS: enabled [2021-02-22T19:08:59.800Z] - CONFIG_PID_NS: enabled [2021-02-22T19:08:59.800Z] - CONFIG_IPC_NS: enabled [2021-02-22T19:08:59.800Z] - CONFIG_UTS_NS: enabled [2021-02-22T19:08:59.800Z] - CONFIG_CGROUPS: enabled [2021-02-22T19:08:59.800Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-22T19:08:59.800Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-22T19:08:59.800Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-22T19:08:59.800Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-22T19:08:59.800Z] - CONFIG_CPUSETS: enabled [2021-02-22T19:08:59.800Z] - CONFIG_MEMCG: enabled [2021-02-22T19:08:59.800Z] - CONFIG_KEYS: enabled [2021-02-22T19:08:59.800Z] - CONFIG_VETH: enabled (as module) [2021-02-22T19:08:59.800Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-22T19:08:59.800Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-22T19:08:59.800Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-22T19:08:59.800Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-22T19:08:59.800Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-22T19:08:59.800Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-22T19:08:59.800Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-22T19:08:59.800Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-22T19:08:59.800Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-22T19:08:59.800Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-22T19:08:59.919Z] #1 [internal] load build definition from Dockerfile [2021-02-22T19:08:59.919Z] #1 sha256:361b21ecefbdd4f7829e84aad684c541bb6e0b13b24701085d6a76921e869df7 [2021-02-22T19:08:59.919Z] #1 transferring dockerfile: 16.55kB 0.0s done [2021-02-22T19:08:59.919Z] #1 DONE 0.1s [2021-02-22T19:09:00.072Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-22T19:09:00.072Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-22T19:09:00.072Z] [2021-02-22T19:09:00.072Z] Optional Features: [2021-02-22T19:09:00.072Z] - CONFIG_USER_NS: enabled [2021-02-22T19:09:00.072Z] - CONFIG_SECCOMP: enabled [2021-02-22T19:09:00.072Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-22T19:09:00.072Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-22T19:09:00.072Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-22T19:09:00.072Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-22T19:09:00.072Z] - CONFIG_BLK_CGROUP: enabled [2021-02-22T19:09:00.072Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-22T19:09:00.072Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-22T19:09:00.072Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-22T19:09:00.072Z] - CONFIG_CGROUP_PERF: enabled [2021-02-22T19:09:00.072Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-22T19:09:00.072Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-22T19:09:00.072Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-22T19:09:00.072Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-22T19:09:00.072Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-22T19:09:00.072Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-22T19:09:00.072Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-22T19:09:00.072Z] - CONFIG_IP_VS: enabled (as module) [2021-02-22T19:09:00.072Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-22T19:09:00.072Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-22T19:09:00.072Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-22T19:09:00.072Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-22T19:09:00.072Z] - CONFIG_EXT4_FS: enabled [2021-02-22T19:09:00.072Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-22T19:09:00.072Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-22T19:09:00.072Z] - Network Drivers: [2021-02-22T19:09:00.072Z] - "overlay": [2021-02-22T19:09:00.072Z] - CONFIG_VXLAN: enabled (as module) [2021-02-22T19:09:00.072Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-22T19:09:00.072Z] Optional (for encrypted networks): [2021-02-22T19:09:00.190Z] [2021-02-22T19:09:00.190Z] #2 [internal] load .dockerignore [2021-02-22T19:09:00.190Z] #2 sha256:a35e7f4fd24db5f38eaaf28ca1147896ac786e9aff056edaf8100e20d9dd810c [2021-02-22T19:09:00.190Z] #2 transferring context: 87B done [2021-02-22T19:09:00.190Z] #2 DONE 0.0s [2021-02-22T19:09:00.190Z] [2021-02-22T19:09:00.190Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-22T19:09:00.190Z] #3 sha256:3242eeaf18da316ded48256a0832b5cec1bbdac6db0ce0ee365e8a978d41940c [2021-02-22T19:09:00.342Z] - CONFIG_CRYPTO: enabled [2021-02-22T19:09:00.342Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-22T19:09:00.342Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-22T19:09:00.342Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-22T19:09:00.342Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-22T19:09:00.342Z] - CONFIG_XFRM: enabled [2021-02-22T19:09:00.342Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-22T19:09:00.342Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-22T19:09:00.342Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-22T19:09:00.342Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-22T19:09:00.342Z] - "ipvlan": [2021-02-22T19:09:00.342Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-22T19:09:00.342Z] - "macvlan": [2021-02-22T19:09:00.342Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-22T19:09:00.342Z] - CONFIG_DUMMY: enabled (as module) [2021-02-22T19:09:00.342Z] - "ftp,tftp client in container": [2021-02-22T19:09:00.342Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-22T19:09:00.342Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-22T19:09:00.342Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-22T19:09:00.342Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-22T19:09:00.342Z] - Storage Drivers: [2021-02-22T19:09:00.342Z] - "aufs": [2021-02-22T19:09:00.342Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-22T19:09:00.342Z] - "btrfs": [2021-02-22T19:09:00.342Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-22T19:09:00.342Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-22T19:09:00.342Z] - "devicemapper": [2021-02-22T19:09:00.342Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-22T19:09:00.342Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-22T19:09:00.342Z] - "overlay": [2021-02-22T19:09:00.342Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-22T19:09:00.342Z] - "zfs": [2021-02-22T19:09:00.342Z] - /dev/zfs: present [2021-02-22T19:09:00.342Z] - zfs command: missing [2021-02-22T19:09:00.342Z] - zpool command: missing [2021-02-22T19:09:00.342Z] [2021-02-22T19:09:00.342Z] Limits: [2021-02-22T19:09:00.342Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-22T19:09:00.342Z] [2021-02-22T19:09:00.342Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-22T19:09:00.695Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 . [2021-02-22T19:09:00.769Z] #3 DONE 0.6s [2021-02-22T19:09:00.769Z] [2021-02-22T19:09:00.769Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-22T19:09:00.769Z] #4 sha256:e2fb1c94d106d597da9164a068ce49aece352b29fc05b57104b551e09cb4545e [2021-02-22T19:09:00.769Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-22T19:09:00.769Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2021-02-22T19:09:00.769Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2021-02-22T19:09:00.769Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 1.05MB / 8.28MB 0.1s [2021-02-22T19:09:00.769Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-22T19:09:00.955Z] #1 [internal] load build definition from Dockerfile [2021-02-22T19:09:00.955Z] #1 sha256:6a82393b787720943e71648c9e1a5df421347cde140e64681a50bbd44f3c46f6 [2021-02-22T19:09:00.955Z] #1 transferring dockerfile: 16.55kB done [2021-02-22T19:09:00.955Z] #1 DONE 0.1s [2021-02-22T19:09:00.955Z] [2021-02-22T19:09:00.955Z] #2 [internal] load .dockerignore [2021-02-22T19:09:00.955Z] #2 sha256:7ed5a48919fc730fa0ed922c2f5e30334ac4c4d502180465243fe879163e4a41 [2021-02-22T19:09:00.955Z] #2 transferring context: 87B done [2021-02-22T19:09:00.955Z] #2 DONE 0.1s [2021-02-22T19:09:00.955Z] [2021-02-22T19:09:00.955Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-22T19:09:00.955Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-22T19:09:01.033Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.2s [2021-02-22T19:09:01.295Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.4s done [2021-02-22T19:09:01.295Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.1s [2021-02-22T19:09:01.551Z] #3 DONE 0.6s [2021-02-22T19:09:01.551Z] [2021-02-22T19:09:01.551Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-22T19:09:01.551Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-22T19:09:01.551Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-22T19:09:01.551Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-22T19:09:01.551Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-22T19:09:01.551Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-22T19:09:01.551Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s [2021-02-22T19:09:01.558Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2021-02-22T19:09:01.558Z] #4 DONE 0.7s [2021-02-22T19:09:01.812Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2021-02-22T19:09:01.812Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2021-02-22T19:09:01.812Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2021-02-22T19:09:02.131Z] [2021-02-22T19:09:02.131Z] #5 [internal] load build definition from Dockerfile [2021-02-22T19:09:02.131Z] #5 sha256:814c1c7913748683b1ba144dfa50df2f66804ee494f59500102fe4b27d1ed9e3 [2021-02-22T19:09:02.131Z] #5 transferring dockerfile: 16.55kB done [2021-02-22T19:09:02.131Z] #5 DONE 0.0s [2021-02-22T19:09:02.131Z] [2021-02-22T19:09:02.131Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-22T19:09:02.131Z] #8 sha256:d71d81e7655e217a265abade180b866597ca13067c3e3d98a7c9383c573e8071 [2021-02-22T19:09:02.384Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2021-02-22T19:09:02.384Z] #4 DONE 0.9s [2021-02-22T19:09:02.393Z] #8 DONE 0.4s [2021-02-22T19:09:02.393Z] [2021-02-22T19:09:02.393Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-22T19:09:02.393Z] #7 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-02-22T19:09:02.644Z] [2021-02-22T19:09:02.644Z] #5 [internal] load build definition from Dockerfile [2021-02-22T19:09:02.644Z] #5 sha256:aa716afdcc6652cd27dea4dedc45a8ec5ce01a32549bea737050e1670e5ba264 [2021-02-22T19:09:02.644Z] #5 transferring dockerfile: 16.55kB done [2021-02-22T19:09:02.644Z] #5 DONE 0.0s [2021-02-22T19:09:02.644Z] [2021-02-22T19:09:02.644Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-22T19:09:02.644Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-22T19:09:02.655Z] #7 ... [2021-02-22T19:09:02.655Z] [2021-02-22T19:09:02.655Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-02-22T19:09:02.655Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-02-22T19:09:02.655Z] #6 DONE 0.5s [2021-02-22T19:09:02.655Z] [2021-02-22T19:09:02.655Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-22T19:09:02.655Z] #7 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-02-22T19:09:02.655Z] #7 DONE 0.8s [2021-02-22T19:09:02.841Z] Client: [2021-02-22T19:09:02.841Z] Context: default [2021-02-22T19:09:02.841Z] Debug Mode: false [2021-02-22T19:09:02.841Z] Plugins: [2021-02-22T19:09:02.841Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-22T19:09:02.841Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-22T19:09:02.841Z] [2021-02-22T19:09:02.841Z] Server: [2021-02-22T19:09:02.841Z] Containers: 0 [2021-02-22T19:09:02.841Z] Running: 0 [2021-02-22T19:09:02.841Z] Paused: 0 [2021-02-22T19:09:02.841Z] Stopped: 0 [2021-02-22T19:09:02.841Z] Images: 0 [2021-02-22T19:09:02.841Z] Server Version: 20.10.3 [2021-02-22T19:09:02.841Z] Storage Driver: overlay2 [2021-02-22T19:09:02.841Z] Backing Filesystem: extfs [2021-02-22T19:09:02.841Z] Supports d_type: true [2021-02-22T19:09:02.841Z] Native Overlay Diff: true [2021-02-22T19:09:02.841Z] Logging Driver: json-file [2021-02-22T19:09:02.841Z] Cgroup Driver: cgroupfs [2021-02-22T19:09:02.841Z] Cgroup Version: 1 [2021-02-22T19:09:02.841Z] Plugins: [2021-02-22T19:09:02.841Z] Volume: local [2021-02-22T19:09:02.841Z] Network: bridge host ipvlan macvlan null overlay [2021-02-22T19:09:02.841Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-22T19:09:02.841Z] Swarm: inactive [2021-02-22T19:09:02.841Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-22T19:09:02.841Z] Default Runtime: runc [2021-02-22T19:09:02.841Z] Init Binary: docker-init [2021-02-22T19:09:02.841Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:09:02.841Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-22T19:09:02.841Z] init version: de40ad0 [2021-02-22T19:09:02.841Z] Security Options: [2021-02-22T19:09:02.841Z] apparmor [2021-02-22T19:09:02.841Z] seccomp [2021-02-22T19:09:02.841Z] Profile: default [2021-02-22T19:09:02.841Z] Kernel Version: 5.4.0-1037-aws [2021-02-22T19:09:02.841Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-22T19:09:02.841Z] OSType: linux [2021-02-22T19:09:02.841Z] Architecture: x86_64 [2021-02-22T19:09:02.841Z] CPUs: 2 [2021-02-22T19:09:02.841Z] Total Memory: 7.569GiB [2021-02-22T19:09:02.841Z] Name: ip-10-100-55-74 [2021-02-22T19:09:02.841Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-22T19:09:02.841Z] Docker Root Dir: /var/lib/docker [2021-02-22T19:09:02.841Z] Debug Mode: false [2021-02-22T19:09:02.841Z] Registry: https://index.docker.io/v1/ [2021-02-22T19:09:02.841Z] Labels: [2021-02-22T19:09:02.841Z] Experimental: true [2021-02-22T19:09:02.841Z] Insecure Registries: [2021-02-22T19:09:02.841Z] 127.0.0.0/8 [2021-02-22T19:09:02.841Z] Live Restore Enabled: true [2021-02-22T19:09:02.841Z] [2021-02-22T19:09:02.841Z] WARNING: No swap limit support [2021-02-22T19:09:02.841Z] WARNING: No blkio weight support [2021-02-22T19:09:02.841Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-22T19:09:02.905Z] #7 DONE 0.3s [2021-02-22T19:09:02.905Z] [2021-02-22T19:09:02.905Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-22T19:09:02.905Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-22T19:09:03.148Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-22T19:09:03.148Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-22T19:09:03.148Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41756/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-22T19:09:03.148Z] + bash /home/ubuntu/workspace/moby_PR-41756/check-config.sh [2021-02-22T19:09:03.148Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-22T19:09:03.148Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-22T19:09:03.148Z] [2021-02-22T19:09:03.148Z] Generally Necessary: [2021-02-22T19:09:03.148Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-22T19:09:03.148Z] - apparmor: enabled and tools installed [2021-02-22T19:09:03.148Z] - CONFIG_NAMESPACES: enabled [2021-02-22T19:09:03.148Z] - CONFIG_NET_NS: enabled [2021-02-22T19:09:03.148Z] - CONFIG_PID_NS: enabled [2021-02-22T19:09:03.148Z] - CONFIG_IPC_NS: enabled [2021-02-22T19:09:03.148Z] - CONFIG_UTS_NS: enabled [2021-02-22T19:09:03.148Z] - CONFIG_CGROUPS: enabled [2021-02-22T19:09:03.148Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-22T19:09:03.148Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-22T19:09:03.148Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-22T19:09:03.148Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-22T19:09:03.148Z] - CONFIG_CPUSETS: enabled [2021-02-22T19:09:03.148Z] - CONFIG_MEMCG: enabled [2021-02-22T19:09:03.148Z] - CONFIG_KEYS: enabled [2021-02-22T19:09:03.148Z] - CONFIG_VETH: enabled (as module) [2021-02-22T19:09:03.148Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-22T19:09:03.148Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-22T19:09:03.148Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-22T19:09:03.148Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-22T19:09:03.148Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-22T19:09:03.148Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-22T19:09:03.148Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-22T19:09:03.148Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-22T19:09:03.148Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-22T19:09:03.169Z] #8 DONE 0.3s [2021-02-22T19:09:03.169Z] [2021-02-22T19:09:03.169Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-22T19:09:03.169Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-22T19:09:03.169Z] #6 DONE 0.3s [2021-02-22T19:09:03.412Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-22T19:09:03.412Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-22T19:09:03.412Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-22T19:09:03.412Z] [2021-02-22T19:09:03.412Z] Optional Features: [2021-02-22T19:09:03.412Z] - CONFIG_USER_NS: enabled [2021-02-22T19:09:03.412Z] - CONFIG_SECCOMP: enabled [2021-02-22T19:09:03.412Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-22T19:09:03.412Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-22T19:09:03.412Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-22T19:09:03.412Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-22T19:09:03.412Z] - CONFIG_BLK_CGROUP: enabled [2021-02-22T19:09:03.412Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-22T19:09:03.412Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-22T19:09:03.412Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-22T19:09:03.412Z] - CONFIG_CGROUP_PERF: enabled [2021-02-22T19:09:03.412Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-22T19:09:03.412Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-22T19:09:03.412Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-22T19:09:03.412Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-22T19:09:03.412Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-22T19:09:03.412Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-22T19:09:03.412Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-22T19:09:03.412Z] - CONFIG_IP_VS: enabled (as module) [2021-02-22T19:09:03.412Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-22T19:09:03.412Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-22T19:09:03.412Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-22T19:09:03.412Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-22T19:09:03.412Z] - CONFIG_EXT4_FS: enabled [2021-02-22T19:09:03.412Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-22T19:09:03.412Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-22T19:09:03.412Z] - Network Drivers: [2021-02-22T19:09:03.412Z] - "overlay": [2021-02-22T19:09:03.412Z] - CONFIG_VXLAN: enabled (as module) [2021-02-22T19:09:03.412Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-22T19:09:03.412Z] Optional (for encrypted networks): [2021-02-22T19:09:03.672Z] - CONFIG_CRYPTO: enabled [2021-02-22T19:09:03.672Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-22T19:09:03.672Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-22T19:09:03.672Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-22T19:09:03.672Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-22T19:09:03.672Z] - CONFIG_XFRM: enabled [2021-02-22T19:09:03.672Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-22T19:09:03.672Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-22T19:09:03.672Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-22T19:09:03.672Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-22T19:09:03.672Z] - "ipvlan": [2021-02-22T19:09:03.672Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-22T19:09:03.672Z] - "macvlan": [2021-02-22T19:09:03.672Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-22T19:09:03.672Z] - CONFIG_DUMMY: enabled (as module) [2021-02-22T19:09:03.672Z] - "ftp,tftp client in container": [2021-02-22T19:09:03.672Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-22T19:09:03.673Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-22T19:09:03.673Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-22T19:09:03.673Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-22T19:09:03.673Z] - Storage Drivers: [2021-02-22T19:09:03.673Z] - "aufs": [2021-02-22T19:09:03.673Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-22T19:09:03.673Z] - "btrfs": [2021-02-22T19:09:03.673Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-22T19:09:03.673Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-22T19:09:03.673Z] - "devicemapper": [2021-02-22T19:09:03.673Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-22T19:09:03.673Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-22T19:09:03.673Z] - "overlay": [2021-02-22T19:09:03.673Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-22T19:09:03.673Z] - "zfs": [2021-02-22T19:09:03.673Z] - /dev/zfs: present [2021-02-22T19:09:03.673Z] - zfs command: missing [2021-02-22T19:09:03.673Z] - zpool command: missing [2021-02-22T19:09:03.673Z] [2021-02-22T19:09:03.673Z] Limits: [2021-02-22T19:09:03.673Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-22T19:09:03.673Z] [2021-02-22T19:09:03.673Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2021-02-22T19:09:03.730Z] Client: [2021-02-22T19:09:03.730Z] Context: default [2021-02-22T19:09:03.730Z] Debug Mode: false [2021-02-22T19:09:03.730Z] Plugins: [2021-02-22T19:09:03.730Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-22T19:09:03.730Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-22T19:09:03.730Z] [2021-02-22T19:09:03.730Z] Server: [2021-02-22T19:09:03.730Z] Containers: 0 [2021-02-22T19:09:03.730Z] Running: 0 [2021-02-22T19:09:03.730Z] Paused: 0 [2021-02-22T19:09:03.730Z] Stopped: 0 [2021-02-22T19:09:03.730Z] Images: 0 [2021-02-22T19:09:03.730Z] Server Version: 20.10.3 [2021-02-22T19:09:03.730Z] Storage Driver: overlay2 [2021-02-22T19:09:03.730Z] Backing Filesystem: extfs [2021-02-22T19:09:03.730Z] Supports d_type: true [2021-02-22T19:09:03.730Z] Native Overlay Diff: true [2021-02-22T19:09:03.730Z] Logging Driver: json-file [2021-02-22T19:09:03.730Z] Cgroup Driver: cgroupfs [2021-02-22T19:09:03.730Z] Cgroup Version: 1 [2021-02-22T19:09:03.730Z] Plugins: [2021-02-22T19:09:03.730Z] Volume: local [2021-02-22T19:09:03.730Z] Network: bridge host ipvlan macvlan null overlay [2021-02-22T19:09:03.730Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-22T19:09:03.730Z] Swarm: inactive [2021-02-22T19:09:03.730Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-22T19:09:03.730Z] Default Runtime: runc [2021-02-22T19:09:03.730Z] Init Binary: docker-init [2021-02-22T19:09:03.730Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:09:03.730Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-22T19:09:03.730Z] init version: de40ad0 [2021-02-22T19:09:03.730Z] Security Options: [2021-02-22T19:09:03.730Z] apparmor [2021-02-22T19:09:03.730Z] seccomp [2021-02-22T19:09:03.730Z] Profile: default [2021-02-22T19:09:03.730Z] Kernel Version: 5.4.0-1037-aws [2021-02-22T19:09:03.730Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-22T19:09:03.730Z] OSType: linux [2021-02-22T19:09:03.730Z] Architecture: x86_64 [2021-02-22T19:09:03.730Z] CPUs: 2 [2021-02-22T19:09:03.730Z] Total Memory: 7.569GiB [2021-02-22T19:09:03.730Z] Name: ip-10-100-54-32 [2021-02-22T19:09:03.730Z] ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O [2021-02-22T19:09:03.730Z] Docker Root Dir: /var/lib/docker [2021-02-22T19:09:03.730Z] Debug Mode: false [2021-02-22T19:09:03.730Z] Registry: https://index.docker.io/v1/ [2021-02-22T19:09:03.730Z] Labels: [2021-02-22T19:09:03.730Z] Experimental: true [2021-02-22T19:09:03.730Z] Insecure Registries: [2021-02-22T19:09:03.730Z] 127.0.0.0/8 [2021-02-22T19:09:03.730Z] Live Restore Enabled: true [2021-02-22T19:09:03.730Z] [2021-02-22T19:09:03.730Z] WARNING: No swap limit support [2021-02-22T19:09:03.730Z] WARNING: No blkio weight support [2021-02-22T19:09:03.730Z] WARNING: No blkio weight_device support [Pipeline] sh [Pipeline] sh [2021-02-22T19:09:04.024Z] + sudo modprobe ip_vs [2021-02-22T19:09:04.024Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 . [2021-02-22T19:09:04.074Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-22T19:09:04.074Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-22T19:09:04.074Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41756/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-22T19:09:04.074Z] + bash /home/ubuntu/workspace/moby_PR-41756/check-config.sh [2021-02-22T19:09:04.074Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-22T19:09:04.074Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ... [2021-02-22T19:09:04.074Z] [2021-02-22T19:09:04.074Z] Generally Necessary: [2021-02-22T19:09:04.074Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-22T19:09:04.074Z] - apparmor: enabled and tools installed [2021-02-22T19:09:04.074Z] - CONFIG_NAMESPACES: enabled [2021-02-22T19:09:04.074Z] - CONFIG_NET_NS: enabled [2021-02-22T19:09:04.074Z] - CONFIG_PID_NS: enabled [2021-02-22T19:09:04.074Z] - CONFIG_IPC_NS: enabled [2021-02-22T19:09:04.074Z] - CONFIG_UTS_NS: enabled [2021-02-22T19:09:04.074Z] - CONFIG_CGROUPS: enabled [2021-02-22T19:09:04.074Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-22T19:09:04.074Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-22T19:09:04.074Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-22T19:09:04.074Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-22T19:09:04.074Z] - CONFIG_CPUSETS: enabled [2021-02-22T19:09:04.074Z] - CONFIG_MEMCG: enabled [2021-02-22T19:09:04.074Z] - CONFIG_KEYS: enabled [2021-02-22T19:09:04.074Z] - CONFIG_VETH: enabled (as module) [2021-02-22T19:09:04.074Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-22T19:09:04.074Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-22T19:09:04.074Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-22T19:09:04.074Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-22T19:09:04.074Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-22T19:09:04.074Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-22T19:09:04.074Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-22T19:09:04.074Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-22T19:09:04.074Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-22T19:09:04.074Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-22T19:09:04.284Z] #1 [internal] load build definition from Dockerfile [2021-02-22T19:09:04.284Z] #1 sha256:bb997a4615a0b25905780505444353fd683471686e661dc6995fc2ce121ebf86 [2021-02-22T19:09:04.284Z] #1 transferring dockerfile: 16.55kB done [2021-02-22T19:09:04.284Z] #1 DONE 0.1s [2021-02-22T19:09:04.284Z] [2021-02-22T19:09:04.284Z] #2 [internal] load .dockerignore [2021-02-22T19:09:04.284Z] #2 sha256:afa2c47f4415701f7f6d46777e16e2f501d4b45c12aa6516fc68e7da07d6969a [2021-02-22T19:09:04.284Z] #2 transferring context: 87B done [2021-02-22T19:09:04.284Z] #2 DONE 0.1s [2021-02-22T19:09:04.341Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-22T19:09:04.341Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-22T19:09:04.341Z] [2021-02-22T19:09:04.341Z] Optional Features: [2021-02-22T19:09:04.341Z] - CONFIG_USER_NS: enabled [2021-02-22T19:09:04.341Z] - CONFIG_SECCOMP: enabled [2021-02-22T19:09:04.341Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-22T19:09:04.341Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-22T19:09:04.341Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-22T19:09:04.341Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-22T19:09:04.341Z] - CONFIG_BLK_CGROUP: enabled [2021-02-22T19:09:04.341Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-22T19:09:04.341Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-22T19:09:04.341Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-22T19:09:04.341Z] - CONFIG_CGROUP_PERF: enabled [2021-02-22T19:09:04.341Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-22T19:09:04.341Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-22T19:09:04.341Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-22T19:09:04.341Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-22T19:09:04.341Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-22T19:09:04.341Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-22T19:09:04.341Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-22T19:09:04.341Z] - CONFIG_IP_VS: enabled (as module) [2021-02-22T19:09:04.341Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-22T19:09:04.341Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-22T19:09:04.341Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-22T19:09:04.341Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-22T19:09:04.341Z] - CONFIG_EXT4_FS: enabled [2021-02-22T19:09:04.341Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-22T19:09:04.341Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-22T19:09:04.341Z] - Network Drivers: [2021-02-22T19:09:04.341Z] - "overlay": [2021-02-22T19:09:04.546Z] [2021-02-22T19:09:04.546Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-22T19:09:04.546Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-22T19:09:04.553Z] [2021-02-22T19:09:04.553Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:04.553Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:04.553Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-22T19:09:04.553Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.0s [2021-02-22T19:09:04.553Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-22T19:09:04.553Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-02-22T19:09:04.553Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-02-22T19:09:04.604Z] - CONFIG_VXLAN: enabled (as module) [2021-02-22T19:09:04.604Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-22T19:09:04.604Z] Optional (for encrypted networks): [2021-02-22T19:09:04.604Z] - CONFIG_CRYPTO: enabled [2021-02-22T19:09:04.604Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-22T19:09:04.604Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-22T19:09:04.604Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-22T19:09:04.604Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-22T19:09:04.604Z] - CONFIG_XFRM: enabled [2021-02-22T19:09:04.604Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-22T19:09:04.605Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-22T19:09:04.605Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-22T19:09:04.605Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-22T19:09:04.605Z] - "ipvlan": [2021-02-22T19:09:04.605Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-22T19:09:04.605Z] - "macvlan": [2021-02-22T19:09:04.605Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-22T19:09:04.605Z] - CONFIG_DUMMY: enabled (as module) [2021-02-22T19:09:04.605Z] - "ftp,tftp client in container": [2021-02-22T19:09:04.605Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-22T19:09:04.605Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-22T19:09:04.605Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-22T19:09:04.605Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-22T19:09:04.605Z] - Storage Drivers: [2021-02-22T19:09:04.605Z] - "aufs": [2021-02-22T19:09:04.605Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-22T19:09:04.605Z] - "btrfs": [2021-02-22T19:09:04.605Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-22T19:09:04.605Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-22T19:09:04.605Z] - "devicemapper": [2021-02-22T19:09:04.807Z] #3 DONE 0.4s [2021-02-22T19:09:04.807Z] [2021-02-22T19:09:04.807Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-22T19:09:04.807Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-22T19:09:04.807Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-22T19:09:04.807Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-22T19:09:04.807Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-22T19:09:04.807Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-22T19:09:04.807Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 1.64MB / 8.88MB 0.1s [2021-02-22T19:09:04.824Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.19MB / 50.40MB 0.1s [2021-02-22T19:09:04.824Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 11.53MB / 50.40MB 0.4s [2021-02-22T19:09:04.866Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-22T19:09:04.866Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-22T19:09:04.866Z] - "overlay": [2021-02-22T19:09:04.866Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-22T19:09:04.866Z] - "zfs": [2021-02-22T19:09:04.866Z] - /dev/zfs: present [2021-02-22T19:09:04.866Z] - zfs command: missing [2021-02-22T19:09:04.866Z] - zpool command: missing [2021-02-22T19:09:04.866Z] [2021-02-22T19:09:04.866Z] Limits: [2021-02-22T19:09:04.866Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-22T19:09:04.866Z] [2021-02-22T19:09:04.866Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-22T19:09:05.069Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2021-02-22T19:09:05.069Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done [2021-02-22T19:09:05.069Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2021-02-22T19:09:05.085Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 18.87MB / 50.40MB 0.5s [2021-02-22T19:09:05.225Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 . [2021-02-22T19:09:05.348Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 22.02MB / 50.40MB 0.6s [2021-02-22T19:09:05.348Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.6s [2021-02-22T19:09:05.348Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 29.84MB / 50.40MB 0.8s [2021-02-22T19:09:05.616Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 35.65MB / 50.40MB 0.9s [2021-02-22T19:09:05.616Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.58MB / 7.81MB 0.9s [2021-02-22T19:09:05.616Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 38.80MB / 50.40MB 1.1s [2021-02-22T19:09:05.616Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.34MB / 7.81MB 1.1s [2021-02-22T19:09:05.652Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2021-02-22T19:09:05.652Z] #4 DONE 0.8s [2021-02-22T19:09:05.799Z] #1 [internal] load build definition from Dockerfile [2021-02-22T19:09:05.799Z] #1 sha256:88e6ecad8b705ccdd7245965cbe6c8f52095ac57c03af4a8c327307d1fb961a2 [2021-02-22T19:09:05.799Z] #1 transferring dockerfile: 16.55kB done [2021-02-22T19:09:05.799Z] #1 DONE 0.1s [2021-02-22T19:09:05.799Z] [2021-02-22T19:09:05.799Z] #2 [internal] load .dockerignore [2021-02-22T19:09:05.799Z] #2 sha256:51199cec5ca8ffeca4e2530e6839b5312ffdb6de20b9714c15ae3fd2b72c181f [2021-02-22T19:09:05.799Z] #2 transferring context: 87B done [2021-02-22T19:09:05.799Z] #2 DONE 0.0s [2021-02-22T19:09:05.877Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 48.23MB / 50.40MB 1.1s [2021-02-22T19:09:05.877Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.1s [2021-02-22T19:09:05.913Z] [2021-02-22T19:09:05.913Z] #5 [internal] load build definition from Dockerfile [2021-02-22T19:09:05.913Z] #5 sha256:b40467317f2bcaa80910e61035d60adc95fdebba79872f3a16b0adaa33a49f98 [2021-02-22T19:09:05.913Z] #5 transferring dockerfile: 16.55kB done [2021-02-22T19:09:05.913Z] #5 DONE 0.0s [2021-02-22T19:09:05.913Z] [2021-02-22T19:09:05.913Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-22T19:09:05.913Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-22T19:09:06.060Z] [2021-02-22T19:09:06.060Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-22T19:09:06.060Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-22T19:09:06.174Z] #8 ... [2021-02-22T19:09:06.174Z] [2021-02-22T19:09:06.174Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-22T19:09:06.174Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-22T19:09:06.174Z] #7 DONE 0.2s [2021-02-22T19:09:06.174Z] [2021-02-22T19:09:06.174Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-22T19:09:06.174Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-22T19:09:06.174Z] #6 DONE 0.3s [2021-02-22T19:09:06.174Z] [2021-02-22T19:09:06.174Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-22T19:09:06.174Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-22T19:09:06.435Z] #8 DONE 0.4s [2021-02-22T19:09:06.459Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.6s done [2021-02-22T19:09:06.459Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.15MB / 51.83MB 1.9s [2021-02-22T19:09:06.459Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.39MB / 51.83MB 1.9s [2021-02-22T19:09:06.633Z] #3 DONE 0.7s [2021-02-22T19:09:06.633Z] [2021-02-22T19:09:06.633Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-22T19:09:06.633Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-22T19:09:06.633Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-22T19:09:06.633Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-22T19:09:06.633Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 3.15MB / 8.88MB 0.1s [2021-02-22T19:09:06.633Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-22T19:09:06.633Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-22T19:09:06.725Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.1s done [2021-02-22T19:09:06.725Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 13.63MB / 51.83MB 2.2s [2021-02-22T19:09:06.725Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 2.2s [2021-02-22T19:09:06.725Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 2.2s [2021-02-22T19:09:06.873Z] [2021-02-22T19:09:06.873Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-22T19:09:06.873Z] #61 sha256:f5f6822bf2d1ee8cee9361ba21964db1b075789ef9a6d55e940c346d25984665 [2021-02-22T19:09:06.873Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done [2021-02-22T19:09:06.873Z] #61 DONE 0.0s [2021-02-22T19:09:06.873Z] [2021-02-22T19:09:06.873Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:06.873Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-22T19:09:06.873Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-02-22T19:09:06.873Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-22T19:09:06.873Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-22T19:09:06.873Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done [2021-02-22T19:09:06.873Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done [2021-02-22T19:09:06.873Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.1s [2021-02-22T19:09:06.873Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.1s [2021-02-22T19:09:06.873Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 6.84MB / 49.18MB 0.2s [2021-02-22T19:09:06.873Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 3.15MB / 7.68MB 0.2s [2021-02-22T19:09:06.897Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2021-02-22T19:09:06.897Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2021-02-22T19:09:06.897Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s [2021-02-22T19:09:06.985Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.05MB / 10.00MB 2.3s [2021-02-22T19:09:06.985Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 16.59MB / 51.83MB 2.3s [2021-02-22T19:09:06.985Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 2.10MB / 10.00MB 2.3s [2021-02-22T19:09:07.143Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 14.68MB / 49.18MB 0.3s [2021-02-22T19:09:07.143Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.3s [2021-02-22T19:09:07.143Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 20.48MB / 49.18MB 0.4s [2021-02-22T19:09:07.246Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 19.92MB / 51.83MB 2.5s [2021-02-22T19:09:07.246Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 7.34MB / 10.00MB 2.5s [2021-02-22T19:09:07.246Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 24.12MB / 51.83MB 2.6s [2021-02-22T19:09:07.246Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.6s [2021-02-22T19:09:07.246Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-02-22T19:09:07.405Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 36.22MB / 49.18MB 0.6s [2021-02-22T19:09:07.405Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.5s done [2021-02-22T19:09:07.406Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 2.10MB / 9.98MB 0.6s [2021-02-22T19:09:07.406Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 4.80MB / 52.16MB 0.6s [2021-02-22T19:09:07.406Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 42.99MB / 49.18MB 0.8s [2021-02-22T19:09:07.406Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.8s [2021-02-22T19:09:07.406Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 13.63MB / 52.16MB 0.8s [2021-02-22T19:09:07.474Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done [2021-02-22T19:09:07.474Z] #4 DONE 0.8s [2021-02-22T19:09:07.474Z] [2021-02-22T19:09:07.474Z] #5 [internal] load build definition from Dockerfile [2021-02-22T19:09:07.474Z] #5 sha256:21d665989e7acc20d92fa5fb826f123b664ef35dc56649e27f69ce8f22cd8c0d [2021-02-22T19:09:07.474Z] #5 transferring dockerfile: 16.55kB done [2021-02-22T19:09:07.474Z] #5 DONE 0.1s [2021-02-22T19:09:07.507Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 30.41MB / 51.83MB 3.0s [2021-02-22T19:09:07.507Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.7s done [2021-02-22T19:09:07.507Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.19MB / 68.67MB 3.0s [2021-02-22T19:09:07.507Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.52MB / 120.17MB 3.0s [2021-02-22T19:09:07.675Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 0.8s [2021-02-22T19:09:07.676Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 18.87MB / 52.16MB 0.8s [2021-02-22T19:09:07.676Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 0.9s done [2021-02-22T19:09:07.676Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 36.50MB / 52.16MB 1.0s [2021-02-22T19:09:07.676Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 1.0s [2021-02-22T19:09:07.676Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 47.19MB / 52.16MB 1.1s [2021-02-22T19:09:07.746Z] [2021-02-22T19:09:07.746Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-22T19:09:07.746Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-22T19:09:07.768Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 33.55MB / 51.83MB 3.2s [2021-02-22T19:09:07.824Z] [2021-02-22T19:09:07.824Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:07.824Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:07.824Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-22T19:09:07.824Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-22T19:09:07.824Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-02-22T19:09:07.824Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-02-22T19:09:07.824Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.0s [2021-02-22T19:09:07.824Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.44MB / 50.40MB 0.2s [2021-02-22T19:09:07.824Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.05MB / 7.81MB 0.2s [2021-02-22T19:09:07.824Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.05MB / 10.00MB 0.2s [2021-02-22T19:09:07.943Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 1.2s [2021-02-22T19:09:07.943Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 10.33MB / 62.53MB 1.2s [2021-02-22T19:09:07.943Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 17.83MB / 62.53MB 1.3s [2021-02-22T19:09:08.008Z] #8 DONE 0.4s [2021-02-22T19:09:08.008Z] [2021-02-22T19:09:08.008Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-22T19:09:08.008Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-22T19:09:08.029Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 36.70MB / 51.83MB 3.3s [2021-02-22T19:09:08.029Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 10.48MB / 68.67MB 3.3s [2021-02-22T19:09:08.029Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 42.64MB / 51.83MB 3.4s [2021-02-22T19:09:08.029Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 13.36MB / 120.17MB 3.4s [2021-02-22T19:09:08.092Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 25.17MB / 50.40MB 0.5s [2021-02-22T19:09:08.092Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s [2021-02-22T19:09:08.092Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.5s done [2021-02-22T19:09:08.092Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.5s [2021-02-22T19:09:08.207Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 30.99MB / 62.53MB 1.4s [2021-02-22T19:09:08.207Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 46.14MB / 62.53MB 1.5s [2021-02-22T19:09:08.290Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 45.37MB / 51.83MB 3.6s [2021-02-22T19:09:08.290Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 15.73MB / 68.67MB 3.6s [2021-02-22T19:09:08.290Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 48.23MB / 51.83MB 3.7s [2021-02-22T19:09:08.359Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 31.46MB / 50.40MB 0.7s [2021-02-22T19:09:08.359Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.7s done [2021-02-22T19:09:08.359Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.19MB / 51.83MB 0.7s [2021-02-22T19:09:08.359Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 34.60MB / 50.40MB 0.7s [2021-02-22T19:09:08.359Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.34MB / 51.83MB 0.7s [2021-02-22T19:09:08.359Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 0.7s [2021-02-22T19:09:08.470Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.6s done [2021-02-22T19:09:08.470Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 53.48MB / 62.53MB 1.6s [2021-02-22T19:09:08.470Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 1.7s [2021-02-22T19:09:08.552Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 20.03MB / 68.67MB 3.8s [2021-02-22T19:09:08.552Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 20.97MB / 120.17MB 3.8s [2021-02-22T19:09:08.552Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.0s [2021-02-22T19:09:08.583Z] #7 ... [2021-02-22T19:09:08.583Z] [2021-02-22T19:09:08.583Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-22T19:09:08.583Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-22T19:09:08.583Z] #6 DONE 0.8s [2021-02-22T19:09:08.583Z] [2021-02-22T19:09:08.583Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-22T19:09:08.583Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-22T19:09:08.622Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 39.85MB / 50.40MB 0.9s [2021-02-22T19:09:08.622Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 11.53MB / 51.83MB 0.9s [2021-02-22T19:09:08.622Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 8.39MB / 68.67MB 0.9s [2021-02-22T19:09:08.622Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 15.73MB / 51.83MB 1.0s [2021-02-22T19:09:08.735Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 [2021-02-22T19:09:08.819Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 27.26MB / 68.67MB 4.1s [2021-02-22T19:09:08.820Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 32.51MB / 120.17MB 4.1s [2021-02-22T19:09:08.820Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 38.80MB / 68.67MB 4.3s [2021-02-22T19:09:08.820Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 40.89MB / 120.17MB 4.3s [2021-02-22T19:09:08.885Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 47.53MB / 50.40MB 1.2s [2021-02-22T19:09:08.885Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 19.92MB / 51.83MB 1.2s [2021-02-22T19:09:08.885Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 16.78MB / 68.67MB 1.2s [2021-02-22T19:09:08.885Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.33MB / 50.40MB 1.3s [2021-02-22T19:09:09.006Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 2.0s done [2021-02-22T19:09:09.006Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 2.1s [2021-02-22T19:09:09.081Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.4s done [2021-02-22T19:09:09.081Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 46.14MB / 68.67MB 4.5s [2021-02-22T19:09:09.081Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 49.40MB / 120.17MB 4.5s [2021-02-22T19:09:09.081Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.5s done [2021-02-22T19:09:09.147Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 35.65MB / 51.83MB 1.6s [2021-02-22T19:09:09.147Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 26.21MB / 68.67MB 1.6s [2021-02-22T19:09:09.597Z] #9 ... [2021-02-22T19:09:09.597Z] [2021-02-22T19:09:09.597Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-22T19:09:09.597Z] #61 sha256:f5f6822bf2d1ee8cee9361ba21964db1b075789ef9a6d55e940c346d25984665 [2021-02-22T19:09:09.597Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-22T19:09:09.597Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-22T19:09:09.597Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-22T19:09:09.597Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2021-02-22T19:09:09.597Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.4s done [2021-02-22T19:09:09.597Z] #61 DONE 3.0s [2021-02-22T19:09:09.597Z] [2021-02-22T19:09:09.597Z] #22 [internal] load build context [2021-02-22T19:09:09.597Z] #22 sha256:0fad5ec863d739bff638a839745d87d6f42a5c2877570e351d0fb8a7d5fc7f5d [2021-02-22T19:09:09.597Z] #22 transferring context: 53.41MB 2.9s done [2021-02-22T19:09:09.597Z] #22 DONE 3.0s [2021-02-22T19:09:09.597Z] [2021-02-22T19:09:09.597Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:09.597Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-22T19:09:09.597Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 2.9s done [2021-02-22T19:09:09.597Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 2.9s done [2021-02-22T19:09:09.597Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 2.9s [2021-02-22T19:09:09.654Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 53.48MB / 68.67MB 4.8s [2021-02-22T19:09:09.654Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 57.62MB / 120.17MB 4.8s [2021-02-22T19:09:09.737Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 42.99MB / 51.83MB 1.8s [2021-02-22T19:09:09.737Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 31.46MB / 68.67MB 1.8s [2021-02-22T19:09:09.737Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.9s done [2021-02-22T19:09:09.737Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 50.33MB / 51.83MB 2.0s [2021-02-22T19:09:09.737Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 39.85MB / 68.67MB 2.0s [2021-02-22T19:09:09.737Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 2.0s [2021-02-22T19:09:09.737Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 45.09MB / 68.67MB 2.1s [2021-02-22T19:09:09.858Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 19.92MB / 97.69MB 3.1s [2021-02-22T19:09:09.858Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 31.46MB / 97.69MB 3.2s [2021-02-22T19:09:09.919Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 60.82MB / 68.67MB 5.1s [2021-02-22T19:09:09.919Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.3s [2021-02-22T19:09:09.919Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 71.77MB / 120.17MB 5.3s [2021-02-22T19:09:09.973Z] #7 DONE 2.3s [2021-02-22T19:09:10.000Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.34MB / 120.17MB 2.2s [2021-02-22T19:09:10.000Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 54.62MB / 68.67MB 2.4s [2021-02-22T19:09:10.000Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 17.83MB / 120.17MB 2.4s [2021-02-22T19:09:10.000Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-02-22T19:09:10.122Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 37.56MB / 97.69MB 3.3s [2021-02-22T19:09:10.122Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 52.87MB / 97.69MB 3.5s [2021-02-22T19:09:10.180Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 78.64MB / 120.17MB 5.5s [2021-02-22T19:09:10.389Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 67.11MB / 97.69MB 3.6s [2021-02-22T19:09:10.389Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 73.40MB / 97.69MB 3.7s [2021-02-22T19:09:10.389Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 83.89MB / 97.69MB 3.8s [2021-02-22T19:09:10.440Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 86.68MB / 120.17MB 5.8s [2021-02-22T19:09:10.440Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.9s done [2021-02-22T19:09:10.575Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.5s done [2021-02-22T19:09:10.575Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 60.82MB / 68.67MB 2.8s [2021-02-22T19:09:10.575Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 26.06MB / 120.17MB 2.8s [2021-02-22T19:09:10.575Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.7s done [2021-02-22T19:09:10.575Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 65.01MB / 68.67MB 3.0s [2021-02-22T19:09:10.651Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 91.23MB / 97.69MB 3.9s [2021-02-22T19:09:10.651Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 4.0s [2021-02-22T19:09:10.701Z] #9 ... [2021-02-22T19:09:10.701Z] [2021-02-22T19:09:10.701Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-22T19:09:10.701Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-22T19:09:10.701Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-22T19:09:10.701Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-22T19:09:10.701Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-22T19:09:10.701Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done [2021-02-22T19:09:10.701Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.7s done [2021-02-22T19:09:10.701Z] #61 DONE 6.0s [2021-02-22T19:09:10.701Z] [2021-02-22T19:09:10.701Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:10.701Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:10.701Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 96.47MB / 120.17MB 6.0s [2021-02-22T19:09:10.701Z] #9 ... [2021-02-22T19:09:10.701Z] [2021-02-22T19:09:10.701Z] #22 [internal] load build context [2021-02-22T19:09:10.701Z] #22 sha256:2f25d3629c2f184373ba02b0fd4b30dabd4a12db8822638f50ba6aa319c4b943 [2021-02-22T19:09:10.701Z] #22 transferring context: 46.78MB 6.2s [2021-02-22T19:09:10.850Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 32.51MB / 120.17MB 3.1s [2021-02-22T19:09:10.850Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.2s [2021-02-22T19:09:11.117Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 47.19MB / 120.17MB 3.4s [2021-02-22T19:09:11.117Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 53.48MB / 120.17MB 3.5s [2021-02-22T19:09:11.271Z] #22 transferring context: 53.41MB 6.8s done [2021-02-22T19:09:11.271Z] #22 ... [2021-02-22T19:09:11.271Z] [2021-02-22T19:09:11.271Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:11.271Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:11.271Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.8s [2021-02-22T19:09:11.377Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 60.82MB / 120.17MB 3.6s [2021-02-22T19:09:11.378Z] [2021-02-22T19:09:11.378Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:11.378Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:11.378Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done [2021-02-22T19:09:11.640Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.8s done [2021-02-22T19:09:11.640Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 72.83MB / 120.17MB 3.9s [2021-02-22T19:09:11.642Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-02-22T19:09:11.642Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-02-22T19:09:11.642Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-02-22T19:09:11.642Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.05MB / 50.40MB 0.2s [2021-02-22T19:09:11.642Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.2s [2021-02-22T19:09:11.843Z] #9 ... [2021-02-22T19:09:11.843Z] [2021-02-22T19:09:11.843Z] #22 [internal] load build context [2021-02-22T19:09:11.843Z] #22 sha256:2f25d3629c2f184373ba02b0fd4b30dabd4a12db8822638f50ba6aa319c4b943 [2021-02-22T19:09:11.843Z] #22 DONE 7.3s [2021-02-22T19:09:11.843Z] [2021-02-22T19:09:11.843Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:11.843Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:11.903Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 79.69MB / 120.17MB 4.1s [2021-02-22T19:09:11.906Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 4.19MB / 7.81MB 0.3s [2021-02-22T19:09:11.906Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.24MB / 50.40MB 0.4s [2021-02-22T19:09:11.906Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s [2021-02-22T19:09:11.906Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.4s [2021-02-22T19:09:12.084Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.0s done [2021-02-22T19:09:12.169Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 15.14MB / 50.40MB 0.6s [2021-02-22T19:09:12.169Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done [2021-02-22T19:09:12.169Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s [2021-02-22T19:09:12.169Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.6s [2021-02-22T19:09:12.169Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 17.83MB / 50.40MB 0.7s [2021-02-22T19:09:12.169Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done [2021-02-22T19:09:12.169Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 25.17MB / 50.40MB 0.8s [2021-02-22T19:09:12.169Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.10MB / 68.67MB 0.8s [2021-02-22T19:09:12.174Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 85.98MB / 120.17MB 4.4s [2021-02-22T19:09:12.414Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.0s [2021-02-22T19:09:12.436Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 94.37MB / 120.17MB 4.6s [2021-02-22T19:09:12.444Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.92MB / 51.83MB 0.9s [2021-02-22T19:09:12.444Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 7.34MB / 68.67MB 0.9s [2021-02-22T19:09:12.444Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 34.60MB / 50.40MB 1.1s [2021-02-22T19:09:12.444Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 11.53MB / 68.67MB 1.1s [2021-02-22T19:09:12.698Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 105.91MB / 120.17MB 4.9s [2021-02-22T19:09:12.762Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 39.85MB / 50.40MB 1.2s [2021-02-22T19:09:12.762Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 8.39MB / 51.83MB 1.2s [2021-02-22T19:09:12.762Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 15.73MB / 68.67MB 1.2s [2021-02-22T19:09:12.762Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 47.19MB / 50.40MB 1.4s [2021-02-22T19:09:12.762Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 14.68MB / 51.83MB 1.4s [2021-02-22T19:09:12.762Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 28.31MB / 68.67MB 1.4s [2021-02-22T19:09:12.959Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 116.39MB / 120.17MB 5.3s [2021-02-22T19:09:12.987Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.2s done [2021-02-22T19:09:13.035Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 18.87MB / 51.83MB 1.4s [2021-02-22T19:09:13.035Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.5s [2021-02-22T19:09:13.321Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 23.07MB / 51.83MB 1.7s [2021-02-22T19:09:13.321Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 33.55MB / 68.67MB 1.7s [2021-02-22T19:09:13.473Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2021-02-22T19:09:13.590Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 31.46MB / 51.83MB 2.0s [2021-02-22T19:09:13.590Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 38.13MB / 68.67MB 2.0s [2021-02-22T19:09:13.590Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.0s done [2021-02-22T19:09:13.590Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 35.65MB / 51.83MB 2.2s [2021-02-22T19:09:13.590Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 2.2s [2021-02-22T19:09:13.854Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 43.85MB / 68.67MB 2.3s [2021-02-22T19:09:13.854Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 39.85MB / 51.83MB 2.4s [2021-02-22T19:09:13.854Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 44.04MB / 51.83MB 2.6s [2021-02-22T19:09:13.854Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 49.28MB / 68.67MB 2.6s [2021-02-22T19:09:13.903Z] #9 ... [2021-02-22T19:09:13.903Z] [2021-02-22T19:09:13.903Z] #22 [internal] load build context [2021-02-22T19:09:13.903Z] #22 sha256:ac8fecc97a48c420713d5b0ff782943adb39c56382e3f3df595a02576e569b05 [2021-02-22T19:09:13.903Z] #22 transferring context: 53.41MB 5.7s done [2021-02-22T19:09:13.903Z] #22 DONE 6.4s [2021-02-22T19:09:13.903Z] [2021-02-22T19:09:13.903Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:13.903Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:13.903Z] #9 ... [2021-02-22T19:09:13.903Z] [2021-02-22T19:09:13.903Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-22T19:09:13.903Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-22T19:09:13.903Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-22T19:09:13.903Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-22T19:09:13.903Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-22T19:09:13.903Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 3.9s done [2021-02-22T19:09:13.903Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.9s done [2021-02-22T19:09:14.045Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 7.4s done [2021-02-22T19:09:14.045Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.7s done [2021-02-22T19:09:14.118Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 48.23MB / 51.83MB 2.7s [2021-02-22T19:09:14.118Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.29MB / 120.17MB 2.7s [2021-02-22T19:09:14.118Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-02-22T19:09:14.172Z] #61 ... [2021-02-22T19:09:14.172Z] [2021-02-22T19:09:14.172Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:14.172Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:14.383Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.8s [2021-02-22T19:09:14.383Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 53.48MB / 68.67MB 2.8s [2021-02-22T19:09:14.383Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 57.27MB / 68.67MB 3.0s [2021-02-22T19:09:14.383Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 13.63MB / 120.17MB 3.0s [2021-02-22T19:09:14.620Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 [2021-02-22T19:09:14.648Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 60.82MB / 68.67MB 3.2s [2021-02-22T19:09:14.648Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 21.42MB / 120.17MB 3.2s [2021-02-22T19:09:14.648Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.3s done [2021-02-22T19:09:14.648Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 3.3s [2021-02-22T19:09:14.743Z] #9 ... [2021-02-22T19:09:14.743Z] [2021-02-22T19:09:14.743Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-22T19:09:14.743Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-22T19:09:14.743Z] #61 DONE 7.2s [2021-02-22T19:09:14.743Z] [2021-02-22T19:09:14.743Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:14.743Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:14.743Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.1s done [2021-02-22T19:09:14.903Z] #9 ... [2021-02-22T19:09:14.903Z] [2021-02-22T19:09:14.903Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-22T19:09:14.903Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-22T19:09:14.903Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-22T19:09:14.903Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-02-22T19:09:14.903Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-02-22T19:09:14.903Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 1.6s done [2021-02-22T19:09:14.903Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-22T19:09:14.903Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 8.1s [2021-02-22T19:09:14.903Z] #25 ... [2021-02-22T19:09:14.903Z] [2021-02-22T19:09:14.903Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:14.903Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:14.913Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.4s done [2021-02-22T19:09:15.004Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.0s [2021-02-22T19:09:15.176Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 65.01MB / 68.67MB 3.5s [2021-02-22T19:09:15.176Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.8s [2021-02-22T19:09:15.176Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 28.31MB / 120.17MB 3.8s [2021-02-22T19:09:15.194Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.6s done [2021-02-22T19:09:15.758Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 38.80MB / 120.17MB 4.1s [2021-02-22T19:09:15.758Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 47.19MB / 120.17MB 4.3s [2021-02-22T19:09:15.784Z] #9 ... [2021-02-22T19:09:15.784Z] [2021-02-22T19:09:15.784Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-22T19:09:15.784Z] #25 sha256:0dcc34879bceffc8f3a6fbd2e3dbc6e02591d01dc5ebdcd6677dd49142acc9e0 [2021-02-22T19:09:15.784Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-22T19:09:15.784Z] #25 sha256:330cbf028662c0c41ff94c23dc1e37d1cd52703e79e795e275d5f6c86022a8e3 529B / 529B done [2021-02-22T19:09:15.784Z] #25 sha256:fc905079e700da665fc183fff2fcc52bb91dd47590da3b534f1c4f5c4a965f28 1.46kB / 1.46kB done [2021-02-22T19:09:15.784Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-22T19:09:15.784Z] #25 sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 49.18MB / 49.18MB 5.0s done [2021-02-22T19:09:15.784Z] #25 extracting sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 2.8s done [2021-02-22T19:09:15.784Z] #25 DONE 9.0s [2021-02-22T19:09:15.784Z] [2021-02-22T19:09:15.784Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:15.784Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-22T19:09:15.784Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2021-02-22T19:09:15.784Z] #9 ... [2021-02-22T19:09:15.784Z] [2021-02-22T19:09:15.784Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-22T19:09:15.784Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-22T19:09:16.021Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.4s done [2021-02-22T19:09:16.021Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 58.72MB / 120.17MB 4.7s [2021-02-22T19:09:16.604Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.84MB / 120.17MB 5.0s [2021-02-22T19:09:16.867Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 76.55MB / 120.17MB 5.5s [2021-02-22T19:09:17.139Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 84.93MB / 120.17MB 5.7s [2021-02-22T19:09:17.177Z] #26 1.405 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:09:17.177Z] #26 1.406 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:09:17.177Z] #26 1.420 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:09:17.401Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 99.35MB / 120.17MB 6.1s [2021-02-22T19:09:17.442Z] #26 1.668 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-22T19:09:17.447Z] #9 ... [2021-02-22T19:09:17.447Z] [2021-02-22T19:09:17.447Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-22T19:09:17.447Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-22T19:09:17.447Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 10.3s done [2021-02-22T19:09:17.447Z] #25 DONE 12.4s [2021-02-22T19:09:17.447Z] [2021-02-22T19:09:17.447Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:17.447Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:17.447Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.7s done [2021-02-22T19:09:17.447Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-02-22T19:09:17.554Z] #9 ... [2021-02-22T19:09:17.554Z] [2021-02-22T19:09:17.554Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-22T19:09:17.554Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-22T19:09:17.554Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-22T19:09:17.554Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-22T19:09:17.554Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-02-22T19:09:17.554Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-02-22T19:09:17.554Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 5.6s done [2021-02-22T19:09:17.554Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 3.9s [2021-02-22T19:09:17.663Z] #9 ... [2021-02-22T19:09:17.663Z] [2021-02-22T19:09:17.663Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-22T19:09:17.663Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-22T19:09:17.663Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-22T19:09:17.663Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-22T19:09:17.663Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-22T19:09:17.663Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2021-02-22T19:09:17.663Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 5.5s done [2021-02-22T19:09:17.663Z] #61 DONE 6.2s [2021-02-22T19:09:17.663Z] [2021-02-22T19:09:17.663Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:17.663Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:17.663Z] #9 ... [2021-02-22T19:09:17.663Z] [2021-02-22T19:09:17.663Z] #22 [internal] load build context [2021-02-22T19:09:17.663Z] #22 sha256:960751ac29b8cb49d7baef12e931421811ec00104f1cb3330a83401a687ca2e1 [2021-02-22T19:09:17.663Z] #22 transferring context: 44.06MB 6.3s [2021-02-22T19:09:17.705Z] #26 1.882 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-22T19:09:17.815Z] #25 ... [2021-02-22T19:09:17.815Z] [2021-02-22T19:09:17.815Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:17.815Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:17.982Z] #26 2.208 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-22T19:09:18.016Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.8s done [2021-02-22T19:09:18.241Z] #22 transferring context: 53.41MB 7.0s done [2021-02-22T19:09:18.241Z] #22 ... [2021-02-22T19:09:18.241Z] [2021-02-22T19:09:18.241Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:18.241Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:18.241Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.9s [2021-02-22T19:09:18.276Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-02-22T19:09:18.763Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.6s done [2021-02-22T19:09:18.814Z] #9 ... [2021-02-22T19:09:18.814Z] [2021-02-22T19:09:18.814Z] #22 [internal] load build context [2021-02-22T19:09:18.814Z] #22 sha256:960751ac29b8cb49d7baef12e931421811ec00104f1cb3330a83401a687ca2e1 [2021-02-22T19:09:18.814Z] #22 DONE 7.6s [2021-02-22T19:09:18.814Z] [2021-02-22T19:09:18.814Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:18.814Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:19.024Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-02-22T19:09:19.075Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2021-02-22T19:09:19.221Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done [2021-02-22T19:09:19.221Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-02-22T19:09:19.376Z] #26 3.683 Fetched 8246 kB in 3s (3267 kB/s) [2021-02-22T19:09:19.654Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.1s done [2021-02-22T19:09:19.972Z] #9 ... [2021-02-22T19:09:19.972Z] [2021-02-22T19:09:19.972Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-22T19:09:19.972Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-22T19:09:19.972Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 6.0s done [2021-02-22T19:09:19.972Z] #25 DONE 12.2s [2021-02-22T19:09:19.972Z] [2021-02-22T19:09:19.972Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:19.972Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:19.972Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.9s done [2021-02-22T19:09:19.972Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-02-22T19:09:20.767Z] #26 3.683 Reading package lists... [2021-02-22T19:09:20.917Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.8s done [2021-02-22T19:09:21.178Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-02-22T19:09:21.583Z] #9 ... [2021-02-22T19:09:21.583Z] [2021-02-22T19:09:21.583Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-22T19:09:21.583Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-22T19:09:21.583Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done [2021-02-22T19:09:21.583Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done [2021-02-22T19:09:21.583Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done [2021-02-22T19:09:21.583Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done [2021-02-22T19:09:21.583Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 5.4s done [2021-02-22T19:09:21.583Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 4.1s [2021-02-22T19:09:21.583Z] #25 ... [2021-02-22T19:09:21.583Z] [2021-02-22T19:09:21.583Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:21.583Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:21.715Z] #26 5.013 Reading package lists... [2021-02-22T19:09:21.715Z] #26 ... [2021-02-22T19:09:21.715Z] [2021-02-22T19:09:21.715Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:21.715Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-22T19:09:21.715Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 3.1s done [2021-02-22T19:09:21.715Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.6s done [2021-02-22T19:09:21.978Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0.1s [2021-02-22T19:09:23.373Z] #9 ... [2021-02-22T19:09:23.373Z] [2021-02-22T19:09:23.373Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-22T19:09:23.373Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-22T19:09:23.373Z] #26 5.013 Reading package lists... [2021-02-22T19:09:23.373Z] #26 6.320 Building dependency tree... [2021-02-22T19:09:23.373Z] #26 6.987 The following additional packages will be installed: [2021-02-22T19:09:23.373Z] #26 6.987 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-22T19:09:23.373Z] #26 6.987 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-22T19:09:23.373Z] #26 6.998 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-22T19:09:23.373Z] #26 6.998 Suggested packages: [2021-02-22T19:09:23.373Z] #26 6.998 krb5-doc krb5-user [2021-02-22T19:09:23.373Z] #26 6.998 Recommended packages: [2021-02-22T19:09:23.373Z] #26 6.998 krb5-locales publicsuffix libsasl2-modules [2021-02-22T19:09:23.373Z] #26 7.226 The following NEW packages will be installed: [2021-02-22T19:09:23.373Z] #26 7.226 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-22T19:09:23.373Z] #26 7.226 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-22T19:09:23.373Z] #26 7.226 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-22T19:09:23.373Z] #26 7.226 libssh2-1 libssl1.1 openssl [2021-02-22T19:09:23.373Z] #26 7.528 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-22T19:09:23.373Z] #26 7.528 Need to get 4777 kB of archives. [2021-02-22T19:09:23.373Z] #26 7.528 After this operation, 11.5 MB of additional disk space will be used. [2021-02-22T19:09:23.373Z] #26 7.528 Get:1 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u5 [1382 kB] [2021-02-22T19:09:23.373Z] #26 7.532 Get:2 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2021-02-22T19:09:23.373Z] #26 7.536 Get:3 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2021-02-22T19:09:23.373Z] #26 7.540 Get:4 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-22T19:09:23.373Z] #26 7.544 Get:5 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2021-02-22T19:09:23.373Z] #26 7.545 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2021-02-22T19:09:23.373Z] #26 7.547 Get:7 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2021-02-22T19:09:23.373Z] #26 7.549 Get:8 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-02-22T19:09:23.373Z] #26 7.550 Get:9 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2021-02-22T19:09:23.373Z] #26 7.550 Get:10 http://security.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB] [2021-02-22T19:09:23.373Z] #26 7.566 Get:11 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u5 [823 kB] [2021-02-22T19:09:23.373Z] #26 7.566 Get:12 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2021-02-22T19:09:23.373Z] #26 7.566 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2021-02-22T19:09:23.373Z] #26 7.566 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2021-02-22T19:09:23.373Z] #26 7.566 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2021-02-22T19:09:23.373Z] #26 7.567 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2021-02-22T19:09:23.373Z] #26 7.570 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB] [2021-02-22T19:09:23.373Z] #26 7.576 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB] [2021-02-22T19:09:23.373Z] #26 7.581 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-02-22T19:09:23.373Z] #26 7.584 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-02-22T19:09:23.373Z] #26 7.585 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-02-22T19:09:23.504Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.4s done [2021-02-22T19:09:23.637Z] #26 7.825 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:09:23.637Z] #26 7.869 Fetched 4777 kB in 0s (15.2 MB/s) [2021-02-22T19:09:23.637Z] #26 7.936 Selecting previously unselected package libssl1.1:arm64. [2021-02-22T19:09:23.637Z] #26 7.936 (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-02-22T19:09:23.637Z] #26 7.944 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_arm64.deb ... [2021-02-22T19:09:23.637Z] #26 7.954 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:23.766Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-02-22T19:09:23.900Z] #26 8.232 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-02-22T19:09:23.900Z] #26 8.232 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-02-22T19:09:23.900Z] #26 8.238 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:24.029Z] #9 ... [2021-02-22T19:09:24.029Z] [2021-02-22T19:09:24.029Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 [2021-02-22T19:09:24.029Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb [2021-02-22T19:09:24.029Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 6.5s done [2021-02-22T19:09:24.029Z] #25 DONE 12.6s [2021-02-22T19:09:24.029Z] [2021-02-22T19:09:24.029Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:24.029Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:24.162Z] #26 8.393 Selecting previously unselected package libsasl2-2:arm64. [2021-02-22T19:09:24.162Z] #26 8.393 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-02-22T19:09:24.162Z] #26 8.402 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:24.162Z] #26 8.512 Selecting previously unselected package libldap-common. [2021-02-22T19:09:24.162Z] #26 8.513 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-02-22T19:09:24.162Z] #26 8.520 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:24.424Z] #26 8.600 Selecting previously unselected package libldap-2.4-2:arm64. [2021-02-22T19:09:24.424Z] #26 8.600 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ... [2021-02-22T19:09:24.424Z] #26 8.607 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:24.424Z] #26 8.729 Selecting previously unselected package openssl. [2021-02-22T19:09:24.424Z] #26 8.729 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_arm64.deb ... [2021-02-22T19:09:24.424Z] #26 8.734 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:24.508Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.0s [2021-02-22T19:09:24.686Z] #26 9.005 Selecting previously unselected package ca-certificates. [2021-02-22T19:09:24.686Z] #26 9.006 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-22T19:09:24.686Z] #26 9.014 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-22T19:09:24.950Z] #26 9.242 Selecting previously unselected package libkeyutils1:arm64. [2021-02-22T19:09:24.950Z] #26 9.242 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ... [2021-02-22T19:09:24.950Z] #26 9.248 Unpacking libkeyutils1:arm64 (1.6-6) ... [2021-02-22T19:09:24.950Z] #26 9.292 Selecting previously unselected package libkrb5support0:arm64. [2021-02-22T19:09:24.950Z] #26 9.294 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2021-02-22T19:09:24.950Z] #26 9.299 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-02-22T19:09:24.950Z] #26 9.356 Selecting previously unselected package libk5crypto3:arm64. [2021-02-22T19:09:24.950Z] #26 9.356 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2021-02-22T19:09:24.950Z] #26 9.360 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-02-22T19:09:24.950Z] #26 9.432 Selecting previously unselected package libkrb5-3:arm64. [2021-02-22T19:09:24.950Z] #26 9.432 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2021-02-22T19:09:24.976Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.9s done [2021-02-22T19:09:24.976Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-02-22T19:09:25.213Z] #26 9.440 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-02-22T19:09:25.213Z] #26 9.576 Selecting previously unselected package libgssapi-krb5-2:arm64. [2021-02-22T19:09:25.213Z] #26 9.577 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2021-02-22T19:09:25.213Z] #26 9.586 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-02-22T19:09:25.213Z] #26 9.674 Selecting previously unselected package libnghttp2-14:arm64. [2021-02-22T19:09:25.213Z] #26 9.674 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2021-02-22T19:09:25.213Z] #26 9.677 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-02-22T19:09:25.478Z] #26 9.749 Selecting previously unselected package libpsl5:arm64. [2021-02-22T19:09:25.478Z] #26 9.751 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2021-02-22T19:09:25.478Z] #26 9.755 Unpacking libpsl5:arm64 (0.20.2-2) ... [2021-02-22T19:09:25.478Z] #26 9.824 Selecting previously unselected package librtmp1:arm64. [2021-02-22T19:09:25.478Z] #26 9.824 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2021-02-22T19:09:25.478Z] #26 9.829 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-22T19:09:25.478Z] #26 9.897 Selecting previously unselected package libssh2-1:arm64. [2021-02-22T19:09:25.478Z] #26 9.898 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2021-02-22T19:09:25.478Z] #26 9.906 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2021-02-22T19:09:25.554Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done [2021-02-22T19:09:25.554Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s [2021-02-22T19:09:25.741Z] #26 9.977 Selecting previously unselected package libcurl4:arm64. [2021-02-22T19:09:25.741Z] #26 9.977 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ... [2021-02-22T19:09:25.741Z] #26 9.986 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-02-22T19:09:25.741Z] #26 10.08 Selecting previously unselected package curl. [2021-02-22T19:09:25.741Z] #26 10.08 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ... [2021-02-22T19:09:25.741Z] #26 10.09 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-22T19:09:25.741Z] #26 10.18 Selecting previously unselected package libonig5:arm64. [2021-02-22T19:09:25.741Z] #26 10.18 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2021-02-22T19:09:25.741Z] #26 10.18 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-02-22T19:09:26.003Z] #26 10.29 Selecting previously unselected package libjq1:arm64. [2021-02-22T19:09:26.003Z] #26 10.29 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-02-22T19:09:26.003Z] #26 10.30 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-22T19:09:26.003Z] #26 10.36 Selecting previously unselected package jq. [2021-02-22T19:09:26.003Z] #26 10.36 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-02-22T19:09:26.003Z] #26 10.37 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-22T19:09:26.003Z] #26 10.45 Setting up libkeyutils1:arm64 (1.6-6) ... [2021-02-22T19:09:26.004Z] #26 10.47 Setting up libpsl5:arm64 (0.20.2-2) ... [2021-02-22T19:09:26.266Z] #26 10.49 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:26.266Z] #26 10.72 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-02-22T19:09:26.266Z] #26 10.74 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:26.424Z] #9 ... [2021-02-22T19:09:26.424Z] [2021-02-22T19:09:26.424Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-22T19:09:26.424Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-22T19:09:26.424Z] #26 1.595 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:09:26.424Z] #26 1.609 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:09:26.424Z] #26 1.609 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:09:26.424Z] #26 1.802 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:09:26.424Z] #26 2.099 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:09:26.424Z] #26 2.362 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:09:26.424Z] #26 3.975 Fetched 8422 kB in 3s (3192 kB/s) [2021-02-22T19:09:26.424Z] #26 3.975 Reading package lists... [2021-02-22T19:09:26.424Z] #26 4.928 Reading package lists... [2021-02-22T19:09:26.424Z] #26 5.859 Building dependency tree... [2021-02-22T19:09:26.424Z] #26 6.196 The following additional packages will be installed: [2021-02-22T19:09:26.424Z] #26 6.196 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-22T19:09:26.424Z] #26 6.196 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-22T19:09:26.424Z] #26 6.197 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-22T19:09:26.424Z] #26 6.201 Suggested packages: [2021-02-22T19:09:26.424Z] #26 6.201 krb5-doc krb5-user [2021-02-22T19:09:26.424Z] #26 6.201 Recommended packages: [2021-02-22T19:09:26.424Z] #26 6.201 krb5-locales publicsuffix libsasl2-modules [2021-02-22T19:09:26.424Z] #26 6.381 The following NEW packages will be installed: [2021-02-22T19:09:26.424Z] #26 6.381 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-22T19:09:26.424Z] #26 6.381 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-22T19:09:26.424Z] #26 6.381 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-22T19:09:26.424Z] #26 6.381 libssh2-1 libssl1.1 openssl [2021-02-22T19:09:26.424Z] #26 6.675 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-22T19:09:26.424Z] #26 6.675 Need to get 5057 kB of archives. [2021-02-22T19:09:26.424Z] #26 6.675 After this operation, 12.1 MB of additional disk space will be used. [2021-02-22T19:09:26.424Z] #26 6.675 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-02-22T19:09:26.424Z] #26 6.675 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-02-22T19:09:26.424Z] #26 6.679 Get:3 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-22T19:09:26.424Z] #26 6.682 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-22T19:09:26.424Z] #26 6.690 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-22T19:09:26.424Z] #26 6.690 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-22T19:09:26.424Z] #26 6.690 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-22T19:09:26.424Z] #26 6.697 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-22T19:09:26.424Z] #26 6.709 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-02-22T19:09:26.424Z] #26 6.709 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-22T19:09:26.424Z] #26 6.709 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-22T19:09:26.424Z] #26 6.714 Get:12 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-02-22T19:09:26.424Z] #26 6.714 Get:13 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-22T19:09:26.424Z] #26 6.714 Get:14 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-22T19:09:26.424Z] #26 6.715 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-02-22T19:09:26.424Z] #26 6.718 Get:16 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-22T19:09:26.424Z] #26 6.719 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-02-22T19:09:26.424Z] #26 6.726 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-22T19:09:26.424Z] #26 6.732 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-22T19:09:26.424Z] #26 6.735 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-22T19:09:26.424Z] #26 6.738 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-22T19:09:26.424Z] #26 6.898 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:09:26.424Z] #26 6.927 Fetched 5057 kB in 0s (15.5 MB/s) [2021-02-22T19:09:26.424Z] #26 7.001 Selecting previously unselected package libssl1.1:amd64. [2021-02-22T19:09:26.424Z] #26 7.001 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-02-22T19:09:26.424Z] #26 7.001 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 7.019 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:26.424Z] #26 7.269 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-22T19:09:26.424Z] #26 7.269 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 7.276 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:26.424Z] #26 7.328 Selecting previously unselected package libsasl2-2:amd64. [2021-02-22T19:09:26.424Z] #26 7.328 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 7.337 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:26.424Z] #26 7.411 Selecting previously unselected package libldap-common. [2021-02-22T19:09:26.424Z] #26 7.411 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-02-22T19:09:26.424Z] #26 7.418 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:26.424Z] #26 7.534 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-22T19:09:26.424Z] #26 7.534 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 7.539 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:26.424Z] #26 7.625 Selecting previously unselected package openssl. [2021-02-22T19:09:26.424Z] #26 7.625 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 7.633 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:26.424Z] #26 7.817 Selecting previously unselected package ca-certificates. [2021-02-22T19:09:26.424Z] #26 7.817 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-22T19:09:26.424Z] #26 7.822 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-22T19:09:26.424Z] #26 7.918 Selecting previously unselected package libkeyutils1:amd64. [2021-02-22T19:09:26.424Z] #26 7.921 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 7.925 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-22T19:09:26.424Z] #26 7.986 Selecting previously unselected package libkrb5support0:amd64. [2021-02-22T19:09:26.424Z] #26 7.986 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 7.991 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:26.424Z] #26 8.051 Selecting previously unselected package libk5crypto3:amd64. [2021-02-22T19:09:26.424Z] #26 8.054 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 8.058 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:26.424Z] #26 8.132 Selecting previously unselected package libkrb5-3:amd64. [2021-02-22T19:09:26.424Z] #26 8.132 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 8.138 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:26.424Z] #26 8.254 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-22T19:09:26.424Z] #26 8.254 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 8.262 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:26.424Z] #26 8.335 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-22T19:09:26.424Z] #26 8.337 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 8.348 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-22T19:09:26.424Z] #26 8.422 Selecting previously unselected package libpsl5:amd64. [2021-02-22T19:09:26.424Z] #26 8.422 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 8.426 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-22T19:09:26.424Z] #26 8.489 Selecting previously unselected package librtmp1:amd64. [2021-02-22T19:09:26.424Z] #26 8.489 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 8.494 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-22T19:09:26.424Z] #26 8.619 Selecting previously unselected package libssh2-1:amd64. [2021-02-22T19:09:26.424Z] #26 8.619 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 8.624 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-22T19:09:26.424Z] #26 8.707 Selecting previously unselected package libcurl4:amd64. [2021-02-22T19:09:26.424Z] #26 8.707 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 8.714 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-22T19:09:26.424Z] #26 8.795 Selecting previously unselected package curl. [2021-02-22T19:09:26.424Z] #26 8.795 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 8.808 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-22T19:09:26.424Z] #26 8.884 Selecting previously unselected package libonig5:amd64. [2021-02-22T19:09:26.424Z] #26 8.884 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 8.889 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-22T19:09:26.424Z] #26 8.976 Selecting previously unselected package libjq1:amd64. [2021-02-22T19:09:26.424Z] #26 8.976 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 8.981 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-22T19:09:26.424Z] #26 9.061 Selecting previously unselected package jq. [2021-02-22T19:09:26.424Z] #26 9.061 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-22T19:09:26.424Z] #26 9.061 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-22T19:09:26.424Z] #26 9.137 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-22T19:09:26.424Z] #26 9.158 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-22T19:09:26.424Z] #26 9.182 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:26.424Z] #26 ... [2021-02-22T19:09:26.424Z] [2021-02-22T19:09:26.424Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:26.424Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:26.424Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.1s done [2021-02-22T19:09:26.485Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s [2021-02-22T19:09:26.529Z] #26 10.76 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-02-22T19:09:26.529Z] #26 10.78 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:26.529Z] #26 10.80 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-22T19:09:26.529Z] #26 10.81 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-02-22T19:09:26.529Z] #26 10.83 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:26.529Z] #26 10.86 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2021-02-22T19:09:26.529Z] #26 10.88 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-02-22T19:09:26.529Z] #26 10.89 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:26.529Z] #26 10.95 Setting up libonig5:arm64 (6.9.1-1) ... [2021-02-22T19:09:26.529Z] #26 10.96 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-22T19:09:26.792Z] #26 10.98 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:26.792Z] #26 11.00 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-22T19:09:26.994Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s [2021-02-22T19:09:27.746Z] #26 11.98 Updating certificates in /etc/ssl/certs... [2021-02-22T19:09:27.746Z] #26 ... [2021-02-22T19:09:27.746Z] [2021-02-22T19:09:27.746Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:27.746Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-22T19:09:27.746Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 5.1s done [2021-02-22T19:09:27.746Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done [2021-02-22T19:09:27.746Z] #9 DONE 21.1s [2021-02-22T19:09:27.746Z] [2021-02-22T19:09:27.746Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-22T19:09:27.746Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-02-22T19:09:28.404Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.2s done [2021-02-22T19:09:28.665Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-02-22T19:09:29.239Z] #9 ... [2021-02-22T19:09:29.239Z] [2021-02-22T19:09:29.239Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-22T19:09:29.239Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-22T19:09:29.239Z] #26 1.360 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:09:29.239Z] #26 1.369 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:09:29.239Z] #26 1.379 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:09:29.239Z] #26 1.563 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:09:29.239Z] #26 1.834 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:09:29.239Z] #26 2.390 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:09:29.239Z] #26 3.779 Fetched 8422 kB in 3s (3158 kB/s) [2021-02-22T19:09:29.239Z] #26 3.779 Reading package lists... [2021-02-22T19:09:29.239Z] #26 4.702 Reading package lists... [2021-02-22T19:09:29.239Z] #26 5.664 Building dependency tree... [2021-02-22T19:09:29.239Z] #26 6.046 The following additional packages will be installed: [2021-02-22T19:09:29.239Z] #26 6.046 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-22T19:09:29.239Z] #26 6.046 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-22T19:09:29.239Z] #26 6.046 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-22T19:09:29.239Z] #26 6.046 Suggested packages: [2021-02-22T19:09:29.239Z] #26 6.046 krb5-doc krb5-user [2021-02-22T19:09:29.239Z] #26 6.046 Recommended packages: [2021-02-22T19:09:29.239Z] #26 6.046 krb5-locales publicsuffix libsasl2-modules [2021-02-22T19:09:29.239Z] #26 6.240 The following NEW packages will be installed: [2021-02-22T19:09:29.239Z] #26 6.240 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-22T19:09:29.239Z] #26 6.240 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-22T19:09:29.239Z] #26 6.240 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-22T19:09:29.239Z] #26 6.240 libssh2-1 libssl1.1 openssl [2021-02-22T19:09:29.239Z] #26 6.525 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-22T19:09:29.239Z] #26 6.525 Need to get 5057 kB of archives. [2021-02-22T19:09:29.239Z] #26 6.525 After this operation, 12.1 MB of additional disk space will be used. [2021-02-22T19:09:29.239Z] #26 6.525 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-02-22T19:09:29.239Z] #26 6.529 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-22T19:09:29.239Z] #26 6.538 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-02-22T19:09:29.239Z] #26 6.538 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-22T19:09:29.239Z] #26 6.550 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-22T19:09:29.239Z] #26 6.550 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-22T19:09:29.239Z] #26 6.550 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-22T19:09:29.239Z] #26 6.557 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-22T19:09:29.239Z] #26 6.594 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-02-22T19:09:29.239Z] #26 6.594 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-22T19:09:29.239Z] #26 6.594 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-22T19:09:29.239Z] #26 6.594 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-22T19:09:29.239Z] #26 6.594 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-22T19:09:29.239Z] #26 6.595 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-22T19:09:29.239Z] #26 6.600 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-02-22T19:09:29.239Z] #26 6.604 Get:16 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-22T19:09:29.239Z] #26 6.610 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-02-22T19:09:29.239Z] #26 6.614 Get:18 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-22T19:09:29.239Z] #26 6.622 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-02-22T19:09:29.239Z] #26 6.623 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-22T19:09:29.239Z] #26 6.627 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-22T19:09:29.239Z] #26 6.814 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:09:29.239Z] #26 6.842 Fetched 5057 kB in 0s (13.8 MB/s) [2021-02-22T19:09:29.239Z] #26 6.887 Selecting previously unselected package libssl1.1:amd64. [2021-02-22T19:09:29.239Z] #26 6.887 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-02-22T19:09:29.239Z] #26 6.888 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 6.897 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:29.239Z] #26 7.179 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-22T19:09:29.239Z] #26 7.179 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 7.184 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:29.239Z] #26 7.251 Selecting previously unselected package libsasl2-2:amd64. [2021-02-22T19:09:29.239Z] #26 7.251 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 7.256 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:29.239Z] #26 7.329 Selecting previously unselected package libldap-common. [2021-02-22T19:09:29.239Z] #26 7.329 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-02-22T19:09:29.239Z] #26 7.333 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:29.239Z] #26 7.419 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-22T19:09:29.239Z] #26 7.419 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 7.428 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:29.239Z] #26 7.508 Selecting previously unselected package openssl. [2021-02-22T19:09:29.239Z] #26 7.508 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 7.514 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:29.239Z] #26 7.789 Selecting previously unselected package ca-certificates. [2021-02-22T19:09:29.239Z] #26 7.789 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-22T19:09:29.239Z] #26 7.795 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-22T19:09:29.239Z] #26 7.898 Selecting previously unselected package libkeyutils1:amd64. [2021-02-22T19:09:29.239Z] #26 7.898 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 7.906 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-22T19:09:29.239Z] #26 7.953 Selecting previously unselected package libkrb5support0:amd64. [2021-02-22T19:09:29.239Z] #26 7.953 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 7.961 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:29.239Z] #26 8.027 Selecting previously unselected package libk5crypto3:amd64. [2021-02-22T19:09:29.239Z] #26 8.027 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 8.032 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:29.239Z] #26 8.110 Selecting previously unselected package libkrb5-3:amd64. [2021-02-22T19:09:29.239Z] #26 8.110 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 8.118 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:29.239Z] #26 8.265 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-22T19:09:29.239Z] #26 8.267 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 8.274 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:29.239Z] #26 8.364 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-22T19:09:29.239Z] #26 8.364 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 8.378 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-22T19:09:29.239Z] #26 8.454 Selecting previously unselected package libpsl5:amd64. [2021-02-22T19:09:29.239Z] #26 8.454 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 8.458 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-22T19:09:29.239Z] #26 8.521 Selecting previously unselected package librtmp1:amd64. [2021-02-22T19:09:29.239Z] #26 8.521 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 8.526 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-22T19:09:29.239Z] #26 8.656 Selecting previously unselected package libssh2-1:amd64. [2021-02-22T19:09:29.239Z] #26 8.656 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 8.661 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-22T19:09:29.239Z] #26 8.742 Selecting previously unselected package libcurl4:amd64. [2021-02-22T19:09:29.239Z] #26 8.742 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 8.742 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-22T19:09:29.239Z] #26 8.867 Selecting previously unselected package curl. [2021-02-22T19:09:29.239Z] #26 8.867 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 8.872 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-22T19:09:29.239Z] #26 8.971 Selecting previously unselected package libonig5:amd64. [2021-02-22T19:09:29.239Z] #26 8.971 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 8.978 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-22T19:09:29.239Z] #26 9.066 Selecting previously unselected package libjq1:amd64. [2021-02-22T19:09:29.239Z] #26 9.066 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 9.069 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-22T19:09:29.239Z] #26 9.141 Selecting previously unselected package jq. [2021-02-22T19:09:29.239Z] #26 9.141 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-22T19:09:29.239Z] #26 9.145 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-22T19:09:29.239Z] #26 9.228 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-22T19:09:29.239Z] #26 9.256 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-22T19:09:29.239Z] #26 9.273 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:29.239Z] #26 9.392 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-22T19:09:29.239Z] #26 9.405 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:29.239Z] #26 9.429 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:29.239Z] #26 9.443 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:29.239Z] #26 9.454 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-22T19:09:29.501Z] #26 9.471 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:29.501Z] #26 9.488 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:29.501Z] #26 9.500 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-22T19:09:29.501Z] #26 9.515 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:29.501Z] #26 9.537 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:29.501Z] #26 9.586 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-22T19:09:29.501Z] #26 ... [2021-02-22T19:09:29.501Z] [2021-02-22T19:09:29.501Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:29.501Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:30.863Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s [2021-02-22T19:09:31.289Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.7s done [2021-02-22T19:09:31.289Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-02-22T19:09:31.289Z] #9 ... [2021-02-22T19:09:31.289Z] [2021-02-22T19:09:31.289Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-22T19:09:31.289Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-22T19:09:31.289Z] #26 9.315 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-22T19:09:31.289Z] #26 9.332 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:31.289Z] #26 9.349 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:31.289Z] #26 9.363 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:31.289Z] #26 9.387 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-22T19:09:31.289Z] #26 9.402 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:31.289Z] #26 9.415 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:31.289Z] #26 9.429 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-22T19:09:31.289Z] #26 9.450 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:31.289Z] #26 9.497 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:31.289Z] #26 9.522 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-22T19:09:31.289Z] #26 9.541 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-22T19:09:31.289Z] #26 9.554 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:31.289Z] #26 9.571 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-22T19:09:31.289Z] #26 10.29 Updating certificates in /etc/ssl/certs... [2021-02-22T19:09:31.289Z] #26 11.48 137 added, 0 removed; done. [2021-02-22T19:09:31.289Z] #26 11.54 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:31.289Z] #26 11.55 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-22T19:09:31.289Z] #26 11.57 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-22T19:09:31.289Z] #26 11.58 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-22T19:09:31.289Z] #26 11.59 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:09:31.289Z] #26 11.61 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-22T19:09:31.289Z] #26 11.62 Updating certificates in /etc/ssl/certs... [2021-02-22T19:09:31.289Z] #26 12.33 0 added, 0 removed; done. [2021-02-22T19:09:31.289Z] #26 12.33 Running hooks in /etc/ca-certificates/update.d... [2021-02-22T19:09:31.289Z] #26 12.33 done. [2021-02-22T19:09:31.289Z] #26 DONE 14.2s [2021-02-22T19:09:31.289Z] [2021-02-22T19:09:31.289Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:31.289Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:31.289Z] #9 ... [2021-02-22T19:09:31.289Z] [2021-02-22T19:09:31.289Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-22T19:09:31.289Z] #27 sha256:68e54c36576f464b305ab0175744c26cb5d78d84d28cd658c64dac6fc2b16309 [2021-02-22T19:09:31.289Z] #27 DONE 0.2s [2021-02-22T19:09:31.289Z] [2021-02-22T19:09:31.289Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:31.290Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:32.948Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.3s done [2021-02-22T19:09:33.047Z] #10 DONE 4.8s [2021-02-22T19:09:33.047Z] [2021-02-22T19:09:33.047Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-22T19:09:33.047Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4 [2021-02-22T19:09:33.047Z] #26 13.20 137 added, 0 removed; done. [2021-02-22T19:09:33.047Z] #26 13.74 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-02-22T19:09:33.047Z] #26 13.77 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-22T19:09:33.047Z] #26 13.80 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ... [2021-02-22T19:09:33.047Z] #26 13.83 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-22T19:09:33.047Z] #26 13.87 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:09:33.047Z] #26 13.94 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-22T19:09:33.047Z] #26 13.95 Updating certificates in /etc/ssl/certs... [2021-02-22T19:09:33.047Z] #26 14.88 0 added, 0 removed; done. [2021-02-22T19:09:33.047Z] #26 14.88 Running hooks in /etc/ca-certificates/update.d... [2021-02-22T19:09:33.047Z] #26 14.88 done. [2021-02-22T19:09:33.047Z] #26 DONE 16.9s [2021-02-22T19:09:33.047Z] [2021-02-22T19:09:33.047Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-22T19:09:33.047Z] #27 sha256:77e5b33f4f45f6682132681def8ff1292c66f45bd1521947370a8fda6bc7c757 [2021-02-22T19:09:33.212Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-02-22T19:09:33.212Z] #9 ... [2021-02-22T19:09:33.212Z] [2021-02-22T19:09:33.212Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-22T19:09:33.212Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-22T19:09:33.212Z] #26 1.375 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:09:33.212Z] #26 1.393 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:09:33.212Z] #26 1.439 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:09:33.212Z] #26 1.633 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:09:33.212Z] #26 2.085 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:09:33.212Z] #26 2.445 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:09:33.212Z] #26 3.813 Fetched 8422 kB in 3s (3138 kB/s) [2021-02-22T19:09:33.212Z] #26 3.813 Reading package lists... [2021-02-22T19:09:33.212Z] #26 4.851 Reading package lists... [2021-02-22T19:09:33.212Z] #26 5.842 Building dependency tree... [2021-02-22T19:09:33.212Z] #26 6.313 The following additional packages will be installed: [2021-02-22T19:09:33.212Z] #26 6.313 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-22T19:09:33.212Z] #26 6.313 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-22T19:09:33.212Z] #26 6.313 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-22T19:09:33.212Z] #26 6.313 Suggested packages: [2021-02-22T19:09:33.212Z] #26 6.313 krb5-doc krb5-user [2021-02-22T19:09:33.212Z] #26 6.313 Recommended packages: [2021-02-22T19:09:33.212Z] #26 6.313 krb5-locales publicsuffix libsasl2-modules [2021-02-22T19:09:33.212Z] #26 6.485 The following NEW packages will be installed: [2021-02-22T19:09:33.212Z] #26 6.485 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-22T19:09:33.212Z] #26 6.485 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-22T19:09:33.212Z] #26 6.485 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-22T19:09:33.212Z] #26 6.485 libssh2-1 libssl1.1 openssl [2021-02-22T19:09:33.212Z] #26 6.784 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-22T19:09:33.212Z] #26 6.784 Need to get 5057 kB of archives. [2021-02-22T19:09:33.212Z] #26 6.784 After this operation, 12.1 MB of additional disk space will be used. [2021-02-22T19:09:33.212Z] #26 6.784 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-02-22T19:09:33.212Z] #26 6.788 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-22T19:09:33.212Z] #26 6.803 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB] [2021-02-22T19:09:33.212Z] #26 6.803 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-22T19:09:33.212Z] #26 6.820 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-22T19:09:33.212Z] #26 6.820 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-22T19:09:33.212Z] #26 6.820 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-22T19:09:33.212Z] #26 6.820 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-22T19:09:33.212Z] #26 6.827 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-02-22T19:09:33.212Z] #26 6.835 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-22T19:09:33.212Z] #26 6.835 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-22T19:09:33.212Z] #26 6.835 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-22T19:09:33.212Z] #26 6.849 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-22T19:09:33.212Z] #26 6.849 Get:14 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-02-22T19:09:33.212Z] #26 6.849 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-02-22T19:09:33.212Z] #26 6.849 Get:16 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-22T19:09:33.212Z] #26 6.849 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB] [2021-02-22T19:09:33.212Z] #26 6.849 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-22T19:09:33.212Z] #26 6.872 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-22T19:09:33.212Z] #26 6.872 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-22T19:09:33.212Z] #26 6.872 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-22T19:09:33.212Z] #26 7.160 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:09:33.212Z] #26 7.209 Fetched 5057 kB in 0s (14.8 MB/s) [2021-02-22T19:09:33.212Z] #26 7.261 Selecting previously unselected package libssl1.1:amd64. [2021-02-22T19:09:33.212Z] #26 7.261 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-02-22T19:09:33.212Z] #26 7.269 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-22T19:09:33.212Z] #26 7.276 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:33.212Z] #26 7.518 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-22T19:09:33.212Z] #26 7.518 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-22T19:09:33.212Z] #26 7.537 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:33.212Z] #26 7.582 Selecting previously unselected package libsasl2-2:amd64. [2021-02-22T19:09:33.212Z] #26 7.582 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-22T19:09:33.212Z] #26 7.588 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:33.212Z] #26 7.639 Selecting previously unselected package libldap-common. [2021-02-22T19:09:33.212Z] #26 7.642 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-02-22T19:09:33.212Z] #26 7.658 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:33.213Z] #26 7.743 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-22T19:09:33.213Z] #26 7.743 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 7.747 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:33.213Z] #26 7.821 Selecting previously unselected package openssl. [2021-02-22T19:09:33.213Z] #26 7.821 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 7.826 Unpacking openssl (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:33.213Z] #26 7.987 Selecting previously unselected package ca-certificates. [2021-02-22T19:09:33.213Z] #26 7.987 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-22T19:09:33.213Z] #26 7.992 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-22T19:09:33.213Z] #26 8.093 Selecting previously unselected package libkeyutils1:amd64. [2021-02-22T19:09:33.213Z] #26 8.093 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 8.094 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-22T19:09:33.213Z] #26 8.162 Selecting previously unselected package libkrb5support0:amd64. [2021-02-22T19:09:33.213Z] #26 8.162 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 8.181 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:33.213Z] #26 8.222 Selecting previously unselected package libk5crypto3:amd64. [2021-02-22T19:09:33.213Z] #26 8.222 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 8.227 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:33.213Z] #26 8.299 Selecting previously unselected package libkrb5-3:amd64. [2021-02-22T19:09:33.213Z] #26 8.299 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 8.313 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:33.213Z] #26 8.435 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-22T19:09:33.213Z] #26 8.435 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 8.441 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:33.213Z] #26 8.540 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-22T19:09:33.213Z] #26 8.540 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 8.546 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-22T19:09:33.213Z] #26 8.642 Selecting previously unselected package libpsl5:amd64. [2021-02-22T19:09:33.213Z] #26 8.642 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 8.647 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-22T19:09:33.213Z] #26 8.702 Selecting previously unselected package librtmp1:amd64. [2021-02-22T19:09:33.213Z] #26 8.702 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 8.708 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-22T19:09:33.213Z] #26 8.769 Selecting previously unselected package libssh2-1:amd64. [2021-02-22T19:09:33.213Z] #26 8.769 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 8.773 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-22T19:09:33.213Z] #26 8.863 Selecting previously unselected package libcurl4:amd64. [2021-02-22T19:09:33.213Z] #26 8.863 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 8.867 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-22T19:09:33.213Z] #26 8.958 Selecting previously unselected package curl. [2021-02-22T19:09:33.213Z] #26 8.958 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 8.964 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-22T19:09:33.213Z] #26 9.050 Selecting previously unselected package libonig5:amd64. [2021-02-22T19:09:33.213Z] #26 9.050 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 9.057 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-22T19:09:33.213Z] #26 9.151 Selecting previously unselected package libjq1:amd64. [2021-02-22T19:09:33.213Z] #26 9.151 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 9.155 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-22T19:09:33.213Z] #26 9.221 Selecting previously unselected package jq. [2021-02-22T19:09:33.213Z] #26 9.221 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-22T19:09:33.213Z] #26 9.227 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-22T19:09:33.213Z] #26 9.299 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-22T19:09:33.213Z] #26 9.312 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-22T19:09:33.309Z] #27 DONE 0.7s [2021-02-22T19:09:33.309Z] [2021-02-22T19:09:33.309Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-22T19:09:33.309Z] #28 sha256:eb7c0c96e3a31915729fd3f9b761db687cf02a40130eb4b86709e05b2987c87a [2021-02-22T19:09:33.477Z] #26 9.326 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:33.477Z] #26 ... [2021-02-22T19:09:33.477Z] [2021-02-22T19:09:33.477Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:33.477Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:33.714Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.0s [2021-02-22T19:09:33.982Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.4s done [2021-02-22T19:09:34.246Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-02-22T19:09:34.255Z] #28 ... [2021-02-22T19:09:34.256Z] [2021-02-22T19:09:34.256Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-02-22T19:09:34.256Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-02-22T19:09:34.256Z] #11 DONE 1.6s [2021-02-22T19:09:34.256Z] [2021-02-22T19:09:34.256Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-22T19:09:34.256Z] #38 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-02-22T19:09:34.256Z] #38 DONE 0.1s [2021-02-22T19:09:34.256Z] [2021-02-22T19:09:34.256Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:09:34.256Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-22T19:09:34.518Z] #39 ... [2021-02-22T19:09:34.518Z] [2021-02-22T19:09:34.518Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-22T19:09:34.518Z] #30 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-02-22T19:09:34.518Z] #30 DONE 0.3s [2021-02-22T19:09:34.518Z] [2021-02-22T19:09:34.518Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:09:34.519Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-22T19:09:36.167Z] #9 ... [2021-02-22T19:09:36.167Z] [2021-02-22T19:09:36.167Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-22T19:09:36.167Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-22T19:09:36.167Z] #26 9.600 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-22T19:09:36.167Z] #26 9.621 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:36.167Z] #26 9.634 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-22T19:09:36.167Z] #26 10.47 Updating certificates in /etc/ssl/certs... [2021-02-22T19:09:36.167Z] #26 11.84 137 added, 0 removed; done. [2021-02-22T19:09:36.167Z] #26 11.89 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:36.167Z] #26 11.90 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-22T19:09:36.167Z] #26 11.92 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-22T19:09:36.167Z] #26 11.93 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-22T19:09:36.167Z] #26 11.95 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:09:36.167Z] #26 11.97 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-22T19:09:36.167Z] #26 11.98 Updating certificates in /etc/ssl/certs... [2021-02-22T19:09:36.167Z] #26 12.92 0 added, 0 removed; done. [2021-02-22T19:09:36.167Z] #26 12.92 Running hooks in /etc/ca-certificates/update.d... [2021-02-22T19:09:36.167Z] #26 12.92 done. [2021-02-22T19:09:36.167Z] #26 DONE 16.3s [2021-02-22T19:09:36.167Z] [2021-02-22T19:09:36.167Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:36.167Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:36.167Z] #9 ... [2021-02-22T19:09:36.167Z] [2021-02-22T19:09:36.167Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-22T19:09:36.167Z] #27 sha256:4f91891444da5e630a15eec28343f3d97426b81ef99ae1254d60ccab9c45dc7a [2021-02-22T19:09:36.427Z] #27 DONE 0.2s [2021-02-22T19:09:36.427Z] [2021-02-22T19:09:36.427Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:36.427Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:36.582Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.0s [2021-02-22T19:09:37.524Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.3s done [2021-02-22T19:09:37.786Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-02-22T19:09:37.786Z] #9 DONE 33.3s [2021-02-22T19:09:37.786Z] [2021-02-22T19:09:37.786Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-22T19:09:37.786Z] #28 sha256:89c57fc47081f8ed21f7add5b8e17e363510d45f5e384a8a246a6cc370fff5cd [2021-02-22T19:09:37.786Z] #28 1.026 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-22T19:09:37.786Z] #28 1.107 [2021-02-22T19:09:37.786Z] #28 1.220 ######### 13.8% ########################## 37.1% ######################################## 56.8% ####################################################### 77.0% ##################################################################### 96.7% ######################################################################## 100.0% [2021-02-22T19:09:37.786Z] #28 1.733 [2021-02-22T19:09:37.786Z] #28 1.841 ######################################################################## 100.0% [2021-02-22T19:09:37.786Z] #28 1.929 [2021-02-22T19:09:37.786Z] #28 2.145 ######################################### 57.6% ######################################################################## 100.0% [2021-02-22T19:09:37.786Z] #28 2.275 [2021-02-22T19:09:37.786Z] #28 2.401 ########## 14.5% ########################## 36.2% ####################################### 55.6% ##################################################### 74.7% ################################################################### 94.0% ######################################################################## 100.0% [2021-02-22T19:09:37.786Z] #28 2.924 [2021-02-22T19:09:37.786Z] #28 3.039 ## 3.7% ###### 8.8% ####### 11.0% ############## 20.1% ################## 25.3% ####################### 32.6% ########################### 37.8% ############################## 43.0% ################################## 48.2% #################################### 50.4% ######################################## 56.4% ############################################ 61.2% ################################################# 69.3% ##################################################### 74.8% ############################################################ 84.2% ############################################################# 85.5% ############################################################## 87.0% #################################################################### 94.5% ######################################################################## 100.0% [2021-02-22T19:09:37.786Z] #28 5.441 [2021-02-22T19:09:37.786Z] #28 5.758 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-22T19:09:37.786Z] #28 5.840 [2021-02-22T19:09:37.786Z] #28 5.926 ######################################################################## 100.0% [2021-02-22T19:09:37.786Z] #28 5.960 [2021-02-22T19:09:38.800Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.9s done [2021-02-22T19:09:38.800Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-02-22T19:09:39.693Z] #28 8.024 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-22T19:09:39.693Z] #28 8.089 [2021-02-22T19:09:39.693Z] #28 8.298 #################################################################### 95.6% ######################################################################## 100.0% [2021-02-22T19:09:39.693Z] #28 8.327 [2021-02-22T19:09:39.744Z] #9 ... [2021-02-22T19:09:39.744Z] [2021-02-22T19:09:39.744Z] #26 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-02-22T19:09:39.744Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266 [2021-02-22T19:09:39.744Z] #26 9.445 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-22T19:09:39.744Z] #26 9.458 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:39.744Z] #26 9.477 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:39.744Z] #26 9.493 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:39.744Z] #26 9.513 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-22T19:09:39.744Z] #26 9.531 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:39.744Z] #26 9.538 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-22T19:09:39.744Z] #26 9.553 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-22T19:09:39.744Z] #26 9.569 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:39.744Z] #26 9.582 Setting up openssl (1.1.1d-0+deb10u5) ... [2021-02-22T19:09:39.744Z] #26 9.603 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-22T19:09:39.744Z] #26 9.621 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-22T19:09:39.744Z] #26 9.638 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-02-22T19:09:39.744Z] #26 9.660 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-22T19:09:39.744Z] #26 10.48 Updating certificates in /etc/ssl/certs... [2021-02-22T19:09:39.744Z] #26 11.78 137 added, 0 removed; done. [2021-02-22T19:09:39.744Z] #26 11.83 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-22T19:09:39.744Z] #26 11.84 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-22T19:09:39.744Z] #26 11.86 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-22T19:09:39.744Z] #26 11.87 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-22T19:09:39.744Z] #26 11.88 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:09:39.744Z] #26 11.93 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-22T19:09:39.744Z] #26 11.95 Updating certificates in /etc/ssl/certs... [2021-02-22T19:09:39.744Z] #26 13.07 0 added, 0 removed; done. [2021-02-22T19:09:39.744Z] #26 13.07 Running hooks in /etc/ca-certificates/update.d... [2021-02-22T19:09:39.744Z] #26 13.07 done. [2021-02-22T19:09:39.744Z] #26 DONE 15.7s [2021-02-22T19:09:39.744Z] [2021-02-22T19:09:39.744Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:39.744Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:39.750Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-02-22T19:09:39.839Z] #31 5.042 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-22T19:09:39.839Z] #31 5.044 Cloning into '.'... [2021-02-22T19:09:39.839Z] #31 ... [2021-02-22T19:09:39.839Z] [2021-02-22T19:09:39.839Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-22T19:09:39.839Z] #28 sha256:eb7c0c96e3a31915729fd3f9b761db687cf02a40130eb4b86709e05b2987c87a [2021-02-22T19:09:39.839Z] #28 1.543 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-22T19:09:39.839Z] #28 1.716 [2021-02-22T19:09:39.839Z] #28 1.862 0.0% ###### 8.4% ############# 18.9% #################### 29.1% ################################# 46.8% ################################### 48.7% ###################################### 53.8% ############################################ 61.4% ################################################ 67.5% ####################################################### 77.0% ################################################################### 93.8% ######################################################################## 100.0% [2021-02-22T19:09:39.839Z] #28 3.302 [2021-02-22T19:09:39.839Z] #28 3.448 ############# 18.9% ######################################################################## 100.0% [2021-02-22T19:09:39.839Z] #28 3.620 [2021-02-22T19:09:39.839Z] #28 3.759 ##### 7.8% ##################################################### 74.7% ######################################################################## 100.0% [2021-02-22T19:09:39.839Z] #28 4.027 [2021-02-22T19:09:39.839Z] #28 4.183 ## 2.9% ########### 16.2% ###################### 31.3% ################################# 46.5% ############################################# 62.7% ######################################################## 78.0% ################################################################## 92.6% ######################################################################## 100.0% [2021-02-22T19:09:39.839Z] #28 4.940 [2021-02-22T19:09:39.954Z] #28 8.581 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-22T19:09:39.954Z] #28 8.648 [2021-02-22T19:09:40.008Z] #9 ... [2021-02-22T19:09:40.008Z] [2021-02-22T19:09:40.008Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-22T19:09:40.008Z] #27 sha256:7319e6dee3c10a360567acd4683859667fca0f2b5c03e4bbeb8eded550a309c0 [2021-02-22T19:09:40.008Z] #27 DONE 0.1s [2021-02-22T19:09:40.008Z] [2021-02-22T19:09:40.008Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:40.008Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:40.737Z] #28 8.760 #### 6.6% ###################### 31.5% ##################################### 52.0% ################################################## 70.0% ############################################################### 87.8% ######################################################################## 100.0% [2021-02-22T19:09:40.737Z] #28 9.246 [2021-02-22T19:09:40.997Z] #28 9.489 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-22T19:09:40.997Z] #28 9.555 [2021-02-22T19:09:40.997Z] #28 9.626 ######################################################################## 100.0% [2021-02-22T19:09:40.997Z] #28 9.647 [2021-02-22T19:09:41.256Z] #28 9.868 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-22T19:09:41.256Z] #28 9.919 [2021-02-22T19:09:41.256Z] #28 9.963 ######################################################################## 100.0% [2021-02-22T19:09:41.256Z] #28 9.979 [2021-02-22T19:09:41.516Z] #28 9.988 Download of images into '/build' complete. [2021-02-22T19:09:41.516Z] #28 9.988 Use something like the following to load the result into a Docker daemon: [2021-02-22T19:09:41.516Z] #28 9.988 tar -cC '/build' . | docker load [2021-02-22T19:09:43.473Z] #28 ... [2021-02-22T19:09:43.473Z] [2021-02-22T19:09:43.473Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-22T19:09:43.473Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-22T19:09:43.473Z] #10 DONE 5.6s [2021-02-22T19:09:43.473Z] [2021-02-22T19:09:43.473Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-22T19:09:43.473Z] #28 sha256:89c57fc47081f8ed21f7add5b8e17e363510d45f5e384a8a246a6cc370fff5cd [2021-02-22T19:09:43.473Z] #28 DONE 12.1s [2021-02-22T19:09:43.473Z] [2021-02-22T19:09:43.473Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-02-22T19:09:43.473Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-22T19:09:43.967Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.0s done [2021-02-22T19:09:43.967Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-02-22T19:09:43.967Z] #9 DONE 36.1s [2021-02-22T19:09:43.967Z] [2021-02-22T19:09:43.967Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-22T19:09:43.967Z] #28 sha256:9012cb164f4661d704b2c42ac0e36220eae98020bf345b0e75abccaf2d7e1858 [2021-02-22T19:09:43.967Z] #28 2.886 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-22T19:09:43.967Z] #28 2.982 [2021-02-22T19:09:43.967Z] #28 3.113 ###### 8.8% ######### 12.6% ############# 18.3% ################################# 46.9% ###################################################### 75.8% ######################################################################## 100.0% [2021-02-22T19:09:43.967Z] #28 3.698 [2021-02-22T19:09:43.967Z] #28 3.828 ################################ 45.5% ######################################################################## 100.0% [2021-02-22T19:09:43.967Z] #28 3.991 [2021-02-22T19:09:43.967Z] #28 4.119 ################################### 48.6% ######################################################################## 100.0% [2021-02-22T19:09:43.967Z] #28 4.269 [2021-02-22T19:09:43.967Z] #28 4.388 ## 3.7% ################## 26.4% ####################################### 54.8% ##################################################### 74.5% ################################################################### 93.8% ######################################################################## 100.0% [2021-02-22T19:09:43.967Z] #28 4.902 [2021-02-22T19:09:43.967Z] #28 5.019 ## 2.9% ###### 9.4% ########## 14.7% ############## 19.5% ################# 24.9% #################### 29.1% ######################### 35.5% ############################# 40.9% ################################# 46.1% #################################### 51.3% ######################################## 56.6% ############################################ 61.7% ############################################### 66.5% ################################################## 70.3% ####################################################### 77.4% ########################################################## 81.3% ############################################################## 86.9% ################################################################# 90.6% ###################################################################### 98.3% ######################################################################## 100.0% [2021-02-22T19:09:43.967Z] #28 6.896 [2021-02-22T19:09:43.967Z] #28 7.589 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-22T19:09:43.967Z] #28 7.680 [2021-02-22T19:09:44.066Z] #28 5.119 0.0% ## 3.3% ##### 7.6% ######## 11.8% ########### 15.3% ############# 18.5% ################ 23.3% ################## 26.3% ##################### 29.5% ######################## 33.4% ######################### 36.1% ########################### 38.2% ############################ 39.6% ############################# 41.2% ############################## 42.8% ################################ 44.9% ################################## 47.6% ################################### 48.8% #################################### 50.3% ##################################### 51.5% ##################################### 52.4% ###################################### 53.3% ###################################### 54.1% ####################################### 55.1% ######################################## 55.9% ######################################## 56.8% ######################################### 57.4% ########################################## 58.3% ########################################## 59.2% ########################################### 59.8% ########################################### 60.6% ############################################ 61.6% ############################################ 62.3% ############################################# 63.1% ############################################## 64.1% ############################################### 65.4% ############################################### 66.1% ################################################ 67.3% ################################################# 68.5% ################################################## 69.8% ################################################### 71.2% #################################################### 72.5% ##################################################### 73.9% ###################################################### 75.2% ###################################################### 76.2% ####################################################### 77.1% ######################################################## 78.6% ######################################################## 79.2% ######################################################### 80.1% ########################################################## 80.9% ########################################################### 82.2% ############################################################ 83.7% ############################################################ 84.7% ############################################################# 85.8% ############################################################## 86.9% ## [2021-02-22T19:09:44.066Z] #28 ... [2021-02-22T19:09:44.066Z] [2021-02-22T19:09:44.066Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:09:44.066Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-22T19:09:44.066Z] #41 6.006 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:09:44.066Z] #41 6.025 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:09:44.066Z] #41 6.026 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:09:44.066Z] #41 7.127 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-22T19:09:44.066Z] #41 8.374 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-22T19:09:44.066Z] #41 9.921 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-22T19:09:44.228Z] #28 7.751 ######################################################################## 100.0% [2021-02-22T19:09:44.228Z] #28 7.782 [2021-02-22T19:09:44.236Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-02-22T19:09:44.329Z] #41 ... [2021-02-22T19:09:44.329Z] [2021-02-22T19:09:44.329Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:09:44.329Z] #33 sha256:1c47a11f8c455badd57e806192cf194bc5c66f44f0e3c3e593783a892e35dfb9 [2021-02-22T19:09:44.329Z] #33 4.461 + RM_GOPATH=0 [2021-02-22T19:09:44.329Z] #33 4.461 + TMP_GOPATH= [2021-02-22T19:09:44.329Z] #33 4.461 + : /build [2021-02-22T19:09:44.329Z] #33 4.461 + '[' -z '' ']' [2021-02-22T19:09:44.329Z] #33 4.469 ++ mktemp -d [2021-02-22T19:09:44.329Z] #33 4.477 + export GOPATH=/tmp/tmp.66Alm6IYbt [2021-02-22T19:09:44.329Z] #33 4.477 + GOPATH=/tmp/tmp.66Alm6IYbt [2021-02-22T19:09:44.329Z] #33 4.477 + RM_GOPATH=1 [2021-02-22T19:09:44.329Z] #33 4.477 + case "$(go env GOARCH)" in [2021-02-22T19:09:44.329Z] #33 4.477 ++ go env GOARCH [2021-02-22T19:09:44.329Z] #33 4.532 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-22T19:09:44.329Z] #33 4.533 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:44.329Z] #33 4.533 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:44.329Z] #33 4.533 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:44.329Z] #33 4.533 + dir=/tmp/install [2021-02-22T19:09:44.329Z] #33 4.533 + bin=tomlv [2021-02-22T19:09:44.329Z] #33 4.533 + shift [2021-02-22T19:09:44.329Z] #33 4.533 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-22T19:09:44.329Z] #33 4.533 + . /tmp/install/tomlv.installer [2021-02-22T19:09:44.329Z] #33 4.533 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-22T19:09:44.329Z] #33 4.533 + install_tomlv [2021-02-22T19:09:44.329Z] #33 4.533 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-22T19:09:44.329Z] #33 4.533 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.66Alm6IYbt/src/github.com/BurntSushi/toml [2021-02-22T19:09:44.329Z] #33 4.537 Cloning into '/tmp/tmp.66Alm6IYbt/src/github.com/BurntSushi/toml'... [2021-02-22T19:09:44.329Z] #33 5.188 + cd /tmp/tmp.66Alm6IYbt/src/github.com/BurntSushi/toml [2021-02-22T19:09:44.329Z] #33 5.189 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-22T19:09:44.329Z] #33 5.238 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-22T19:09:44.329Z] #33 5.549 math/bits [2021-02-22T19:09:44.329Z] #33 5.554 runtime/internal/sys [2021-02-22T19:09:44.329Z] #33 5.602 internal/cpu [2021-02-22T19:09:44.329Z] #33 5.669 runtime/internal/atomic [2021-02-22T19:09:44.329Z] #33 5.736 runtime/internal/math [2021-02-22T19:09:44.329Z] #33 5.831 unicode/utf8 [2021-02-22T19:09:44.329Z] #33 5.926 internal/race [2021-02-22T19:09:44.329Z] #33 6.049 internal/bytealg [2021-02-22T19:09:44.329Z] #33 6.060 math [2021-02-22T19:09:44.329Z] #33 6.115 sync/atomic [2021-02-22T19:09:44.329Z] #33 6.572 unicode [2021-02-22T19:09:44.329Z] #33 6.630 internal/testlog [2021-02-22T19:09:44.329Z] #33 7.071 encoding [2021-02-22T19:09:44.329Z] #33 7.110 runtime [2021-02-22T19:09:44.329Z] #33 7.420 runtime/cgo [2021-02-22T19:09:44.329Z] #33 ... [2021-02-22T19:09:44.329Z] [2021-02-22T19:09:44.329Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:09:44.329Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-22T19:09:44.329Z] #12 5.790 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:09:44.329Z] #12 5.810 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:09:44.329Z] #12 5.815 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:09:44.329Z] #12 6.842 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-22T19:09:44.329Z] #12 8.203 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-22T19:09:44.329Z] #12 9.664 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-22T19:09:44.422Z] #11 DONE 0.9s [2021-02-22T19:09:44.422Z] [2021-02-22T19:09:44.422Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-22T19:09:44.422Z] #23 sha256:35fcb3fe0f706bfe904f4d92e80997d8d33e940dcbface4450cfaa375e7ea28c [2021-02-22T19:09:44.489Z] #28 8.020 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-22T19:09:44.489Z] #28 8.083 [2021-02-22T19:09:44.594Z] #12 ... [2021-02-22T19:09:44.594Z] [2021-02-22T19:09:44.594Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:09:44.594Z] #44 sha256:c73fb4b3a90da34e6631506d20d932d7a37764a23b8f7d41cb5f5f51e01f15a1 [2021-02-22T19:09:44.594Z] #44 4.801 + RM_GOPATH=0 [2021-02-22T19:09:44.594Z] #44 4.801 + TMP_GOPATH= [2021-02-22T19:09:44.594Z] #44 4.801 + : /build [2021-02-22T19:09:44.594Z] #44 4.801 + '[' -z '' ']' [2021-02-22T19:09:44.594Z] #44 4.806 ++ mktemp -d [2021-02-22T19:09:44.594Z] #44 4.807 + export GOPATH=/tmp/tmp.JBfARyzNUM [2021-02-22T19:09:44.594Z] #44 4.807 + GOPATH=/tmp/tmp.JBfARyzNUM [2021-02-22T19:09:44.594Z] #44 4.807 + RM_GOPATH=1 [2021-02-22T19:09:44.594Z] #44 4.807 + case "$(go env GOARCH)" in [2021-02-22T19:09:44.594Z] #44 4.813 ++ go env GOARCH [2021-02-22T19:09:44.594Z] #44 4.834 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:44.594Z] #44 4.834 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:44.594Z] #44 4.834 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:44.594Z] #44 4.834 + dir=/tmp/install [2021-02-22T19:09:44.594Z] #44 4.834 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-22T19:09:44.594Z] #44 4.834 + bin=vndr [2021-02-22T19:09:44.594Z] #44 4.834 + shift [2021-02-22T19:09:44.594Z] #44 4.834 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-22T19:09:44.594Z] #44 4.834 + . /tmp/install/vndr.installer [2021-02-22T19:09:44.594Z] #44 4.834 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-22T19:09:44.594Z] #44 4.834 + install_vndr [2021-02-22T19:09:44.594Z] #44 4.834 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-22T19:09:44.594Z] #44 4.834 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.JBfARyzNUM/src/github.com/LK4D4/vndr [2021-02-22T19:09:44.594Z] #44 4.836 Cloning into '/tmp/tmp.JBfARyzNUM/src/github.com/LK4D4/vndr'... [2021-02-22T19:09:44.594Z] #44 5.772 + cd /tmp/tmp.JBfARyzNUM/src/github.com/LK4D4/vndr [2021-02-22T19:09:44.594Z] #44 5.779 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-22T19:09:44.594Z] #44 5.806 + go build -buildmode=pie -v -o /build/vndr . [2021-02-22T19:09:44.594Z] #44 7.235 unicode [2021-02-22T19:09:44.594Z] #44 7.320 encoding [2021-02-22T19:09:44.594Z] #44 7.369 math [2021-02-22T19:09:44.594Z] #44 7.474 unicode/utf16 [2021-02-22T19:09:44.594Z] #44 7.643 runtime [2021-02-22T19:09:44.594Z] #44 8.046 container/list [2021-02-22T19:09:44.594Z] #44 9.228 crypto/internal/subtle [2021-02-22T19:09:44.594Z] #44 9.531 crypto/subtle [2021-02-22T19:09:44.594Z] #44 9.712 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-22T19:09:44.594Z] #44 10.24 internal/nettrace [2021-02-22T19:09:44.594Z] #44 ... [2021-02-22T19:09:44.594Z] [2021-02-22T19:09:44.594Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:09:44.594Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-22T19:09:44.594Z] #54 4.890 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:09:44.594Z] #54 4.944 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:09:44.594Z] #54 4.944 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:09:44.594Z] #54 5.682 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-22T19:09:44.594Z] #54 7.060 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-22T19:09:44.594Z] #54 8.578 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-22T19:09:44.594Z] #54 ... [2021-02-22T19:09:44.594Z] [2021-02-22T19:09:44.594Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:09:44.594Z] #48 sha256:26e2a6436b25805601176752fe51c1561b60961c15cb68b1de64c76585cf3f5c [2021-02-22T19:09:44.594Z] #48 5.366 + RM_GOPATH=0 [2021-02-22T19:09:44.594Z] #48 5.366 + TMP_GOPATH= [2021-02-22T19:09:44.594Z] #48 5.366 + : /build [2021-02-22T19:09:44.594Z] #48 5.366 + '[' -z '' ']' [2021-02-22T19:09:44.594Z] #48 5.366 ++ mktemp -d [2021-02-22T19:09:44.594Z] #48 5.368 + export GOPATH=/tmp/tmp.X7Q4fWNLFd [2021-02-22T19:09:44.594Z] #48 5.368 + GOPATH=/tmp/tmp.X7Q4fWNLFd [2021-02-22T19:09:44.594Z] #48 5.368 + RM_GOPATH=1 [2021-02-22T19:09:44.594Z] #48 5.368 + case "$(go env GOARCH)" in [2021-02-22T19:09:44.594Z] #48 5.371 ++ go env GOARCH [2021-02-22T19:09:44.594Z] #48 5.381 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:44.595Z] #48 5.381 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:44.595Z] #48 5.384 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:44.595Z] #48 5.384 + dir=/tmp/install [2021-02-22T19:09:44.595Z] #48 5.384 + bin=golangci_lint [2021-02-22T19:09:44.595Z] #48 5.384 + shift [2021-02-22T19:09:44.595Z] #48 5.384 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-22T19:09:44.595Z] #48 5.384 + . /tmp/install/golangci_lint.installer [2021-02-22T19:09:44.595Z] #48 5.384 ++ : v1.23.8 [2021-02-22T19:09:44.595Z] #48 5.384 + install_golangci_lint [2021-02-22T19:09:44.595Z] #48 5.384 + set -e [2021-02-22T19:09:44.595Z] #48 5.384 + export GO111MODULE=on [2021-02-22T19:09:44.595Z] #48 5.384 + GO111MODULE=on [2021-02-22T19:09:44.595Z] #48 5.384 + GOBIN=/build [2021-02-22T19:09:44.595Z] #48 5.384 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-22T19:09:44.595Z] #48 5.484 go: finding github.com v1.23.8 [2021-02-22T19:09:44.595Z] #48 5.495 go: finding github.com/golangci v1.23.8 [2021-02-22T19:09:44.595Z] #48 5.495 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-22T19:09:44.595Z] #48 5.495 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-22T19:09:44.595Z] #48 5.498 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-22T19:09:44.595Z] #48 6.373 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-22T19:09:44.595Z] #48 7.129 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-22T19:09:44.695Z] #23 ... [2021-02-22T19:09:44.695Z] [2021-02-22T19:09:44.695Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-22T19:09:44.695Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-22T19:09:44.695Z] #38 DONE 0.2s [2021-02-22T19:09:44.695Z] [2021-02-22T19:09:44.695Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-22T19:09:44.695Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-22T19:09:44.695Z] #30 DONE 0.3s [2021-02-22T19:09:44.695Z] [2021-02-22T19:09:44.695Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:09:44.695Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-22T19:09:44.749Z] #28 8.169 ######################################################################## 100.0% [2021-02-22T19:09:44.749Z] #28 8.188 [2021-02-22T19:09:44.749Z] #28 8.415 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-22T19:09:44.881Z] #48 ... [2021-02-22T19:09:44.881Z] [2021-02-22T19:09:44.881Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:09:44.881Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-22T19:09:44.881Z] #35 6.125 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:09:44.881Z] #35 6.160 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:09:44.881Z] #35 6.160 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:09:44.881Z] #35 7.201 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-22T19:09:44.881Z] #35 8.797 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-22T19:09:44.881Z] #35 10.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-22T19:09:44.881Z] #35 ... [2021-02-22T19:09:44.881Z] [2021-02-22T19:09:44.881Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-22T19:09:44.881Z] #63 sha256:013244d6072dc03d463ba612a84fd768d5c7b6450c03b58de0b6e3080a60214e [2021-02-22T19:09:44.881Z] #63 4.621 + RM_GOPATH=0 [2021-02-22T19:09:44.881Z] #63 4.621 + TMP_GOPATH= [2021-02-22T19:09:44.881Z] #63 4.621 + : /build [2021-02-22T19:09:44.881Z] #63 4.621 + '[' -z '' ']' [2021-02-22T19:09:44.881Z] #63 4.622 ++ mktemp -d [2021-02-22T19:09:44.881Z] #63 4.625 + export GOPATH=/tmp/tmp.NmpO2u0MDd [2021-02-22T19:09:44.881Z] #63 4.625 + GOPATH=/tmp/tmp.NmpO2u0MDd [2021-02-22T19:09:44.881Z] #63 4.625 + RM_GOPATH=1 [2021-02-22T19:09:44.881Z] #63 4.625 + case "$(go env GOARCH)" in [2021-02-22T19:09:44.881Z] #63 4.625 ++ go env GOARCH [2021-02-22T19:09:44.881Z] #63 4.651 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:44.881Z] #63 4.651 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:44.881Z] #63 4.659 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-22T19:09:44.881Z] #63 4.659 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:44.881Z] #63 4.659 + dir=/tmp/install [2021-02-22T19:09:44.881Z] #63 4.659 + bin=proxy [2021-02-22T19:09:44.881Z] #63 4.659 + shift [2021-02-22T19:09:44.881Z] #63 4.659 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-22T19:09:44.881Z] #63 4.659 + . /tmp/install/proxy.installer [2021-02-22T19:09:44.881Z] #63 4.659 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-22T19:09:44.881Z] #63 4.659 + install_proxy [2021-02-22T19:09:44.881Z] #63 4.659 + case "$1" in [2021-02-22T19:09:44.881Z] #63 4.659 + export CGO_ENABLED=0 [2021-02-22T19:09:44.881Z] #63 4.659 + CGO_ENABLED=0 [2021-02-22T19:09:44.881Z] #63 4.659 + _install_proxy [2021-02-22T19:09:44.881Z] #63 4.659 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-22T19:09:44.881Z] #63 4.659 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.NmpO2u0MDd/src/github.com/docker/libnetwork [2021-02-22T19:09:44.881Z] #63 4.659 Cloning into '/tmp/tmp.NmpO2u0MDd/src/github.com/docker/libnetwork'... [2021-02-22T19:09:44.881Z] #63 ... [2021-02-22T19:09:44.881Z] [2021-02-22T19:09:44.881Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-22T19:09:44.881Z] #23 sha256:84cee587f681abb17d1933ad4cdeca6dccb73842406eed1fbe8dbb6f52caffe0 [2021-02-22T19:09:44.881Z] #23 4.850 + RM_GOPATH=0 [2021-02-22T19:09:44.881Z] #23 4.853 + TMP_GOPATH= [2021-02-22T19:09:44.881Z] #23 4.853 + : /build [2021-02-22T19:09:44.881Z] #23 4.853 + '[' -z '' ']' [2021-02-22T19:09:44.881Z] #23 4.853 ++ mktemp -d [2021-02-22T19:09:44.881Z] #23 4.868 + export GOPATH=/tmp/tmp.5vjpCB4AOO [2021-02-22T19:09:44.881Z] #23 4.868 + GOPATH=/tmp/tmp.5vjpCB4AOO [2021-02-22T19:09:44.881Z] #23 4.868 + RM_GOPATH=1 [2021-02-22T19:09:44.881Z] #23 4.868 + case "$(go env GOARCH)" in [2021-02-22T19:09:44.881Z] #23 4.868 ++ go env GOARCH [2021-02-22T19:09:44.881Z] #23 4.888 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:44.881Z] #23 4.888 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:44.881Z] #23 4.900 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:44.881Z] #23 4.927 + dir=/tmp/install [2021-02-22T19:09:44.881Z] #23 4.927 + bin=dockercli [2021-02-22T19:09:44.881Z] #23 4.927 + shift [2021-02-22T19:09:44.881Z] #23 4.927 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-22T19:09:44.881Z] #23 4.927 + . /tmp/install/dockercli.installer [2021-02-22T19:09:44.881Z] #23 4.927 ++ : stable [2021-02-22T19:09:44.881Z] #23 4.927 ++ : 17.06.2-ce [2021-02-22T19:09:44.881Z] #23 4.927 + install_dockercli [2021-02-22T19:09:44.881Z] #23 4.927 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-22T19:09:44.881Z] #23 4.934 Install docker/cli version 17.06.2-ce from stable [2021-02-22T19:09:44.881Z] #23 4.944 ++ uname -m [2021-02-22T19:09:44.881Z] #23 4.954 + arch=aarch64 [2021-02-22T19:09:44.881Z] #23 4.954 + '[' aarch64 '!=' x86_64 ']' [2021-02-22T19:09:44.881Z] #23 4.954 + '[' aarch64 '!=' s390x ']' [2021-02-22T19:09:44.881Z] #23 4.954 + '[' aarch64 '!=' armhf ']' [2021-02-22T19:09:44.881Z] #23 4.954 + build_dockercli [2021-02-22T19:09:44.881Z] #23 4.954 + git clone https://github.com/docker/docker-ce /tmp/tmp.5vjpCB4AOO/tmp/docker-ce [2021-02-22T19:09:44.881Z] #23 4.965 Cloning into '/tmp/tmp.5vjpCB4AOO/tmp/docker-ce'... [2021-02-22T19:09:45.010Z] #28 8.494 [2021-02-22T19:09:45.147Z] #23 ... [2021-02-22T19:09:45.147Z] [2021-02-22T19:09:45.147Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:09:45.147Z] #46 sha256:ce47af189588e843cc98610a3025a2d62a55dd40582a7eccdd6cc5b4a0483af6 [2021-02-22T19:09:45.147Z] #46 5.437 + RM_GOPATH=0 [2021-02-22T19:09:45.147Z] #46 5.437 + TMP_GOPATH= [2021-02-22T19:09:45.147Z] #46 5.437 + : /build [2021-02-22T19:09:45.147Z] #46 5.437 + '[' -z '' ']' [2021-02-22T19:09:45.147Z] #46 5.437 ++ mktemp -d [2021-02-22T19:09:45.147Z] #46 5.501 + export GOPATH=/tmp/tmp.neRq5N10Ke [2021-02-22T19:09:45.147Z] #46 5.501 + GOPATH=/tmp/tmp.neRq5N10Ke [2021-02-22T19:09:45.147Z] #46 5.501 + RM_GOPATH=1 [2021-02-22T19:09:45.147Z] #46 5.501 + case "$(go env GOARCH)" in [2021-02-22T19:09:45.147Z] #46 5.501 ++ go env GOARCH [2021-02-22T19:09:45.147Z] #46 5.521 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:45.147Z] #46 5.531 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:45.147Z] #46 5.533 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:45.147Z] #46 5.537 + dir=/tmp/install [2021-02-22T19:09:45.147Z] #46 5.537 + bin=gotestsum [2021-02-22T19:09:45.147Z] #46 5.537 + shift [2021-02-22T19:09:45.147Z] #46 5.538 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-22T19:09:45.147Z] #46 5.538 + . /tmp/install/gotestsum.installer [2021-02-22T19:09:45.147Z] #46 5.539 ++ : v0.5.3 [2021-02-22T19:09:45.147Z] #46 5.539 + install_gotestsum [2021-02-22T19:09:45.147Z] #46 5.541 + set -e [2021-02-22T19:09:45.147Z] #46 5.542 + export GO111MODULE=on [2021-02-22T19:09:45.147Z] #46 5.542 + GO111MODULE=on [2021-02-22T19:09:45.147Z] #46 5.542 + GOBIN=/build [2021-02-22T19:09:45.147Z] #46 5.542 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-22T19:09:45.147Z] #46 5.594 go: finding gotest.tools v0.5.3 [2021-02-22T19:09:45.147Z] #46 5.595 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-22T19:09:45.147Z] #46 6.866 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-22T19:09:45.147Z] #46 7.557 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-22T19:09:45.147Z] #46 8.417 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-22T19:09:45.147Z] #46 8.434 go: downloading github.com/fatih/color v1.9.0 [2021-02-22T19:09:45.147Z] #46 8.439 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-22T19:09:45.147Z] #46 8.460 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-22T19:09:45.147Z] #46 8.501 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-22T19:09:45.147Z] #46 8.659 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-22T19:09:45.147Z] #46 8.684 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-22T19:09:45.147Z] #46 8.755 go: downloading github.com/pkg/errors v0.9.1 [2021-02-22T19:09:45.148Z] #46 8.757 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-22T19:09:45.148Z] #46 8.814 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-22T19:09:45.148Z] #46 8.819 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-22T19:09:45.148Z] #46 8.929 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-22T19:09:45.148Z] #46 9.264 go: extracting github.com/fatih/color v1.9.0 [2021-02-22T19:09:45.148Z] #46 9.301 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-22T19:09:45.148Z] #46 9.302 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-22T19:09:45.148Z] #46 9.309 go: extracting github.com/pkg/errors v0.9.1 [2021-02-22T19:09:45.148Z] #46 9.434 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-22T19:09:45.148Z] #46 9.794 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-22T19:09:45.148Z] #46 9.847 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-22T19:09:45.148Z] #46 ... [2021-02-22T19:09:45.148Z] [2021-02-22T19:09:45.148Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:09:45.148Z] #57 sha256:1d99aec33ec5b34f1aeda48cd10a6edc8288d7219f6a0b38dcad4457550e9b43 [2021-02-22T19:09:45.148Z] #57 5.673 + RM_GOPATH=0 [2021-02-22T19:09:45.148Z] #57 5.673 + TMP_GOPATH= [2021-02-22T19:09:45.148Z] #57 5.673 + : /build [2021-02-22T19:09:45.148Z] #57 5.673 + '[' -z '' ']' [2021-02-22T19:09:45.148Z] #57 5.676 ++ mktemp -d [2021-02-22T19:09:45.148Z] #57 5.687 + export GOPATH=/tmp/tmp.zH2PmnBh0R [2021-02-22T19:09:45.148Z] #57 5.687 + GOPATH=/tmp/tmp.zH2PmnBh0R [2021-02-22T19:09:45.148Z] #57 5.687 + RM_GOPATH=1 [2021-02-22T19:09:45.148Z] #57 5.687 + case "$(go env GOARCH)" in [2021-02-22T19:09:45.148Z] #57 5.688 ++ go env GOARCH [2021-02-22T19:09:45.148Z] #57 5.710 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:45.148Z] #57 5.717 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:45.148Z] #57 5.718 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:45.148Z] #57 5.721 + dir=/tmp/install [2021-02-22T19:09:45.148Z] #57 5.721 + bin=rootlesskit [2021-02-22T19:09:45.148Z] #57 5.722 + shift [2021-02-22T19:09:45.148Z] #57 5.722 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-22T19:09:45.148Z] #57 5.723 + . /tmp/install/rootlesskit.installer [2021-02-22T19:09:45.148Z] #57 5.723 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-22T19:09:45.148Z] #57 5.724 + install_rootlesskit [2021-02-22T19:09:45.148Z] #57 5.724 + case "$1" in [2021-02-22T19:09:45.148Z] #57 5.724 + export CGO_ENABLED=0 [2021-02-22T19:09:45.148Z] #57 5.724 + CGO_ENABLED=0 [2021-02-22T19:09:45.148Z] #57 5.725 + _install_rootlesskit [2021-02-22T19:09:45.148Z] #57 5.725 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-02-22T19:09:45.148Z] #57 5.726 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-22T19:09:45.148Z] #57 5.726 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.zH2PmnBh0R/src/github.com/rootless-containers/rootlesskit [2021-02-22T19:09:45.148Z] #57 5.731 Cloning into '/tmp/tmp.zH2PmnBh0R/src/github.com/rootless-containers/rootlesskit'... [2021-02-22T19:09:45.148Z] #57 10.31 + cd /tmp/tmp.zH2PmnBh0R/src/github.com/rootless-containers/rootlesskit [2021-02-22T19:09:45.148Z] #57 10.32 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-22T19:09:45.148Z] #57 10.33 + export GO111MODULE=on [2021-02-22T19:09:45.148Z] #57 10.33 + GO111MODULE=on [2021-02-22T19:09:45.148Z] #57 10.33 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-22T19:09:45.148Z] #57 10.33 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-22T19:09:45.411Z] #57 ... [2021-02-22T19:09:45.411Z] [2021-02-22T19:09:45.411Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:09:45.411Z] #50 sha256:214d595d26aa212aa2ae4510b60549626afbb94371b23f62c30a9b7ca43b3b52 [2021-02-22T19:09:45.411Z] #50 4.825 + RM_GOPATH=0 [2021-02-22T19:09:45.411Z] #50 4.825 + TMP_GOPATH= [2021-02-22T19:09:45.411Z] #50 4.825 + : /build [2021-02-22T19:09:45.411Z] #50 4.825 + '[' -z '' ']' [2021-02-22T19:09:45.411Z] #50 4.843 ++ mktemp -d [2021-02-22T19:09:45.411Z] #50 4.845 + export GOPATH=/tmp/tmp.mTPn8PO9nv [2021-02-22T19:09:45.411Z] #50 4.845 + GOPATH=/tmp/tmp.mTPn8PO9nv [2021-02-22T19:09:45.411Z] #50 4.845 + RM_GOPATH=1 [2021-02-22T19:09:45.411Z] #50 4.845 + case "$(go env GOARCH)" in [2021-02-22T19:09:45.411Z] #50 4.847 ++ go env GOARCH [2021-02-22T19:09:45.411Z] #50 4.874 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:45.411Z] #50 4.874 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:45.411Z] #50 4.874 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:45.411Z] #50 4.881 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-22T19:09:45.411Z] #50 4.882 + dir=/tmp/install [2021-02-22T19:09:45.411Z] #50 4.882 + bin=shfmt [2021-02-22T19:09:45.411Z] #50 4.882 + shift [2021-02-22T19:09:45.411Z] #50 4.882 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-22T19:09:45.411Z] #50 4.882 + . /tmp/install/shfmt.installer [2021-02-22T19:09:45.411Z] #50 4.882 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-22T19:09:45.411Z] #50 4.882 + install_shfmt [2021-02-22T19:09:45.411Z] #50 4.882 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-22T19:09:45.411Z] #50 4.882 + git clone https://github.com/mvdan/sh.git /tmp/tmp.mTPn8PO9nv/src/github.com/mvdan/sh [2021-02-22T19:09:45.411Z] #50 4.913 Cloning into '/tmp/tmp.mTPn8PO9nv/src/github.com/mvdan/sh'... [2021-02-22T19:09:45.411Z] #50 ... [2021-02-22T19:09:45.411Z] [2021-02-22T19:09:45.411Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:09:45.411Z] #46 sha256:ce47af189588e843cc98610a3025a2d62a55dd40582a7eccdd6cc5b4a0483af6 [2021-02-22T19:09:45.411Z] #46 11.38 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-22T19:09:45.533Z] #28 8.607 ######### 13.7% ######################### 34.8% ###################################### 52.8% ################################################## 70.6% ################################################################ 89.5% ######################################################################## 100.0% [2021-02-22T19:09:45.533Z] #28 9.087 [2021-02-22T19:09:45.794Z] #28 9.385 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-22T19:09:45.794Z] #28 9.441 [2021-02-22T19:09:45.998Z] #46 11.76 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-22T19:09:46.056Z] #28 9.482 ######################################################################## 100.0% [2021-02-22T19:09:46.056Z] #28 9.502 [2021-02-22T19:09:46.056Z] #28 9.679 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-22T19:09:46.316Z] #28 9.741 [2021-02-22T19:09:46.316Z] #28 9.798 ######################################################################## 100.0% [2021-02-22T19:09:46.316Z] #28 9.816 [2021-02-22T19:09:46.316Z] #28 9.827 Download of images into '/build' complete. [2021-02-22T19:09:46.316Z] #28 9.827 Use something like the following to load the result into a Docker daemon: [2021-02-22T19:09:46.316Z] #28 9.827 tar -cC '/build' . | docker load [2021-02-22T19:09:47.402Z] #46 13.22 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-22T19:09:48.483Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.1s done [2021-02-22T19:09:48.745Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a [2021-02-22T19:09:48.745Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-02-22T19:09:49.005Z] #9 ... [2021-02-22T19:09:49.005Z] [2021-02-22T19:09:49.005Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-22T19:09:49.005Z] #28 sha256:a00284acc575642343a56afa8b5b1f57bf77827d93049dd76225ca12078f5a35 [2021-02-22T19:09:49.005Z] #28 2.042 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-22T19:09:49.005Z] #28 2.151 [2021-02-22T19:09:49.005Z] #28 2.272 ######## 11.4% ######################### 35.8% ######################################## 55.8% ###################################################### 75.7% #################################################################### 95.2% ######################################################################## 100.0% [2021-02-22T19:09:49.005Z] #28 2.802 [2021-02-22T19:09:49.005Z] #28 2.923 ################################### 49.3% ######################################################################## 100.0% [2021-02-22T19:09:49.005Z] #28 3.075 [2021-02-22T19:09:49.005Z] #28 3.214 ############################################## 64.6% ######################################################################## 100.0% [2021-02-22T19:09:49.005Z] #28 3.330 [2021-02-22T19:09:49.005Z] #28 3.459 ######## 12.4% ######################### 35.5% ##################################### 52.8% ##################################################### 74.7% ################################################################### 94.0% ######################################################################## 100.0% [2021-02-22T19:09:49.005Z] #28 4.018 [2021-02-22T19:09:49.006Z] #28 4.142 # 2.1% ##### 7.6% ########## 14.7% ############## 20.0% ################## 25.2% ##################### 30.4% ######################### 35.6% ############################# 40.9% ################################# 46.0% #################################### 51.4% ######################################## 56.5% ############################################ 61.8% ################################################ 67.0% #################################################### 72.2% ####################################################### 77.4% ########################################################### 82.7% ############################################################### 87.6% ################################################################### 93.1% ###################################################################### 98.3% ######################################################################## 100.0% [2021-02-22T19:09:49.006Z] #28 6.021 [2021-02-22T19:09:49.006Z] #28 6.342 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-22T19:09:49.006Z] #28 6.510 [2021-02-22T19:09:49.006Z] #28 6.584 ######################################################################## 100.0% [2021-02-22T19:09:49.006Z] #28 6.613 [2021-02-22T19:09:49.006Z] #28 6.926 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-22T19:09:49.006Z] #28 7.024 [2021-02-22T19:09:49.006Z] #28 7.103 ######################################################################## 100.0% [2021-02-22T19:09:49.006Z] #28 7.126 [2021-02-22T19:09:49.006Z] #28 7.424 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-22T19:09:49.006Z] #28 7.505 [2021-02-22T19:09:49.006Z] #28 7.629 ####### 10.1% ######################## 34.3% ##################################### 52.6% ################################################## 70.6% ############################################################### 88.2% ######################################################################## 100.0% [2021-02-22T19:09:49.006Z] #28 8.117 [2021-02-22T19:09:49.006Z] #28 8.407 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-22T19:09:49.006Z] #28 8.499 [2021-02-22T19:09:49.006Z] #28 8.549 ######################################################################## 100.0% [2021-02-22T19:09:49.006Z] #28 8.577 [2021-02-22T19:09:49.006Z] #28 8.906 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-22T19:09:49.006Z] #28 8.993 [2021-02-22T19:09:49.006Z] #28 9.038 ######################################################################## 100.0% [2021-02-22T19:09:49.006Z] #28 9.058 [2021-02-22T19:09:49.006Z] #28 9.070 Download of images into '/build' complete. [2021-02-22T19:09:49.006Z] #28 9.070 Use something like the following to load the result into a Docker daemon: [2021-02-22T19:09:49.006Z] #28 9.070 tar -cC '/build' . | docker load [2021-02-22T19:09:49.006Z] #28 ... [2021-02-22T19:09:49.006Z] [2021-02-22T19:09:49.006Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-22T19:09:49.006Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-22T19:09:49.006Z] #9 DONE 37.7s [2021-02-22T19:09:49.006Z] [2021-02-22T19:09:49.006Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-22T19:09:49.006Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-22T19:09:49.335Z] #46 ... [2021-02-22T19:09:49.335Z] [2021-02-22T19:09:49.335Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:09:49.335Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-22T19:09:49.335Z] #39 4.857 + git clone https://github.com/docker/distribution.git . [2021-02-22T19:09:49.335Z] #39 4.860 Cloning into '.'... [2021-02-22T19:09:49.335Z] #39 13.87 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-22T19:09:49.335Z] #39 ... [2021-02-22T19:09:49.335Z] [2021-02-22T19:09:49.335Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-22T19:09:49.335Z] #28 sha256:eb7c0c96e3a31915729fd3f9b761db687cf02a40130eb4b86709e05b2987c87a [2021-02-22T19:09:49.335Z] #28 5.119 0.0% ## 3.3% ##### 7.6% ######## 11.8% ########### 15.3% ############# 18.5% ################ 23.3% ################## 26.3% ##################### 29.5% ######################## 33.4% ######################### 36.1% ########################### 38.2% ############################ 39.6% ############################# 41.2% ############################## 42.8% ################################ 44.9% ################################## 47.6% ################################### 48.8% #################################### 50.3% ##################################### 51.5% ##################################### 52.4% ###################################### 53.3% ###################################### 54.1% ####################################### 55.1% ######################################## 55.9% ######################################## 56.8% ######################################### 57.4% ########################################## 58.3% ########################################## 59.2% ########################################### 59.8% ########################################### 60.6% ############################################ 61.6% ############################################ 62.3% ############################################# 63.1% ############################################## 64.1% ############################################### 65.4% ############################################### 66.1% ################################################ 67.3% ################################################# 68.5% ################################################## 69.8% ################################################### 71.2% #################################################### 72.5% ##################################################### 73.9% ###################################################### 75.2% ###################################################### 76.2% ####################################################### 77.1% ######################################################## 78.6% ######################################################## 79.2% ######################################################### 80.1% ########################################################## 80.9% ########################################################### 82.2% ############################################################ 83.7% ############################################################ 84.7% ############################################################# 85.8% ############################################################## 86.9% ############################################################### 88.0% ################################################################ 89.3% ################################################################ 89.9% ################################################################# 91.0% ################################################################## 92.0% ################################################################### 93.1% ################################################################### 94.1% #################################################################### 94.7% #################################################################### 95.4% ##################################################################### 96.1% ###################################################################### 97.4% ######################################################################## 100.0% [2021-02-22T19:09:49.335Z] #28 12.19 [2021-02-22T19:09:49.335Z] #28 13.35 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-22T19:09:49.335Z] #28 13.76 [2021-02-22T19:09:49.335Z] #28 14.14 # 2.0% ######################################################################## 100.0% [2021-02-22T19:09:49.335Z] #28 14.32 [2021-02-22T19:09:49.335Z] #28 15.52 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-22T19:09:49.335Z] #28 15.88 [2021-02-22T19:09:49.599Z] #28 16.11 0.0% ######################################################################## 100.0% [2021-02-22T19:09:49.599Z] #28 16.24 [2021-02-22T19:09:49.599Z] #28 ... [2021-02-22T19:09:49.599Z] [2021-02-22T19:09:49.599Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:09:49.599Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-22T19:09:49.599Z] #39 15.40 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-02-22T19:09:49.988Z] #31 ... [2021-02-22T19:09:49.988Z] [2021-02-22T19:09:49.988Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:09:49.988Z] #48 sha256:d8f2761d4ccd0d13a4a6de4533d8e05526b9ddbb0d71cb2bfab18396cee6d114 [2021-02-22T19:09:49.988Z] #48 5.279 + RM_GOPATH=0 [2021-02-22T19:09:49.988Z] #48 5.279 + TMP_GOPATH= [2021-02-22T19:09:49.988Z] #48 5.279 + : /build [2021-02-22T19:09:49.988Z] #48 5.279 + '[' -z '' ']' [2021-02-22T19:09:49.988Z] #48 5.279 ++ mktemp -d [2021-02-22T19:09:49.988Z] #48 5.284 + export GOPATH=/tmp/tmp.8sSUYPTANC [2021-02-22T19:09:49.988Z] #48 5.284 + GOPATH=/tmp/tmp.8sSUYPTANC [2021-02-22T19:09:49.988Z] #48 5.284 + RM_GOPATH=1 [2021-02-22T19:09:49.988Z] #48 5.284 + case "$(go env GOARCH)" in [2021-02-22T19:09:49.988Z] #48 5.291 ++ go env GOARCH [2021-02-22T19:09:49.988Z] #48 5.351 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:49.988Z] #48 5.351 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:49.988Z] #48 5.351 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:49.988Z] #48 5.351 + dir=/tmp/install [2021-02-22T19:09:49.988Z] #48 5.351 + bin=golangci_lint [2021-02-22T19:09:49.988Z] #48 5.351 + shift [2021-02-22T19:09:49.988Z] #48 5.351 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-22T19:09:49.988Z] #48 5.351 + . /tmp/install/golangci_lint.installer [2021-02-22T19:09:49.988Z] #48 5.351 ++ : v1.23.8 [2021-02-22T19:09:49.988Z] #48 5.351 + install_golangci_lint [2021-02-22T19:09:49.988Z] #48 5.351 + set -e [2021-02-22T19:09:49.988Z] #48 5.351 + export GO111MODULE=on [2021-02-22T19:09:49.988Z] #48 5.351 + GO111MODULE=on [2021-02-22T19:09:49.988Z] #48 5.351 + GOBIN=/build [2021-02-22T19:09:49.989Z] #48 5.351 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-22T19:09:49.989Z] #48 5.455 go: finding github.com v1.23.8 [2021-02-22T19:09:49.989Z] #48 5.455 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-22T19:09:49.989Z] #48 5.462 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-22T19:09:49.989Z] #48 5.462 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-22T19:09:49.989Z] #48 5.462 go: finding github.com/golangci v1.23.8 [2021-02-22T19:09:50.249Z] #48 ... [2021-02-22T19:09:50.249Z] [2021-02-22T19:09:50.249Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-22T19:09:50.249Z] #23 sha256:35fcb3fe0f706bfe904f4d92e80997d8d33e940dcbface4450cfaa375e7ea28c [2021-02-22T19:09:50.249Z] #23 5.765 + RM_GOPATH=0 [2021-02-22T19:09:50.249Z] #23 5.765 + TMP_GOPATH= [2021-02-22T19:09:50.250Z] #23 5.765 + : /build [2021-02-22T19:09:50.250Z] #23 5.765 + '[' -z '' ']' [2021-02-22T19:09:50.250Z] #23 5.765 ++ mktemp -d [2021-02-22T19:09:50.250Z] #23 5.765 + export GOPATH=/tmp/tmp.R5jpkC3SrQ [2021-02-22T19:09:50.250Z] #23 5.765 + GOPATH=/tmp/tmp.R5jpkC3SrQ [2021-02-22T19:09:50.250Z] #23 5.765 + RM_GOPATH=1 [2021-02-22T19:09:50.250Z] #23 5.765 + case "$(go env GOARCH)" in [2021-02-22T19:09:50.250Z] #23 5.769 ++ go env GOARCH [2021-02-22T19:09:50.250Z] #23 5.803 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:50.250Z] #23 5.803 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:50.250Z] #23 5.810 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:50.250Z] #23 5.864 + dir=/tmp/install [2021-02-22T19:09:50.250Z] #23 5.864 + bin=dockercli [2021-02-22T19:09:50.250Z] #23 5.864 + shift [2021-02-22T19:09:50.250Z] #23 5.864 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-22T19:09:50.250Z] #23 5.864 + . /tmp/install/dockercli.installer [2021-02-22T19:09:50.250Z] #23 5.864 ++ : stable [2021-02-22T19:09:50.250Z] #23 5.864 ++ : 17.06.2-ce [2021-02-22T19:09:50.250Z] #23 5.864 + install_dockercli [2021-02-22T19:09:50.250Z] #23 5.864 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-22T19:09:50.250Z] #23 5.868 Install docker/cli version 17.06.2-ce from stable [2021-02-22T19:09:50.509Z] #23 5.913 ++ uname -m [2021-02-22T19:09:50.509Z] #23 5.914 + arch=x86_64 [2021-02-22T19:09:50.509Z] #23 5.914 + '[' x86_64 '!=' x86_64 ']' [2021-02-22T19:09:50.509Z] #23 5.915 + url=https://download.docker.com/linux/static [2021-02-22T19:09:50.509Z] #23 5.915 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-22T19:09:50.509Z] #23 5.932 + tar -xz docker/docker [2021-02-22T19:09:51.601Z] #28 DONE 15.1s [2021-02-22T19:09:51.601Z] [2021-02-22T19:09:51.601Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-22T19:09:51.601Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-22T19:09:51.601Z] #10 DONE 7.8s [2021-02-22T19:09:51.601Z] [2021-02-22T19:09:51.601Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-02-22T19:09:51.601Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-22T19:09:52.644Z] #11 DONE 0.9s [2021-02-22T19:09:52.644Z] [2021-02-22T19:09:52.644Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:09:52.644Z] #33 sha256:49599d74ea920b1a31d76b93719f216fe6a116dd1a5371b73d15ffc7a3a7a05d [2021-02-22T19:09:52.945Z] #33 ... [2021-02-22T19:09:52.945Z] [2021-02-22T19:09:52.945Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-22T19:09:52.945Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-22T19:09:52.945Z] #38 DONE 0.3s [2021-02-22T19:09:52.945Z] [2021-02-22T19:09:52.945Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-22T19:09:52.945Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-22T19:09:52.945Z] #30 DONE 0.3s [2021-02-22T19:09:52.945Z] [2021-02-22T19:09:52.945Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:09:52.945Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:09:54.299Z] #10 ... [2021-02-22T19:09:54.299Z] [2021-02-22T19:09:54.299Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-22T19:09:54.299Z] #28 sha256:a00284acc575642343a56afa8b5b1f57bf77827d93049dd76225ca12078f5a35 [2021-02-22T19:09:54.299Z] #28 DONE 14.1s [2021-02-22T19:09:54.299Z] [2021-02-22T19:09:54.299Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-22T19:09:54.299Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-22T19:09:54.561Z] #10 DONE 5.6s [2021-02-22T19:09:54.561Z] [2021-02-22T19:09:54.561Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-02-22T19:09:54.561Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-22T19:09:54.723Z] #23 ... [2021-02-22T19:09:54.723Z] [2021-02-22T19:09:54.723Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:09:54.723Z] #50 sha256:a74ad4b260257c14c461a63e72d975bc5128289c6b7a79e2791bf7e40da29f60 [2021-02-22T19:09:54.723Z] #50 4.501 + RM_GOPATH=0 [2021-02-22T19:09:54.723Z] #50 4.501 + TMP_GOPATH= [2021-02-22T19:09:54.723Z] #50 4.501 + : /build [2021-02-22T19:09:54.723Z] #50 4.501 + '[' -z '' ']' [2021-02-22T19:09:54.723Z] #50 4.504 ++ mktemp -d [2021-02-22T19:09:54.723Z] #50 4.504 + export GOPATH=/tmp/tmp.toVMzmTD5Y [2021-02-22T19:09:54.723Z] #50 4.504 + GOPATH=/tmp/tmp.toVMzmTD5Y [2021-02-22T19:09:54.723Z] #50 4.504 + RM_GOPATH=1 [2021-02-22T19:09:54.723Z] #50 4.504 + case "$(go env GOARCH)" in [2021-02-22T19:09:54.723Z] #50 4.517 ++ go env GOARCH [2021-02-22T19:09:54.723Z] #50 4.525 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:54.723Z] #50 4.525 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:54.723Z] #50 4.530 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:54.723Z] #50 4.530 + dir=/tmp/install [2021-02-22T19:09:54.723Z] #50 4.530 + bin=shfmt [2021-02-22T19:09:54.723Z] #50 4.530 + shift [2021-02-22T19:09:54.723Z] #50 4.530 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-22T19:09:54.723Z] #50 4.530 + . /tmp/install/shfmt.installer [2021-02-22T19:09:54.723Z] #50 4.530 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-22T19:09:54.723Z] #50 4.530 + install_shfmt [2021-02-22T19:09:54.723Z] #50 4.530 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-22T19:09:54.723Z] #50 4.530 + git clone https://github.com/mvdan/sh.git /tmp/tmp.toVMzmTD5Y/src/github.com/mvdan/sh [2021-02-22T19:09:54.723Z] #50 4.530 Cloning into '/tmp/tmp.toVMzmTD5Y/src/github.com/mvdan/sh'... [2021-02-22T19:09:54.723Z] #50 4.531 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-22T19:09:54.723Z] #50 ... [2021-02-22T19:09:54.723Z] [2021-02-22T19:09:54.723Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:09:54.723Z] #46 sha256:110c9b2ea6c612aae394c4489361a297aa08f12baf1f84da9cf15214177f89c2 [2021-02-22T19:09:54.723Z] #46 5.409 + RM_GOPATH=0 [2021-02-22T19:09:54.723Z] #46 5.409 + TMP_GOPATH= [2021-02-22T19:09:54.723Z] #46 5.409 + : /build [2021-02-22T19:09:54.723Z] #46 5.409 + '[' -z '' ']' [2021-02-22T19:09:54.723Z] #46 5.409 ++ mktemp -d [2021-02-22T19:09:54.723Z] #46 5.409 + export GOPATH=/tmp/tmp.MhVDMpbrkd [2021-02-22T19:09:54.723Z] #46 5.409 + GOPATH=/tmp/tmp.MhVDMpbrkd [2021-02-22T19:09:54.723Z] #46 5.409 + RM_GOPATH=1 [2021-02-22T19:09:54.723Z] #46 5.409 + case "$(go env GOARCH)" in [2021-02-22T19:09:54.723Z] #46 5.409 ++ go env GOARCH [2021-02-22T19:09:54.723Z] #46 5.427 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:54.723Z] #46 5.427 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:54.723Z] #46 5.427 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:54.723Z] #46 5.427 + dir=/tmp/install [2021-02-22T19:09:54.723Z] #46 5.427 + bin=gotestsum [2021-02-22T19:09:54.723Z] #46 5.427 + shift [2021-02-22T19:09:54.723Z] #46 5.427 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-22T19:09:54.723Z] #46 5.427 + . /tmp/install/gotestsum.installer [2021-02-22T19:09:54.723Z] #46 5.427 ++ : v0.5.3 [2021-02-22T19:09:54.723Z] #46 5.427 + install_gotestsum [2021-02-22T19:09:54.723Z] #46 5.427 + set -e [2021-02-22T19:09:54.723Z] #46 5.427 + export GO111MODULE=on [2021-02-22T19:09:54.723Z] #46 5.427 + GO111MODULE=on [2021-02-22T19:09:54.723Z] #46 5.427 + GOBIN=/build [2021-02-22T19:09:54.723Z] #46 5.427 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-22T19:09:54.723Z] #46 5.471 go: finding gotest.tools v0.5.3 [2021-02-22T19:09:54.723Z] #46 5.475 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-22T19:09:54.723Z] #46 6.608 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-22T19:09:54.723Z] #46 7.259 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-22T19:09:54.723Z] #46 8.005 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-22T19:09:54.723Z] #46 8.085 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-22T19:09:54.723Z] #46 8.086 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-22T19:09:54.723Z] #46 8.086 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-22T19:09:54.723Z] #46 8.087 go: downloading github.com/fatih/color v1.9.0 [2021-02-22T19:09:54.723Z] #46 8.124 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-22T19:09:54.723Z] #46 8.199 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-22T19:09:54.723Z] #46 8.210 go: downloading github.com/pkg/errors v0.9.1 [2021-02-22T19:09:54.723Z] #46 8.230 go: extracting github.com/fatih/color v1.9.0 [2021-02-22T19:09:54.723Z] #46 8.281 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-22T19:09:54.723Z] #46 8.509 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-22T19:09:54.723Z] #46 8.724 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-22T19:09:54.723Z] #46 8.756 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-22T19:09:54.723Z] #46 8.810 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-22T19:09:54.723Z] #46 8.884 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-22T19:09:54.723Z] #46 8.894 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-22T19:09:54.723Z] #46 8.918 go: extracting github.com/pkg/errors v0.9.1 [2021-02-22T19:09:54.723Z] #46 9.102 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-22T19:09:54.723Z] #46 9.477 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-22T19:09:54.723Z] #46 ... [2021-02-22T19:09:54.723Z] [2021-02-22T19:09:54.723Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:09:54.723Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:09:54.723Z] #35 6.624 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:09:54.723Z] #35 6.801 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:09:54.723Z] #35 6.801 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:09:54.723Z] #35 7.905 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:09:54.723Z] #35 10.03 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:09:54.961Z] #39 ... [2021-02-22T19:09:54.961Z] [2021-02-22T19:09:54.961Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-22T19:09:54.961Z] #28 sha256:eb7c0c96e3a31915729fd3f9b761db687cf02a40130eb4b86709e05b2987c87a [2021-02-22T19:09:54.961Z] #28 17.54 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-22T19:09:54.961Z] #28 18.08 [2021-02-22T19:09:54.961Z] #28 18.29 0.0% ## 3.6% ## 4.1% #### 6.8% ####### 10.7% ######## 11.9% ########### 15.7% ############# 18.1% ############### 21.4% ################# 24.9% ##################### 30.0% ###################### 31.9% ######################### 35.4% ######################### 35.6% ########################## 37.0% ########################### 38.8% ############################## 42.6% ################################## 48.1% #################################### 51.0% ###################################### 54.1% ######################################## 56.7% ########################################### 60.2% ############################################## 64.5% ################################################# 68.5% #################################################### 73.3% # [2021-02-22T19:09:54.961Z] #28 ... [2021-02-22T19:09:54.961Z] [2021-02-22T19:09:54.961Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:09:54.961Z] #44 sha256:c73fb4b3a90da34e6631506d20d932d7a37764a23b8f7d41cb5f5f51e01f15a1 [2021-02-22T19:09:54.961Z] #44 10.57 runtime/cgo [2021-02-22T19:09:54.961Z] #44 12.67 vendor/golang.org/x/crypto/internal/subtle [2021-02-22T19:09:54.961Z] #44 ... [2021-02-22T19:09:54.961Z] [2021-02-22T19:09:54.961Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-22T19:09:54.961Z] #28 sha256:eb7c0c96e3a31915729fd3f9b761db687cf02a40130eb4b86709e05b2987c87a [2021-02-22T19:09:54.984Z] #35 ... [2021-02-22T19:09:54.984Z] [2021-02-22T19:09:54.984Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:09:54.984Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:09:54.984Z] #54 4.183 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:09:54.984Z] #54 4.199 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:09:54.984Z] #54 4.199 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:09:54.984Z] #54 4.571 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:09:54.984Z] #54 7.065 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:09:54.984Z] #54 9.171 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:09:54.984Z] #54 ... [2021-02-22T19:09:54.984Z] [2021-02-22T19:09:54.984Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:09:54.984Z] #33 sha256:ded16fc4a4800d4921f3da39b5406ee62df254e3a1d3ccfbc9dcd351324b26c9 [2021-02-22T19:09:54.984Z] #33 5.284 + RM_GOPATH=0 [2021-02-22T19:09:54.984Z] #33 5.284 + TMP_GOPATH= [2021-02-22T19:09:54.984Z] #33 5.284 + : /build [2021-02-22T19:09:54.984Z] #33 5.284 + '[' -z '' ']' [2021-02-22T19:09:54.984Z] #33 5.291 ++ mktemp -d [2021-02-22T19:09:54.984Z] #33 5.291 + export GOPATH=/tmp/tmp.PJHmncRrHG [2021-02-22T19:09:54.984Z] #33 5.291 + GOPATH=/tmp/tmp.PJHmncRrHG [2021-02-22T19:09:54.984Z] #33 5.291 + RM_GOPATH=1 [2021-02-22T19:09:54.984Z] #33 5.291 + case "$(go env GOARCH)" in [2021-02-22T19:09:54.984Z] #33 5.291 ++ go env GOARCH [2021-02-22T19:09:54.984Z] #33 5.295 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-22T19:09:54.984Z] #33 5.297 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:54.984Z] #33 5.297 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:54.984Z] #33 5.297 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:54.984Z] #33 5.297 + dir=/tmp/install [2021-02-22T19:09:54.984Z] #33 5.297 + bin=tomlv [2021-02-22T19:09:54.984Z] #33 5.297 + shift [2021-02-22T19:09:54.984Z] #33 5.297 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-22T19:09:54.984Z] #33 5.297 + . /tmp/install/tomlv.installer [2021-02-22T19:09:54.984Z] #33 5.297 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-22T19:09:54.984Z] #33 5.297 + install_tomlv [2021-02-22T19:09:54.984Z] #33 5.297 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-22T19:09:54.984Z] #33 5.334 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.PJHmncRrHG/src/github.com/BurntSushi/toml [2021-02-22T19:09:54.984Z] #33 5.334 Cloning into '/tmp/tmp.PJHmncRrHG/src/github.com/BurntSushi/toml'... [2021-02-22T19:09:54.984Z] #33 6.488 + cd /tmp/tmp.PJHmncRrHG/src/github.com/BurntSushi/toml [2021-02-22T19:09:54.984Z] #33 6.488 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-22T19:09:54.984Z] #33 6.561 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-22T19:09:54.984Z] #33 7.205 internal/cpu [2021-02-22T19:09:54.984Z] #33 7.225 runtime/internal/atomic [2021-02-22T19:09:54.984Z] #33 7.471 runtime/internal/sys [2021-02-22T19:09:54.984Z] #33 7.670 runtime/internal/math [2021-02-22T19:09:54.984Z] #33 7.787 internal/bytealg [2021-02-22T19:09:54.984Z] #33 7.816 math/bits [2021-02-22T19:09:54.984Z] #33 8.502 runtime [2021-02-22T19:09:54.984Z] #33 8.570 math [2021-02-22T19:09:55.261Z] #33 ... [2021-02-22T19:09:55.261Z] [2021-02-22T19:09:55.261Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:09:55.261Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:09:55.261Z] #39 5.386 + git clone https://github.com/docker/distribution.git . [2021-02-22T19:09:55.261Z] #39 5.386 Cloning into '.'... [2021-02-22T19:09:55.261Z] #39 ... [2021-02-22T19:09:55.261Z] [2021-02-22T19:09:55.261Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-22T19:09:55.261Z] #63 sha256:8ad5828bc9c2dd35b0c42ae9786a795d7b4ba7b148345dfc3d2f287a41fb5c4f [2021-02-22T19:09:55.261Z] #63 4.953 + RM_GOPATH=0 [2021-02-22T19:09:55.261Z] #63 4.953 + TMP_GOPATH= [2021-02-22T19:09:55.261Z] #63 4.953 + : /build [2021-02-22T19:09:55.261Z] #63 4.953 + '[' -z '' ']' [2021-02-22T19:09:55.261Z] #63 4.953 ++ mktemp -d [2021-02-22T19:09:55.261Z] #63 4.953 + export GOPATH=/tmp/tmp.u4T8Ftvcf8 [2021-02-22T19:09:55.261Z] #63 4.953 + GOPATH=/tmp/tmp.u4T8Ftvcf8 [2021-02-22T19:09:55.261Z] #63 4.953 + RM_GOPATH=1 [2021-02-22T19:09:55.261Z] #63 4.953 + case "$(go env GOARCH)" in [2021-02-22T19:09:55.261Z] #63 4.953 ++ go env GOARCH [2021-02-22T19:09:55.261Z] #63 4.957 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:55.261Z] #63 4.957 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:55.261Z] #63 4.973 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-22T19:09:55.261Z] #63 4.973 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:55.261Z] #63 4.973 + dir=/tmp/install [2021-02-22T19:09:55.261Z] #63 4.973 + bin=proxy [2021-02-22T19:09:55.261Z] #63 4.973 + shift [2021-02-22T19:09:55.261Z] #63 4.973 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-22T19:09:55.261Z] #63 4.973 + . /tmp/install/proxy.installer [2021-02-22T19:09:55.261Z] #63 4.973 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-22T19:09:55.261Z] #63 4.973 + install_proxy [2021-02-22T19:09:55.261Z] #63 4.973 + case "$1" in [2021-02-22T19:09:55.261Z] #63 4.973 + export CGO_ENABLED=0 [2021-02-22T19:09:55.261Z] #63 4.973 + CGO_ENABLED=0 [2021-02-22T19:09:55.261Z] #63 4.973 + _install_proxy [2021-02-22T19:09:55.261Z] #63 4.973 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-22T19:09:55.261Z] #63 4.973 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.u4T8Ftvcf8/src/github.com/docker/libnetwork [2021-02-22T19:09:55.261Z] #63 4.973 Cloning into '/tmp/tmp.u4T8Ftvcf8/src/github.com/docker/libnetwork'... [2021-02-22T19:09:55.497Z] #28 18.29 0.0% ## 3.6% ## 4.1% #### 6.8% ####### 10.7% ######## 11.9% ########### 15.7% ############# 18.1% ############### 21.4% ################# 24.9% ##################### 30.0% ###################### 31.9% ######################### 35.4% ######################### 35.6% ########################## 37.0% ########################### 38.8% ############################## 42.6% ################################## 48.1% #################################### 51.0% ###################################### 54.1% ######################################## 56.7% ########################################### 60.2% ############################################## 64.5% ################################################# 68.5% #################################################### 73.3% ####################################################### 77.8% ########################################################### 83.2% ############################################################### 88.4% ################################################################ 90.1% ####################################################################### 99.2% ######################################################################## 100.0% [2021-02-22T19:09:55.497Z] #28 22.26 [2021-02-22T19:09:55.506Z] #11 DONE 0.8s [2021-02-22T19:09:55.506Z] [2021-02-22T19:09:55.506Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-22T19:09:55.506Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-22T19:09:55.521Z] #63 ... [2021-02-22T19:09:55.521Z] [2021-02-22T19:09:55.521Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:09:55.521Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:09:55.521Z] #12 6.373 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:09:55.521Z] #12 6.488 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:09:55.521Z] #12 6.488 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:09:55.521Z] #12 7.841 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:09:55.521Z] #12 10.27 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:09:55.521Z] #12 ... [2021-02-22T19:09:55.521Z] [2021-02-22T19:09:55.521Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:09:55.521Z] #57 sha256:15add59fe34823536fb3d65c2668f33da16cada55e15134f71be2ed808960201 [2021-02-22T19:09:55.521Z] #57 3.881 + RM_GOPATH=0 [2021-02-22T19:09:55.521Z] #57 3.881 + TMP_GOPATH= [2021-02-22T19:09:55.521Z] #57 3.881 + : /build [2021-02-22T19:09:55.521Z] #57 3.881 + '[' -z '' ']' [2021-02-22T19:09:55.521Z] #57 3.881 ++ mktemp -d [2021-02-22T19:09:55.521Z] #57 3.881 + export GOPATH=/tmp/tmp.sLqxYHmfDI [2021-02-22T19:09:55.521Z] #57 3.881 + GOPATH=/tmp/tmp.sLqxYHmfDI [2021-02-22T19:09:55.521Z] #57 3.881 + RM_GOPATH=1 [2021-02-22T19:09:55.521Z] #57 3.881 + case "$(go env GOARCH)" in [2021-02-22T19:09:55.521Z] #57 3.881 ++ go env GOARCH [2021-02-22T19:09:55.521Z] #57 3.886 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:55.521Z] #57 3.886 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:55.521Z] #57 3.886 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:55.521Z] #57 3.887 + dir=/tmp/install [2021-02-22T19:09:55.521Z] #57 3.887 + bin=rootlesskit [2021-02-22T19:09:55.521Z] #57 3.887 + shift [2021-02-22T19:09:55.521Z] #57 3.887 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-22T19:09:55.521Z] #57 3.887 + . /tmp/install/rootlesskit.installer [2021-02-22T19:09:55.521Z] #57 3.887 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-22T19:09:55.521Z] #57 3.887 + install_rootlesskit [2021-02-22T19:09:55.521Z] #57 3.887 + case "$1" in [2021-02-22T19:09:55.521Z] #57 3.887 + export CGO_ENABLED=0 [2021-02-22T19:09:55.521Z] #57 3.887 + CGO_ENABLED=0 [2021-02-22T19:09:55.521Z] #57 3.887 + _install_rootlesskit [2021-02-22T19:09:55.521Z] #57 3.887 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-22T19:09:55.521Z] #57 3.887 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-02-22T19:09:55.521Z] #57 3.887 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.sLqxYHmfDI/src/github.com/rootless-containers/rootlesskit [2021-02-22T19:09:55.521Z] #57 3.888 Cloning into '/tmp/tmp.sLqxYHmfDI/src/github.com/rootless-containers/rootlesskit'... [2021-02-22T19:09:55.521Z] #57 6.868 + cd /tmp/tmp.sLqxYHmfDI/src/github.com/rootless-containers/rootlesskit [2021-02-22T19:09:55.521Z] #57 6.870 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-22T19:09:55.521Z] #57 6.935 + export GO111MODULE=on [2021-02-22T19:09:55.521Z] #57 6.936 + GO111MODULE=on [2021-02-22T19:09:55.521Z] #57 6.936 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-22T19:09:55.522Z] #57 6.936 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-22T19:09:55.522Z] #57 8.767 go: downloading github.com/moby/vpnkit v0.4.0 [2021-02-22T19:09:55.522Z] #57 8.922 go: downloading github.com/google/uuid v1.2.0 [2021-02-22T19:09:55.522Z] #57 8.956 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-22T19:09:55.522Z] #57 8.993 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-02-22T19:09:55.522Z] #57 8.994 go: downloading github.com/pkg/errors v0.9.1 [2021-02-22T19:09:55.522Z] #57 9.027 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-22T19:09:55.522Z] #57 9.029 go: downloading github.com/gofrs/flock v0.8.0 [2021-02-22T19:09:55.522Z] #57 9.184 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-02-22T19:09:55.522Z] #57 9.259 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-02-22T19:09:55.522Z] #57 9.359 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-02-22T19:09:55.522Z] #57 9.574 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-22T19:09:55.522Z] #57 9.631 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-22T19:09:55.522Z] #57 9.708 go: extracting github.com/pkg/errors v0.9.1 [2021-02-22T19:09:55.522Z] #57 9.744 go: extracting github.com/google/uuid v1.2.0 [2021-02-22T19:09:55.522Z] #57 9.833 go: downloading github.com/gorilla/mux v1.8.0 [2021-02-22T19:09:55.522Z] #57 10.00 go: extracting github.com/gofrs/flock v0.8.0 [2021-02-22T19:09:55.522Z] #57 10.41 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-02-22T19:09:55.522Z] #57 10.90 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-22T19:09:55.760Z] #28 ... [2021-02-22T19:09:55.760Z] [2021-02-22T19:09:55.760Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:09:55.760Z] #50 sha256:214d595d26aa212aa2ae4510b60549626afbb94371b23f62c30a9b7ca43b3b52 [2021-02-22T19:09:55.760Z] #50 11.73 + cd /tmp/tmp.mTPn8PO9nv/src/github.com/mvdan/sh [2021-02-22T19:09:55.760Z] #50 11.73 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-22T19:09:55.760Z] #50 11.80 + GO111MODULE=on [2021-02-22T19:09:55.760Z] #50 11.80 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-22T19:09:55.760Z] #50 13.48 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-22T19:09:55.760Z] #50 13.49 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-22T19:09:55.760Z] #50 13.54 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-22T19:09:55.760Z] #50 13.73 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-22T19:09:55.760Z] #50 13.87 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-22T19:09:55.760Z] #50 14.39 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-22T19:09:55.760Z] #50 15.14 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-22T19:09:55.760Z] #50 16.12 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-22T19:09:55.760Z] #50 17.19 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-22T19:09:55.760Z] #50 17.30 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-22T19:09:55.760Z] #50 17.63 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-22T19:09:55.760Z] #50 17.81 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-22T19:09:55.760Z] #50 18.50 runtime [2021-02-22T19:09:55.768Z] #30 DONE 0.2s [2021-02-22T19:09:55.768Z] [2021-02-22T19:09:55.768Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-22T19:09:55.768Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-22T19:09:55.768Z] #38 DONE 0.2s [2021-02-22T19:09:55.768Z] [2021-02-22T19:09:55.768Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:09:55.768Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-22T19:09:55.782Z] #57 ... [2021-02-22T19:09:55.782Z] [2021-02-22T19:09:55.782Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:09:55.782Z] #44 sha256:309cc25e457132348b133c16c1b4f9f9f1e83b1abd0c17911594f95ead02208e [2021-02-22T19:09:55.782Z] #44 5.804 + RM_GOPATH=0 [2021-02-22T19:09:55.782Z] #44 5.811 + TMP_GOPATH= [2021-02-22T19:09:55.782Z] #44 5.811 + : /build [2021-02-22T19:09:55.782Z] #44 5.811 + '[' -z '' ']' [2021-02-22T19:09:55.782Z] #44 5.820 ++ mktemp -d [2021-02-22T19:09:55.782Z] #44 5.840 + export GOPATH=/tmp/tmp.SHvcUNX5zF [2021-02-22T19:09:55.782Z] #44 5.843 + GOPATH=/tmp/tmp.SHvcUNX5zF [2021-02-22T19:09:55.782Z] #44 5.844 + RM_GOPATH=1 [2021-02-22T19:09:55.782Z] #44 5.844 + case "$(go env GOARCH)" in [2021-02-22T19:09:55.782Z] #44 5.844 ++ go env GOARCH [2021-02-22T19:09:55.782Z] #44 5.901 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:55.782Z] #44 5.901 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:55.782Z] #44 5.901 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:55.782Z] #44 5.901 + dir=/tmp/install [2021-02-22T19:09:55.782Z] #44 5.908 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-22T19:09:55.782Z] #44 5.908 + bin=vndr [2021-02-22T19:09:55.782Z] #44 5.908 + shift [2021-02-22T19:09:55.782Z] #44 5.908 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-22T19:09:55.782Z] #44 5.908 + . /tmp/install/vndr.installer [2021-02-22T19:09:55.782Z] #44 5.908 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-22T19:09:55.782Z] #44 5.908 + install_vndr [2021-02-22T19:09:55.782Z] #44 5.908 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-22T19:09:55.782Z] #44 5.908 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.SHvcUNX5zF/src/github.com/LK4D4/vndr [2021-02-22T19:09:55.782Z] #44 5.913 Cloning into '/tmp/tmp.SHvcUNX5zF/src/github.com/LK4D4/vndr'... [2021-02-22T19:09:55.782Z] #44 7.137 + cd /tmp/tmp.SHvcUNX5zF/src/github.com/LK4D4/vndr [2021-02-22T19:09:55.782Z] #44 7.137 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-22T19:09:55.782Z] #44 7.160 + go build -buildmode=pie -v -o /build/vndr . [2021-02-22T19:09:55.782Z] #44 8.812 internal/race [2021-02-22T19:09:55.782Z] #44 9.178 runtime [2021-02-22T19:09:55.782Z] #44 9.196 sync/atomic [2021-02-22T19:09:55.782Z] #44 9.728 unicode [2021-02-22T19:09:56.023Z] #50 ... [2021-02-22T19:09:56.023Z] [2021-02-22T19:09:56.024Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:09:56.024Z] #48 sha256:26e2a6436b25805601176752fe51c1561b60961c15cb68b1de64c76585cf3f5c [2021-02-22T19:09:56.024Z] #48 12.79 go: downloading github.com/fatih/color v1.7.0 [2021-02-22T19:09:56.024Z] #48 12.80 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-22T19:09:56.024Z] #48 12.84 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-22T19:09:56.024Z] #48 12.85 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-22T19:09:56.024Z] #48 12.85 go: downloading github.com/pkg/errors v0.8.1 [2021-02-22T19:09:56.024Z] #48 12.93 go: extracting github.com/fatih/color v1.7.0 [2021-02-22T19:09:56.024Z] #48 13.00 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-22T19:09:56.024Z] #48 13.02 go: downloading github.com/spf13/viper v1.6.1 [2021-02-22T19:09:56.024Z] #48 13.04 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-22T19:09:56.024Z] #48 13.15 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-22T19:09:56.024Z] #48 13.21 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-22T19:09:56.024Z] #48 13.34 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-22T19:09:56.024Z] #48 13.35 go: extracting github.com/pkg/errors v0.8.1 [2021-02-22T19:09:56.024Z] #48 13.36 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-22T19:09:56.024Z] #48 13.39 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-22T19:09:56.024Z] #48 13.39 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-22T19:09:56.024Z] #48 13.52 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-22T19:09:56.024Z] #48 13.59 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-22T19:09:56.024Z] #48 13.59 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-22T19:09:56.024Z] #48 13.60 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-22T19:09:56.024Z] #48 13.73 go: extracting github.com/spf13/viper v1.6.1 [2021-02-22T19:09:56.024Z] #48 13.95 go: downloading github.com/spf13/afero v1.1.2 [2021-02-22T19:09:56.024Z] #48 14.01 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-22T19:09:56.024Z] #48 14.08 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-22T19:09:56.024Z] #48 14.09 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-22T19:09:56.024Z] #48 14.26 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-22T19:09:56.024Z] #48 14.37 go: extracting github.com/spf13/afero v1.1.2 [2021-02-22T19:09:56.024Z] #48 14.43 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-22T19:09:56.024Z] #48 14.48 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-22T19:09:56.024Z] #48 14.53 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-22T19:09:56.024Z] #48 14.61 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-22T19:09:56.024Z] #48 14.67 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-22T19:09:56.024Z] #48 14.67 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-22T19:09:56.024Z] #48 14.72 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-22T19:09:56.024Z] #48 15.06 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-22T19:09:56.024Z] #48 15.08 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-22T19:09:56.024Z] #48 15.16 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-22T19:09:56.024Z] #48 15.42 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-22T19:09:56.024Z] #48 17.42 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-22T19:09:56.024Z] #48 17.45 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-22T19:09:56.024Z] #48 17.48 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-22T19:09:56.024Z] #48 17.48 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-22T19:09:56.024Z] #48 17.48 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-22T19:09:56.024Z] #48 17.51 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-22T19:09:56.024Z] #48 17.51 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-22T19:09:56.024Z] #48 17.52 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-22T19:09:56.024Z] #48 17.53 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-22T19:09:56.024Z] #48 17.54 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-22T19:09:56.024Z] #48 17.54 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-22T19:09:56.024Z] #48 17.60 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-22T19:09:56.024Z] #48 17.62 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-22T19:09:56.024Z] #48 17.65 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-22T19:09:56.024Z] #48 17.67 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-22T19:09:56.024Z] #48 17.68 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-22T19:09:56.024Z] #48 17.78 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-22T19:09:56.024Z] #48 17.83 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-22T19:09:56.024Z] #48 17.88 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-22T19:09:56.024Z] #48 17.89 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-22T19:09:56.024Z] #48 17.89 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-22T19:09:56.024Z] #48 17.89 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-22T19:09:56.024Z] #48 17.93 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-22T19:09:56.024Z] #48 17.93 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-22T19:09:56.024Z] #48 18.09 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-22T19:09:56.024Z] #48 18.15 go: downloading golang.org/x/text v0.3.2 [2021-02-22T19:09:56.024Z] #48 18.15 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-22T19:09:56.024Z] #48 18.18 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-22T19:09:56.024Z] #48 18.29 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-22T19:09:56.024Z] #48 18.35 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-22T19:09:56.024Z] #48 18.48 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-22T19:09:56.024Z] #48 18.58 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-22T19:09:56.024Z] #48 18.61 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-22T19:09:56.024Z] #48 19.26 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-22T19:09:56.024Z] #48 19.27 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-22T19:09:56.024Z] #48 19.30 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-22T19:09:56.024Z] #48 19.36 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-22T19:09:56.024Z] #48 19.39 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-22T19:09:56.024Z] #48 19.43 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-22T19:09:56.024Z] #48 19.57 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-22T19:09:56.024Z] #48 19.74 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-22T19:09:56.024Z] #48 19.75 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-22T19:09:56.024Z] #48 19.83 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-22T19:09:56.024Z] #48 20.05 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T19:09:56.024Z] #48 20.13 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-22T19:09:56.024Z] #48 20.14 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-22T19:09:56.024Z] #48 20.28 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T19:09:56.024Z] #48 20.41 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-22T19:09:56.024Z] #48 20.49 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-22T19:09:56.024Z] #48 20.74 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-22T19:09:56.024Z] #48 20.85 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-22T19:09:56.024Z] #48 21.15 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-22T19:09:56.024Z] #48 21.39 go: downloading github.com/spf13/cast v1.3.0 [2021-02-22T19:09:56.024Z] #48 21.44 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-22T19:09:56.024Z] #48 21.46 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-22T19:09:56.024Z] #48 21.79 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-22T19:09:56.024Z] #48 21.88 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-22T19:09:56.024Z] #48 21.89 go: extracting github.com/spf13/cast v1.3.0 [2021-02-22T19:09:56.069Z] #44 ... [2021-02-22T19:09:56.069Z] [2021-02-22T19:09:56.069Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:09:56.069Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:09:56.069Z] #41 6.855 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:09:56.069Z] #41 6.927 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:09:56.069Z] #41 6.941 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:09:56.069Z] #41 8.052 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:09:56.069Z] #41 10.14 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:09:56.069Z] #41 ... [2021-02-22T19:09:56.069Z] [2021-02-22T19:09:56.069Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:09:56.069Z] #46 sha256:110c9b2ea6c612aae394c4489361a297aa08f12baf1f84da9cf15214177f89c2 [2021-02-22T19:09:56.069Z] #46 11.00 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-22T19:09:56.601Z] #48 22.22 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-22T19:09:56.601Z] #48 ... [2021-02-22T19:09:56.601Z] [2021-02-22T19:09:56.601Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:09:56.601Z] #57 sha256:1d99aec33ec5b34f1aeda48cd10a6edc8288d7219f6a0b38dcad4457550e9b43 [2021-02-22T19:09:56.601Z] #57 12.16 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-02-22T19:09:56.601Z] #57 12.17 go: downloading github.com/pkg/errors v0.9.1 [2021-02-22T19:09:56.601Z] #57 12.17 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-22T19:09:56.601Z] #57 12.19 go: extracting github.com/pkg/errors v0.9.1 [2021-02-22T19:09:56.601Z] #57 12.20 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-02-22T19:09:56.601Z] #57 12.29 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-22T19:09:56.601Z] #57 12.29 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-22T19:09:56.601Z] #57 12.31 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-02-22T19:09:56.601Z] #57 12.36 go: downloading github.com/gofrs/flock v0.8.0 [2021-02-22T19:09:56.601Z] #57 12.60 go: downloading github.com/moby/vpnkit v0.4.0 [2021-02-22T19:09:56.601Z] #57 12.63 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-22T19:09:56.601Z] #57 12.79 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-22T19:09:56.601Z] #57 12.79 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-02-22T19:09:56.601Z] #57 12.84 go: downloading github.com/google/uuid v1.2.0 [2021-02-22T19:09:56.601Z] #57 12.95 go: downloading github.com/gorilla/mux v1.8.0 [2021-02-22T19:09:56.601Z] #57 13.16 go: extracting github.com/gofrs/flock v0.8.0 [2021-02-22T19:09:56.601Z] #57 13.18 go: extracting github.com/gorilla/mux v1.8.0 [2021-02-22T19:09:56.601Z] #57 13.29 go: extracting github.com/google/uuid v1.2.0 [2021-02-22T19:09:56.601Z] #57 13.45 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-02-22T19:09:56.601Z] #57 14.35 go: extracting github.com/moby/vpnkit v0.4.0 [2021-02-22T19:09:56.601Z] #57 14.39 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-22T19:09:56.601Z] #57 14.39 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-22T19:09:56.601Z] #57 14.46 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-02-22T19:09:56.601Z] #57 15.81 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-02-22T19:09:56.601Z] #57 16.23 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-22T19:09:56.601Z] #57 18.23 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-02-22T19:09:56.601Z] #57 20.97 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-22T19:09:56.601Z] #57 21.18 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-22T19:09:56.601Z] #57 21.26 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-02-22T19:09:56.601Z] #57 21.65 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-02-22T19:09:56.601Z] #57 ... [2021-02-22T19:09:56.601Z] [2021-02-22T19:09:56.601Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:09:56.601Z] #48 sha256:26e2a6436b25805601176752fe51c1561b60961c15cb68b1de64c76585cf3f5c [2021-02-22T19:09:56.601Z] #48 22.32 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-22T19:09:56.601Z] #48 22.38 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-22T19:09:56.601Z] #48 22.39 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-22T19:09:56.601Z] #48 22.54 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-22T19:09:56.881Z] #48 22.58 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-22T19:09:56.881Z] #48 22.58 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-22T19:09:56.881Z] #48 22.70 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-22T19:09:56.881Z] #48 22.74 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-22T19:09:56.881Z] #48 22.78 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-22T19:09:57.017Z] #46 12.77 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-22T19:09:57.144Z] #48 23.07 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-22T19:09:57.144Z] #48 23.14 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-22T19:09:57.407Z] #48 23.27 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-22T19:09:57.670Z] #48 23.50 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-22T19:09:57.670Z] #48 23.60 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-22T19:09:58.246Z] #48 23.94 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-22T19:09:58.246Z] #48 23.97 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-22T19:09:58.246Z] #48 24.01 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-22T19:09:58.246Z] #48 24.09 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-22T19:09:58.254Z] #39 ... [2021-02-22T19:09:58.254Z] [2021-02-22T19:09:58.254Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:09:58.254Z] #33 sha256:49599d74ea920b1a31d76b93719f216fe6a116dd1a5371b73d15ffc7a3a7a05d [2021-02-22T19:09:58.254Z] #33 5.373 + RM_GOPATH=0 [2021-02-22T19:09:58.254Z] #33 5.373 + TMP_GOPATH= [2021-02-22T19:09:58.254Z] #33 5.373 + : /build [2021-02-22T19:09:58.254Z] #33 5.373 + '[' -z '' ']' [2021-02-22T19:09:58.254Z] #33 5.373 ++ mktemp -d [2021-02-22T19:09:58.254Z] #33 5.373 + export GOPATH=/tmp/tmp.EuhrQpRFpu [2021-02-22T19:09:58.254Z] #33 5.373 + GOPATH=/tmp/tmp.EuhrQpRFpu [2021-02-22T19:09:58.254Z] #33 5.373 + RM_GOPATH=1 [2021-02-22T19:09:58.254Z] #33 5.373 + case "$(go env GOARCH)" in [2021-02-22T19:09:58.254Z] #33 5.389 ++ go env GOARCH [2021-02-22T19:09:58.254Z] #33 5.401 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:58.254Z] #33 5.401 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:09:58.254Z] #33 5.401 ++ dirname /tmp/install/install.sh [2021-02-22T19:09:58.254Z] #33 5.402 + dir=/tmp/install [2021-02-22T19:09:58.254Z] #33 5.402 + bin=tomlv [2021-02-22T19:09:58.254Z] #33 5.402 + shift [2021-02-22T19:09:58.254Z] #33 5.402 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-22T19:09:58.254Z] #33 5.402 + . /tmp/install/tomlv.installer [2021-02-22T19:09:58.254Z] #33 5.402 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-22T19:09:58.254Z] #33 5.403 + install_tomlv [2021-02-22T19:09:58.254Z] #33 5.403 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-22T19:09:58.254Z] #33 5.403 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.EuhrQpRFpu/src/github.com/BurntSushi/toml [2021-02-22T19:09:58.255Z] #33 5.403 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-22T19:09:58.255Z] #33 5.404 Cloning into '/tmp/tmp.EuhrQpRFpu/src/github.com/BurntSushi/toml'... [2021-02-22T19:09:58.401Z] #46 14.06 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-22T19:09:58.510Z] #48 24.42 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-22T19:09:58.774Z] #48 24.54 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-22T19:09:58.774Z] #48 24.54 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-22T19:09:58.774Z] #48 24.71 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-22T19:09:58.774Z] #48 24.75 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-22T19:09:59.037Z] #48 24.75 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-22T19:09:59.037Z] #48 24.78 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-22T19:09:59.037Z] #48 24.84 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-22T19:09:59.037Z] #48 ... [2021-02-22T19:09:59.037Z] [2021-02-22T19:09:59.037Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:09:59.037Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-22T19:09:59.037Z] #54 14.84 Fetched 8246 kB in 10s (803 kB/s) [2021-02-22T19:09:59.037Z] #54 14.84 Reading package lists... [2021-02-22T19:09:59.037Z] #54 19.73 Reading package lists... [2021-02-22T19:09:59.037Z] #54 24.43 Building dependency tree... [2021-02-22T19:09:59.037Z] #54 ... [2021-02-22T19:09:59.037Z] [2021-02-22T19:09:59.037Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:09:59.037Z] #57 sha256:1d99aec33ec5b34f1aeda48cd10a6edc8288d7219f6a0b38dcad4457550e9b43 [2021-02-22T19:09:59.037Z] #57 23.77 go: finding github.com/pkg/errors v0.9.1 [2021-02-22T19:09:59.037Z] #57 23.84 go: finding github.com/sirupsen/logrus v1.7.0 [2021-02-22T19:09:59.037Z] #57 23.93 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-22T19:09:59.037Z] #57 24.11 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-22T19:09:59.037Z] #57 24.46 go: finding github.com/google/uuid v1.2.0 [2021-02-22T19:09:59.037Z] #57 24.50 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-22T19:09:59.037Z] #57 24.55 go: finding github.com/gofrs/flock v0.8.0 [2021-02-22T19:09:59.037Z] #57 24.56 go: finding github.com/moby/vpnkit v0.4.0 [2021-02-22T19:09:59.037Z] #57 24.65 go: finding github.com/gorilla/mux v1.8.0 [2021-02-22T19:09:59.037Z] #57 24.74 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-22T19:09:59.037Z] #57 24.77 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-02-22T19:09:59.037Z] #57 24.86 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-02-22T19:09:59.037Z] #57 24.87 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-02-22T19:09:59.198Z] #33 6.637 + cd /tmp/tmp.EuhrQpRFpu/src/github.com/BurntSushi/toml [2021-02-22T19:09:59.198Z] #33 6.637 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-22T19:09:59.198Z] #33 6.713 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-22T19:09:59.300Z] #57 25.18 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-22T19:09:59.565Z] #57 25.38 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-02-22T19:10:00.145Z] #33 7.472 internal/cpu [2021-02-22T19:10:00.145Z] #33 7.478 runtime/internal/atomic [2021-02-22T19:10:00.318Z] #46 ... [2021-02-22T19:10:00.318Z] [2021-02-22T19:10:00.318Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-22T19:10:00.318Z] #23 sha256:35fcb3fe0f706bfe904f4d92e80997d8d33e940dcbface4450cfaa375e7ea28c [2021-02-22T19:10:00.318Z] #23 14.62 + mkdir -p /build [2021-02-22T19:10:00.318Z] #23 14.63 + mv docker/docker /build/ [2021-02-22T19:10:00.318Z] #23 14.64 + rmdir docker [2021-02-22T19:10:00.318Z] #23 DONE 15.6s [2021-02-22T19:10:00.318Z] [2021-02-22T19:10:00.318Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:00.318Z] #50 sha256:a74ad4b260257c14c461a63e72d975bc5128289c6b7a79e2791bf7e40da29f60 [2021-02-22T19:10:00.318Z] #50 15.23 + cd /tmp/tmp.toVMzmTD5Y/src/github.com/mvdan/sh [2021-02-22T19:10:00.318Z] #50 15.23 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-22T19:10:00.318Z] #50 15.40 + GO111MODULE=on [2021-02-22T19:10:00.318Z] #50 15.40 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-22T19:10:00.318Z] #50 ... [2021-02-22T19:10:00.318Z] [2021-02-22T19:10:00.318Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:10:00.318Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-22T19:10:00.318Z] #31 5.595 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-22T19:10:00.318Z] #31 5.595 Cloning into '.'... [2021-02-22T19:10:00.413Z] #33 7.780 runtime/internal/sys [2021-02-22T19:10:00.413Z] #33 7.956 runtime/internal/math [2021-02-22T19:10:00.517Z] #57 ... [2021-02-22T19:10:00.517Z] [2021-02-22T19:10:00.517Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-22T19:10:00.517Z] #63 sha256:013244d6072dc03d463ba612a84fd768d5c7b6450c03b58de0b6e3080a60214e [2021-02-22T19:10:00.518Z] #63 16.11 Checking out files: 59% (1135/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-02-22T19:10:00.518Z] #63 16.67 + cd /tmp/tmp.NmpO2u0MDd/src/github.com/docker/libnetwork [2021-02-22T19:10:00.518Z] #63 16.67 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-22T19:10:00.518Z] #63 17.21 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-22T19:10:00.518Z] #63 ... [2021-02-22T19:10:00.518Z] [2021-02-22T19:10:00.518Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:00.518Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-22T19:10:00.518Z] #12 16.31 Fetched 8246 kB in 11s (767 kB/s) [2021-02-22T19:10:00.518Z] #12 16.31 Reading package lists... [2021-02-22T19:10:00.518Z] #12 20.84 Reading package lists... [2021-02-22T19:10:00.518Z] #12 25.46 Building dependency tree... [2021-02-22T19:10:00.518Z] #12 ... [2021-02-22T19:10:00.518Z] [2021-02-22T19:10:00.518Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:00.518Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-22T19:10:00.518Z] #35 16.44 Fetched 8246 kB in 11s (766 kB/s) [2021-02-22T19:10:00.518Z] #35 16.44 Reading package lists... [2021-02-22T19:10:00.518Z] #35 21.14 Reading package lists... [2021-02-22T19:10:00.518Z] #35 25.65 Building dependency tree... [2021-02-22T19:10:00.580Z] #31 ... [2021-02-22T19:10:00.580Z] [2021-02-22T19:10:00.580Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:00.580Z] #44 sha256:309cc25e457132348b133c16c1b4f9f9f1e83b1abd0c17911594f95ead02208e [2021-02-22T19:10:00.580Z] #44 13.24 unicode/utf8 [2021-02-22T19:10:00.580Z] #44 13.87 encoding [2021-02-22T19:10:00.580Z] #44 13.96 unicode/utf16 [2021-02-22T19:10:00.580Z] #44 14.30 container/list [2021-02-22T19:10:00.580Z] #44 15.01 crypto/internal/subtle [2021-02-22T19:10:00.580Z] #44 15.16 crypto/subtle [2021-02-22T19:10:00.580Z] #44 15.25 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-22T19:10:00.580Z] #44 15.33 internal/nettrace [2021-02-22T19:10:00.580Z] #44 15.46 runtime/cgo [2021-02-22T19:10:00.673Z] #33 8.035 internal/bytealg [2021-02-22T19:10:00.673Z] #33 8.060 math/bits [2021-02-22T19:10:00.784Z] #35 ... [2021-02-22T19:10:00.784Z] [2021-02-22T19:10:00.784Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:00.784Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-22T19:10:00.784Z] #41 16.56 Fetched 8246 kB in 11s (764 kB/s) [2021-02-22T19:10:00.784Z] #41 16.56 Reading package lists... [2021-02-22T19:10:00.784Z] #41 22.44 Reading package lists... [2021-02-22T19:10:00.784Z] #41 ... [2021-02-22T19:10:00.784Z] [2021-02-22T19:10:00.784Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-22T19:10:00.784Z] #28 sha256:eb7c0c96e3a31915729fd3f9b761db687cf02a40130eb4b86709e05b2987c87a [2021-02-22T19:10:00.784Z] #28 23.66 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-22T19:10:00.784Z] #28 24.08 [2021-02-22T19:10:00.784Z] #28 24.30 ######################################################################## 100.0% [2021-02-22T19:10:00.784Z] #28 24.50 [2021-02-22T19:10:00.784Z] #28 25.20 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-22T19:10:00.784Z] #28 25.64 [2021-02-22T19:10:00.784Z] #28 25.90 ######################################################################## 100.0% [2021-02-22T19:10:00.784Z] #28 26.02 [2021-02-22T19:10:00.784Z] #28 26.10 Download of images into '/build' complete. [2021-02-22T19:10:00.784Z] #28 26.10 Use something like the following to load the result into a Docker daemon: [2021-02-22T19:10:00.784Z] #28 26.10 tar -cC '/build' . | docker load [2021-02-22T19:10:01.072Z] #31 ... [2021-02-22T19:10:01.072Z] [2021-02-22T19:10:01.072Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:01.072Z] #48 sha256:abdce33ad87a1887105eb014c24e30f61ef9468ffedb40102a5c01545a766bae [2021-02-22T19:10:01.072Z] #48 4.294 + RM_GOPATH=0 [2021-02-22T19:10:01.072Z] #48 4.294 + TMP_GOPATH= [2021-02-22T19:10:01.072Z] #48 4.294 + : /build [2021-02-22T19:10:01.072Z] #48 4.294 + '[' -z '' ']' [2021-02-22T19:10:01.072Z] #48 4.296 ++ mktemp -d [2021-02-22T19:10:01.072Z] #48 4.296 + export GOPATH=/tmp/tmp.c1kqcq1awE [2021-02-22T19:10:01.072Z] #48 4.296 + GOPATH=/tmp/tmp.c1kqcq1awE [2021-02-22T19:10:01.072Z] #48 4.296 + RM_GOPATH=1 [2021-02-22T19:10:01.072Z] #48 4.296 + case "$(go env GOARCH)" in [2021-02-22T19:10:01.072Z] #48 4.298 ++ go env GOARCH [2021-02-22T19:10:01.072Z] #48 4.313 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:01.072Z] #48 4.313 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:01.072Z] #48 4.324 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:01.072Z] #48 4.324 + dir=/tmp/install [2021-02-22T19:10:01.072Z] #48 4.324 + bin=golangci_lint [2021-02-22T19:10:01.072Z] #48 4.324 + shift [2021-02-22T19:10:01.072Z] #48 4.324 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-22T19:10:01.072Z] #48 4.324 + . /tmp/install/golangci_lint.installer [2021-02-22T19:10:01.072Z] #48 4.324 ++ : v1.23.8 [2021-02-22T19:10:01.072Z] #48 4.324 + install_golangci_lint [2021-02-22T19:10:01.072Z] #48 4.324 + set -e [2021-02-22T19:10:01.072Z] #48 4.324 + export GO111MODULE=on [2021-02-22T19:10:01.072Z] #48 4.324 + GO111MODULE=on [2021-02-22T19:10:01.072Z] #48 4.324 + GOBIN=/build [2021-02-22T19:10:01.072Z] #48 4.324 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-22T19:10:01.072Z] #48 4.427 go: finding github.com v1.23.8 [2021-02-22T19:10:01.072Z] #48 4.427 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-22T19:10:01.072Z] #48 4.427 go: finding github.com/golangci v1.23.8 [2021-02-22T19:10:01.072Z] #48 4.427 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-22T19:10:01.072Z] #48 4.427 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-22T19:10:01.072Z] #48 5.033 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-22T19:10:01.247Z] #33 8.731 math [2021-02-22T19:10:01.334Z] #48 5.876 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-22T19:10:01.362Z] #28 ... [2021-02-22T19:10:01.362Z] [2021-02-22T19:10:01.362Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:10:01.362Z] #46 sha256:ce47af189588e843cc98610a3025a2d62a55dd40582a7eccdd6cc5b4a0483af6 [2021-02-22T19:10:01.362Z] #46 17.09 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-22T19:10:01.362Z] #46 17.11 go: finding github.com/pkg/errors v0.9.1 [2021-02-22T19:10:01.362Z] #46 17.11 go: finding github.com/fatih/color v1.9.0 [2021-02-22T19:10:01.362Z] #46 17.13 go: finding github.com/spf13/pflag v1.0.3 [2021-02-22T19:10:01.362Z] #46 17.31 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-22T19:10:01.362Z] #46 17.50 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-22T19:10:01.362Z] #46 17.66 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-22T19:10:01.362Z] #46 17.78 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-22T19:10:01.362Z] #46 17.83 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-22T19:10:01.362Z] #46 17.84 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-22T19:10:01.362Z] #46 17.84 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-22T19:10:01.362Z] #46 ... [2021-02-22T19:10:01.362Z] [2021-02-22T19:10:01.362Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:01.362Z] #48 sha256:26e2a6436b25805601176752fe51c1561b60961c15cb68b1de64c76585cf3f5c [2021-02-22T19:10:01.362Z] #48 25.09 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-22T19:10:01.362Z] #48 25.20 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-22T19:10:01.362Z] #48 25.29 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-22T19:10:01.362Z] #48 25.53 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-22T19:10:01.362Z] #48 25.56 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-22T19:10:01.362Z] #48 25.66 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-22T19:10:01.362Z] #48 25.92 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-22T19:10:01.362Z] #48 25.94 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-22T19:10:01.362Z] #48 25.98 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-22T19:10:01.362Z] #48 26.09 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-22T19:10:01.362Z] #48 26.11 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-22T19:10:01.362Z] #48 26.39 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-22T19:10:01.362Z] #48 26.56 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-22T19:10:01.362Z] #48 26.79 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-22T19:10:01.362Z] #48 27.10 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-22T19:10:01.362Z] #48 27.31 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-22T19:10:01.362Z] #48 27.32 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-22T19:10:01.362Z] #48 27.32 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-22T19:10:01.362Z] #48 27.32 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-22T19:10:01.362Z] #48 27.32 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-22T19:10:01.522Z] #44 ... [2021-02-22T19:10:01.522Z] [2021-02-22T19:10:01.522Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:01.522Z] #48 sha256:d8f2761d4ccd0d13a4a6de4533d8e05526b9ddbb0d71cb2bfab18396cee6d114 [2021-02-22T19:10:01.522Z] #48 7.041 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-22T19:10:01.522Z] #48 7.681 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-22T19:10:01.522Z] #48 14.77 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-22T19:10:01.522Z] #48 14.77 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-22T19:10:01.522Z] #48 14.83 go: downloading github.com/spf13/viper v1.6.1 [2021-02-22T19:10:01.522Z] #48 14.85 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-22T19:10:01.522Z] #48 14.88 go: downloading github.com/pkg/errors v0.8.1 [2021-02-22T19:10:01.522Z] #48 14.93 go: downloading github.com/fatih/color v1.7.0 [2021-02-22T19:10:01.522Z] #48 14.93 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-22T19:10:01.522Z] #48 14.97 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-22T19:10:01.522Z] #48 15.35 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-22T19:10:01.522Z] #48 15.43 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-22T19:10:01.522Z] #48 15.43 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-22T19:10:01.522Z] #48 15.52 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-22T19:10:01.522Z] #48 15.63 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-22T19:10:01.522Z] #48 15.73 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-22T19:10:01.522Z] #48 15.90 go: extracting github.com/pkg/errors v0.8.1 [2021-02-22T19:10:01.522Z] #48 16.00 go: extracting github.com/spf13/viper v1.6.1 [2021-02-22T19:10:01.522Z] #48 16.24 go: extracting github.com/fatih/color v1.7.0 [2021-02-22T19:10:01.522Z] #48 16.53 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-22T19:10:01.522Z] #48 16.61 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-22T19:10:01.522Z] #48 16.70 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-22T19:10:01.522Z] #48 16.83 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-22T19:10:01.522Z] #48 16.93 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-22T19:10:01.522Z] #48 17.11 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-22T19:10:01.522Z] #48 17.13 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-22T19:10:01.522Z] #48 17.18 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-22T19:10:01.522Z] #48 ... [2021-02-22T19:10:01.522Z] [2021-02-22T19:10:01.522Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:01.522Z] #50 sha256:a74ad4b260257c14c461a63e72d975bc5128289c6b7a79e2791bf7e40da29f60 [2021-02-22T19:10:01.522Z] #50 17.10 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-22T19:10:01.522Z] #50 17.10 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-22T19:10:01.522Z] #50 17.16 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-22T19:10:01.598Z] #48 ... [2021-02-22T19:10:01.598Z] [2021-02-22T19:10:01.598Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:10:01.598Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-22T19:10:01.598Z] #31 5.871 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-22T19:10:01.598Z] #31 5.880 Cloning into '.'... [2021-02-22T19:10:01.784Z] #50 17.52 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-22T19:10:01.819Z] #33 9.275 runtime [2021-02-22T19:10:02.044Z] #50 17.56 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-22T19:10:02.314Z] #48 28.13 go: extracting golang.org/x/text v0.3.2 [2021-02-22T19:10:02.314Z] #48 28.14 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-22T19:10:02.314Z] #48 28.18 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-22T19:10:02.314Z] #48 28.26 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-22T19:10:02.577Z] #48 28.26 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-22T19:10:02.577Z] #48 28.26 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-22T19:10:02.578Z] #48 28.30 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-22T19:10:02.766Z] #33 ... [2021-02-22T19:10:02.766Z] [2021-02-22T19:10:02.766Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:10:02.766Z] #57 sha256:1c5ad4049b669d6e8b88d6a5c6b7567611eddde3eb584e994f864109249f334d [2021-02-22T19:10:02.766Z] #57 4.862 + RM_GOPATH=0 [2021-02-22T19:10:02.766Z] #57 4.862 + TMP_GOPATH= [2021-02-22T19:10:02.766Z] #57 4.862 + : /build [2021-02-22T19:10:02.766Z] #57 4.862 + '[' -z '' ']' [2021-02-22T19:10:02.766Z] #57 4.862 ++ mktemp -d [2021-02-22T19:10:02.766Z] #57 4.862 + export GOPATH=/tmp/tmp.v01MHsmqVy [2021-02-22T19:10:02.766Z] #57 4.862 + GOPATH=/tmp/tmp.v01MHsmqVy [2021-02-22T19:10:02.766Z] #57 4.862 + RM_GOPATH=1 [2021-02-22T19:10:02.766Z] #57 4.862 + case "$(go env GOARCH)" in [2021-02-22T19:10:02.766Z] #57 4.862 ++ go env GOARCH [2021-02-22T19:10:02.766Z] #57 4.939 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-22T19:10:02.766Z] #57 4.939 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:02.766Z] #57 4.939 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:02.766Z] #57 4.939 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:02.766Z] #57 4.939 + dir=/tmp/install [2021-02-22T19:10:02.766Z] #57 4.939 + bin=rootlesskit [2021-02-22T19:10:02.766Z] #57 4.939 + shift [2021-02-22T19:10:02.766Z] #57 4.939 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-22T19:10:02.766Z] #57 4.939 + . /tmp/install/rootlesskit.installer [2021-02-22T19:10:02.766Z] #57 4.939 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-22T19:10:02.766Z] #57 4.939 + install_rootlesskit [2021-02-22T19:10:02.766Z] #57 4.939 + case "$1" in [2021-02-22T19:10:02.766Z] #57 4.939 + export CGO_ENABLED=0 [2021-02-22T19:10:02.766Z] #57 4.939 + CGO_ENABLED=0 [2021-02-22T19:10:02.766Z] #57 4.939 + _install_rootlesskit [2021-02-22T19:10:02.766Z] #57 4.939 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-02-22T19:10:02.766Z] #57 4.939 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.v01MHsmqVy/src/github.com/rootless-containers/rootlesskit [2021-02-22T19:10:02.766Z] #57 4.939 Cloning into '/tmp/tmp.v01MHsmqVy/src/github.com/rootless-containers/rootlesskit'... [2021-02-22T19:10:02.766Z] #57 ... [2021-02-22T19:10:02.766Z] [2021-02-22T19:10:02.766Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:02.766Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:02.766Z] #54 6.568 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:10:02.766Z] #54 6.696 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:10:02.766Z] #54 6.696 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:10:02.766Z] #54 8.028 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:10:02.766Z] #54 10.43 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:10:02.766Z] #54 ... [2021-02-22T19:10:02.766Z] [2021-02-22T19:10:02.766Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:02.766Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:02.766Z] #41 6.724 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:10:02.766Z] #41 6.840 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:10:02.766Z] #41 6.840 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:10:02.766Z] #41 7.953 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:10:02.766Z] #41 10.26 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:10:02.862Z] #48 28.73 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-22T19:10:02.987Z] #50 18.48 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-22T19:10:03.027Z] #41 ... [2021-02-22T19:10:03.027Z] [2021-02-22T19:10:03.027Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-22T19:10:03.027Z] #23 sha256:8021c830fa275d693d1f940d8be76b8e78f15159a598a208ebcb1e31173ccc20 [2021-02-22T19:10:03.027Z] #23 4.242 + RM_GOPATH=0 [2021-02-22T19:10:03.027Z] #23 4.242 + TMP_GOPATH= [2021-02-22T19:10:03.027Z] #23 4.242 + : /build [2021-02-22T19:10:03.027Z] #23 4.242 + '[' -z '' ']' [2021-02-22T19:10:03.027Z] #23 4.242 ++ mktemp -d [2021-02-22T19:10:03.027Z] #23 4.242 + export GOPATH=/tmp/tmp.FwJ2MQDcRl [2021-02-22T19:10:03.027Z] #23 4.242 + GOPATH=/tmp/tmp.FwJ2MQDcRl [2021-02-22T19:10:03.027Z] #23 4.242 + RM_GOPATH=1 [2021-02-22T19:10:03.027Z] #23 4.242 + case "$(go env GOARCH)" in [2021-02-22T19:10:03.027Z] #23 4.242 ++ go env GOARCH [2021-02-22T19:10:03.027Z] #23 4.245 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:03.027Z] #23 4.245 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:03.027Z] #23 4.250 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:03.027Z] #23 4.251 + dir=/tmp/install [2021-02-22T19:10:03.027Z] #23 4.251 + bin=dockercli [2021-02-22T19:10:03.027Z] #23 4.251 + shift [2021-02-22T19:10:03.027Z] #23 4.251 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-22T19:10:03.027Z] #23 4.251 + . /tmp/install/dockercli.installer [2021-02-22T19:10:03.027Z] #23 4.251 ++ : stable [2021-02-22T19:10:03.027Z] #23 4.251 ++ : 17.06.2-ce [2021-02-22T19:10:03.027Z] #23 4.251 + install_dockercli [2021-02-22T19:10:03.027Z] #23 4.251 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-22T19:10:03.027Z] #23 4.251 Install docker/cli version 17.06.2-ce from stable [2021-02-22T19:10:03.027Z] #23 4.252 ++ uname -m [2021-02-22T19:10:03.027Z] #23 4.254 + arch=x86_64 [2021-02-22T19:10:03.027Z] #23 4.254 + '[' x86_64 '!=' x86_64 ']' [2021-02-22T19:10:03.027Z] #23 4.254 + url=https://download.docker.com/linux/static [2021-02-22T19:10:03.027Z] #23 4.254 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-22T19:10:03.027Z] #23 4.254 + tar -xz docker/docker [2021-02-22T19:10:03.027Z] #23 ... [2021-02-22T19:10:03.027Z] [2021-02-22T19:10:03.027Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:03.027Z] #50 sha256:3fbf0e1197064b46eaf5d0e6f37d48a3798be407b55f61fd0212814b5cdaba34 [2021-02-22T19:10:03.027Z] #50 5.034 + RM_GOPATH=0 [2021-02-22T19:10:03.027Z] #50 5.034 + TMP_GOPATH= [2021-02-22T19:10:03.027Z] #50 5.034 + : /build [2021-02-22T19:10:03.027Z] #50 5.034 + '[' -z '' ']' [2021-02-22T19:10:03.027Z] #50 5.034 ++ mktemp -d [2021-02-22T19:10:03.027Z] #50 5.034 + export GOPATH=/tmp/tmp.HZS4yUaYFn [2021-02-22T19:10:03.027Z] #50 5.034 + GOPATH=/tmp/tmp.HZS4yUaYFn [2021-02-22T19:10:03.027Z] #50 5.034 + RM_GOPATH=1 [2021-02-22T19:10:03.027Z] #50 5.034 + case "$(go env GOARCH)" in [2021-02-22T19:10:03.027Z] #50 5.034 ++ go env GOARCH [2021-02-22T19:10:03.027Z] #50 5.034 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-22T19:10:03.027Z] #50 5.034 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:03.027Z] #50 5.034 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:03.027Z] #50 5.034 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:03.027Z] #50 5.034 + dir=/tmp/install [2021-02-22T19:10:03.027Z] #50 5.034 + bin=shfmt [2021-02-22T19:10:03.027Z] #50 5.034 + shift [2021-02-22T19:10:03.027Z] #50 5.034 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-22T19:10:03.027Z] #50 5.034 + . /tmp/install/shfmt.installer [2021-02-22T19:10:03.027Z] #50 5.034 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-22T19:10:03.027Z] #50 5.034 + install_shfmt [2021-02-22T19:10:03.027Z] #50 5.034 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-22T19:10:03.027Z] #50 5.034 + git clone https://github.com/mvdan/sh.git /tmp/tmp.HZS4yUaYFn/src/github.com/mvdan/sh [2021-02-22T19:10:03.027Z] #50 5.034 Cloning into '/tmp/tmp.HZS4yUaYFn/src/github.com/mvdan/sh'... [2021-02-22T19:10:03.126Z] #48 28.87 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-22T19:10:03.289Z] #50 ... [2021-02-22T19:10:03.289Z] [2021-02-22T19:10:03.289Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:10:03.289Z] #46 sha256:9045fecda59026b46ee9f2fd11f8fb8d0e9e6667d6203b3b5ff6547732ab0352 [2021-02-22T19:10:03.289Z] #46 5.831 + RM_GOPATH=0 [2021-02-22T19:10:03.289Z] #46 5.831 + TMP_GOPATH= [2021-02-22T19:10:03.289Z] #46 5.831 + : /build [2021-02-22T19:10:03.289Z] #46 5.831 + '[' -z '' ']' [2021-02-22T19:10:03.289Z] #46 5.831 ++ mktemp -d [2021-02-22T19:10:03.289Z] #46 5.836 + export GOPATH=/tmp/tmp.wRqpIVsmP8 [2021-02-22T19:10:03.289Z] #46 5.836 + GOPATH=/tmp/tmp.wRqpIVsmP8 [2021-02-22T19:10:03.289Z] #46 5.836 + RM_GOPATH=1 [2021-02-22T19:10:03.289Z] #46 5.836 + case "$(go env GOARCH)" in [2021-02-22T19:10:03.289Z] #46 5.836 ++ go env GOARCH [2021-02-22T19:10:03.289Z] #46 5.967 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:03.289Z] #46 5.967 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:03.289Z] #46 5.977 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:03.289Z] #46 6.002 + dir=/tmp/install [2021-02-22T19:10:03.289Z] #46 6.002 + bin=gotestsum [2021-02-22T19:10:03.289Z] #46 6.002 + shift [2021-02-22T19:10:03.289Z] #46 6.002 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-22T19:10:03.289Z] #46 6.002 + . /tmp/install/gotestsum.installer [2021-02-22T19:10:03.289Z] #46 6.002 ++ : v0.5.3 [2021-02-22T19:10:03.289Z] #46 6.002 + install_gotestsum [2021-02-22T19:10:03.289Z] #46 6.002 + set -e [2021-02-22T19:10:03.289Z] #46 6.002 + export GO111MODULE=on [2021-02-22T19:10:03.289Z] #46 6.002 + GO111MODULE=on [2021-02-22T19:10:03.289Z] #46 6.002 + GOBIN=/build [2021-02-22T19:10:03.289Z] #46 6.002 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-22T19:10:03.289Z] #46 6.146 go: finding gotest.tools v0.5.3 [2021-02-22T19:10:03.289Z] #46 6.146 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-22T19:10:03.289Z] #46 7.473 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-22T19:10:03.289Z] #46 8.038 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-22T19:10:03.289Z] #46 9.144 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-22T19:10:03.289Z] #46 9.161 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-22T19:10:03.289Z] #46 9.161 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-22T19:10:03.289Z] #46 9.168 go: downloading github.com/pkg/errors v0.9.1 [2021-02-22T19:10:03.289Z] #46 9.193 go: downloading github.com/fatih/color v1.9.0 [2021-02-22T19:10:03.289Z] #46 9.237 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-22T19:10:03.289Z] #46 9.261 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-22T19:10:03.289Z] #46 9.306 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-22T19:10:03.289Z] #46 9.716 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-22T19:10:03.289Z] #46 9.918 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-22T19:10:03.289Z] #46 10.43 go: extracting github.com/pkg/errors v0.9.1 [2021-02-22T19:10:03.289Z] #46 10.43 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-22T19:10:03.289Z] #46 10.52 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-22T19:10:03.289Z] #46 10.60 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-22T19:10:03.289Z] #46 10.65 go: extracting github.com/fatih/color v1.9.0 [2021-02-22T19:10:03.289Z] #46 10.76 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-22T19:10:03.289Z] #46 10.76 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-22T19:10:03.289Z] #46 10.90 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-22T19:10:03.289Z] #46 ... [2021-02-22T19:10:03.289Z] [2021-02-22T19:10:03.289Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-22T19:10:03.289Z] #63 sha256:8735ded892e42eaeac37dc4edf62952649c09a7e66cb5526be1c45c65a21c58b [2021-02-22T19:10:03.289Z] #63 4.424 + RM_GOPATH=0 [2021-02-22T19:10:03.289Z] #63 4.424 + TMP_GOPATH= [2021-02-22T19:10:03.289Z] #63 4.424 + : /build [2021-02-22T19:10:03.289Z] #63 4.424 + '[' -z '' ']' [2021-02-22T19:10:03.289Z] #63 4.424 ++ mktemp -d [2021-02-22T19:10:03.289Z] #63 4.424 + export GOPATH=/tmp/tmp.LnPqx1l59U [2021-02-22T19:10:03.289Z] #63 4.424 + GOPATH=/tmp/tmp.LnPqx1l59U [2021-02-22T19:10:03.289Z] #63 4.424 + RM_GOPATH=1 [2021-02-22T19:10:03.289Z] #63 4.424 + case "$(go env GOARCH)" in [2021-02-22T19:10:03.289Z] #63 4.428 ++ go env GOARCH [2021-02-22T19:10:03.289Z] #63 4.434 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:03.289Z] #63 4.434 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:03.289Z] #63 4.435 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:03.289Z] #63 4.436 + dir=/tmp/install [2021-02-22T19:10:03.289Z] #63 4.436 + bin=proxy [2021-02-22T19:10:03.289Z] #63 4.436 + shift [2021-02-22T19:10:03.289Z] #63 4.436 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-22T19:10:03.289Z] #63 4.436 + . /tmp/install/proxy.installer [2021-02-22T19:10:03.289Z] #63 4.436 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-22T19:10:03.289Z] #63 4.436 + install_proxy [2021-02-22T19:10:03.289Z] #63 4.436 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-22T19:10:03.289Z] #63 4.436 + case "$1" in [2021-02-22T19:10:03.289Z] #63 4.436 + export CGO_ENABLED=0 [2021-02-22T19:10:03.289Z] #63 4.436 + CGO_ENABLED=0 [2021-02-22T19:10:03.289Z] #63 4.436 + _install_proxy [2021-02-22T19:10:03.289Z] #63 4.436 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-22T19:10:03.289Z] #63 4.436 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.LnPqx1l59U/src/github.com/docker/libnetwork [2021-02-22T19:10:03.289Z] #63 4.440 Cloning into '/tmp/tmp.LnPqx1l59U/src/github.com/docker/libnetwork'... [2021-02-22T19:10:03.550Z] #63 ... [2021-02-22T19:10:03.550Z] [2021-02-22T19:10:03.550Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:03.550Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:03.550Z] #12 6.563 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:10:03.550Z] #12 6.713 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:10:03.550Z] #12 6.775 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:10:03.550Z] #12 8.225 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:10:03.550Z] #12 10.66 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:10:03.550Z] #12 ... [2021-02-22T19:10:03.550Z] [2021-02-22T19:10:03.550Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:03.550Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:03.550Z] #35 6.569 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:10:03.550Z] #35 6.862 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:10:03.550Z] #35 6.862 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:10:03.550Z] #35 8.010 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:10:03.550Z] #35 10.40 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:10:03.558Z] #50 19.16 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-22T19:10:03.814Z] #35 ... [2021-02-22T19:10:03.814Z] [2021-02-22T19:10:03.814Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:10:03.814Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-22T19:10:03.814Z] #31 5.398 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-22T19:10:03.814Z] #31 5.402 Cloning into '.'... [2021-02-22T19:10:04.081Z] #31 ... [2021-02-22T19:10:04.081Z] [2021-02-22T19:10:04.081Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:04.081Z] #48 sha256:3c02fa64f7392d1248a70a43a764b4feb8f7b68f4bec2a638730c82836590b0b [2021-02-22T19:10:04.081Z] #48 5.772 + RM_GOPATH=0 [2021-02-22T19:10:04.081Z] #48 5.772 + TMP_GOPATH= [2021-02-22T19:10:04.081Z] #48 5.772 + : /build [2021-02-22T19:10:04.081Z] #48 5.772 + '[' -z '' ']' [2021-02-22T19:10:04.081Z] #48 5.800 ++ mktemp -d [2021-02-22T19:10:04.081Z] #48 5.802 + export GOPATH=/tmp/tmp.NcPULNpIvN [2021-02-22T19:10:04.081Z] #48 5.813 + GOPATH=/tmp/tmp.NcPULNpIvN [2021-02-22T19:10:04.081Z] #48 5.813 + RM_GOPATH=1 [2021-02-22T19:10:04.081Z] #48 5.813 + case "$(go env GOARCH)" in [2021-02-22T19:10:04.081Z] #48 5.813 ++ go env GOARCH [2021-02-22T19:10:04.081Z] #48 5.855 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:04.081Z] #48 5.855 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:04.081Z] #48 5.855 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:04.081Z] #48 5.872 + dir=/tmp/install [2021-02-22T19:10:04.081Z] #48 5.872 + bin=golangci_lint [2021-02-22T19:10:04.081Z] #48 5.872 + shift [2021-02-22T19:10:04.081Z] #48 5.872 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-22T19:10:04.081Z] #48 5.872 + . /tmp/install/golangci_lint.installer [2021-02-22T19:10:04.081Z] #48 5.872 ++ : v1.23.8 [2021-02-22T19:10:04.081Z] #48 5.872 + install_golangci_lint [2021-02-22T19:10:04.081Z] #48 5.872 + set -e [2021-02-22T19:10:04.081Z] #48 5.872 + export GO111MODULE=on [2021-02-22T19:10:04.081Z] #48 5.872 + GO111MODULE=on [2021-02-22T19:10:04.081Z] #48 5.872 + GOBIN=/build [2021-02-22T19:10:04.081Z] #48 5.872 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-22T19:10:04.081Z] #48 6.150 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-22T19:10:04.081Z] #48 6.150 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-22T19:10:04.081Z] #48 6.153 go: finding github.com v1.23.8 [2021-02-22T19:10:04.081Z] #48 6.153 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-22T19:10:04.081Z] #48 6.153 go: finding github.com/golangci v1.23.8 [2021-02-22T19:10:04.081Z] #48 7.464 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-22T19:10:04.081Z] #48 8.123 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-22T19:10:04.081Z] #48 ... [2021-02-22T19:10:04.081Z] [2021-02-22T19:10:04.081Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:04.081Z] #44 sha256:e17b54739c5147805ce5ba27746d7b7a36ceef8c044630e4b39b0a9f42ce1f22 [2021-02-22T19:10:04.081Z] #44 5.369 + RM_GOPATH=0 [2021-02-22T19:10:04.081Z] #44 5.369 + TMP_GOPATH= [2021-02-22T19:10:04.081Z] #44 5.369 + : /build [2021-02-22T19:10:04.081Z] #44 5.369 + '[' -z '' ']' [2021-02-22T19:10:04.081Z] #44 5.369 ++ mktemp -d [2021-02-22T19:10:04.081Z] #44 5.372 + export GOPATH=/tmp/tmp.amvIYdTJ96 [2021-02-22T19:10:04.081Z] #44 5.372 + GOPATH=/tmp/tmp.amvIYdTJ96 [2021-02-22T19:10:04.081Z] #44 5.372 + RM_GOPATH=1 [2021-02-22T19:10:04.081Z] #44 5.372 + case "$(go env GOARCH)" in [2021-02-22T19:10:04.082Z] #44 5.372 ++ go env GOARCH [2021-02-22T19:10:04.082Z] #44 5.444 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:04.082Z] #44 5.444 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:04.082Z] #44 5.448 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:04.082Z] #44 5.452 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-22T19:10:04.082Z] #44 5.452 + dir=/tmp/install [2021-02-22T19:10:04.082Z] #44 5.452 + bin=vndr [2021-02-22T19:10:04.082Z] #44 5.452 + shift [2021-02-22T19:10:04.082Z] #44 5.452 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-22T19:10:04.082Z] #44 5.452 + . /tmp/install/vndr.installer [2021-02-22T19:10:04.082Z] #44 5.452 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-22T19:10:04.082Z] #44 5.452 + install_vndr [2021-02-22T19:10:04.082Z] #44 5.452 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-22T19:10:04.082Z] #44 5.452 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.amvIYdTJ96/src/github.com/LK4D4/vndr [2021-02-22T19:10:04.082Z] #44 5.452 Cloning into '/tmp/tmp.amvIYdTJ96/src/github.com/LK4D4/vndr'... [2021-02-22T19:10:04.082Z] #44 6.957 + cd /tmp/tmp.amvIYdTJ96/src/github.com/LK4D4/vndr [2021-02-22T19:10:04.082Z] #44 6.957 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-22T19:10:04.082Z] #44 7.015 + go build -buildmode=pie -v -o /build/vndr . [2021-02-22T19:10:04.082Z] #44 8.650 internal/race [2021-02-22T19:10:04.082Z] #44 8.668 internal/bytealg [2021-02-22T19:10:04.082Z] #44 8.768 sync/atomic [2021-02-22T19:10:04.082Z] #44 9.050 unicode [2021-02-22T19:10:04.082Z] #44 9.562 runtime [2021-02-22T19:10:04.345Z] #44 ... [2021-02-22T19:10:04.345Z] [2021-02-22T19:10:04.345Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-22T19:10:04.345Z] #23 sha256:8021c830fa275d693d1f940d8be76b8e78f15159a598a208ebcb1e31173ccc20 [2021-02-22T19:10:04.345Z] #23 11.56 + mkdir -p /build [2021-02-22T19:10:04.345Z] #23 11.57 + mv docker/docker /build/ [2021-02-22T19:10:04.345Z] #23 11.57 + rmdir docker [2021-02-22T19:10:04.345Z] #23 DONE 11.8s [2021-02-22T19:10:04.345Z] [2021-02-22T19:10:04.345Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:10:04.345Z] #57 sha256:1c5ad4049b669d6e8b88d6a5c6b7567611eddde3eb584e994f864109249f334d [2021-02-22T19:10:04.345Z] #57 10.60 + cd /tmp/tmp.v01MHsmqVy/src/github.com/rootless-containers/rootlesskit [2021-02-22T19:10:04.345Z] #57 10.60 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-22T19:10:04.345Z] #57 10.63 + export GO111MODULE=on [2021-02-22T19:10:04.345Z] #57 10.63 + GO111MODULE=on [2021-02-22T19:10:04.345Z] #57 10.63 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-22T19:10:04.345Z] #57 10.63 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-22T19:10:04.951Z] #50 20.54 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-22T19:10:05.057Z] #48 ... [2021-02-22T19:10:05.057Z] [2021-02-22T19:10:05.057Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:05.057Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-22T19:10:05.057Z] #41 22.44 Reading package lists... [2021-02-22T19:10:05.057Z] #41 27.73 Building dependency tree... [2021-02-22T19:10:05.057Z] #41 29.46 The following additional packages will be installed: [2021-02-22T19:10:05.058Z] #41 29.46 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-22T19:10:05.058Z] #41 29.46 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-22T19:10:05.058Z] #41 29.46 Suggested packages: [2021-02-22T19:10:05.058Z] #41 29.46 manpages-dev python-setuptools [2021-02-22T19:10:05.058Z] #41 30.06 The following NEW packages will be installed: [2021-02-22T19:10:05.058Z] #41 30.07 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-22T19:10:05.058Z] #41 30.07 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-22T19:10:05.058Z] #41 30.07 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-22T19:10:05.058Z] #41 30.07 python-six zlib1g-dev [2021-02-22T19:10:05.058Z] #41 30.43 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-22T19:10:05.058Z] #41 30.43 Need to get 3798 kB of archives. [2021-02-22T19:10:05.058Z] #41 30.43 After this operation, 21.6 MB of additional disk space will be used. [2021-02-22T19:10:05.058Z] #41 30.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2021-02-22T19:10:05.058Z] #41 30.46 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-02-22T19:10:05.058Z] #41 30.46 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2021-02-22T19:10:05.058Z] #41 30.49 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-02-22T19:10:05.058Z] #41 30.49 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2021-02-22T19:10:05.058Z] #41 30.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-02-22T19:10:05.058Z] #41 30.51 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2021-02-22T19:10:05.058Z] #41 30.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2021-02-22T19:10:05.058Z] #41 30.54 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2021-02-22T19:10:05.058Z] #41 30.60 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2021-02-22T19:10:05.058Z] #41 30.61 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2021-02-22T19:10:05.058Z] #41 30.78 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2021-02-22T19:10:05.058Z] #41 30.83 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2021-02-22T19:10:05.058Z] #41 30.84 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2021-02-22T19:10:05.058Z] #41 30.85 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-22T19:10:05.058Z] #41 30.88 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2021-02-22T19:10:05.058Z] #41 30.88 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2021-02-22T19:10:05.290Z] #57 12.62 go: downloading github.com/pkg/errors v0.9.1 [2021-02-22T19:10:05.290Z] #57 12.86 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-02-22T19:10:05.551Z] #57 12.86 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-02-22T19:10:05.551Z] #57 12.87 go: downloading github.com/google/uuid v1.2.0 [2021-02-22T19:10:05.551Z] #57 12.90 go: downloading github.com/gofrs/flock v0.8.0 [2021-02-22T19:10:05.551Z] #57 12.98 go: downloading github.com/moby/vpnkit v0.4.0 [2021-02-22T19:10:05.551Z] #57 13.02 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-22T19:10:05.551Z] #57 13.10 go: downloading github.com/gorilla/mux v1.8.0 [2021-02-22T19:10:05.551Z] #57 13.11 go: extracting github.com/pkg/errors v0.9.1 [2021-02-22T19:10:05.551Z] #57 13.14 go: extracting github.com/gofrs/flock v0.8.0 [2021-02-22T19:10:05.812Z] #57 13.21 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-02-22T19:10:05.812Z] #57 13.35 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-22T19:10:05.812Z] #57 13.40 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-22T19:10:05.833Z] #31 ... [2021-02-22T19:10:05.833Z] [2021-02-22T19:10:05.833Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:05.833Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:05.833Z] #41 6.833 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:10:05.833Z] #41 6.887 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:10:05.833Z] #41 6.887 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:10:05.833Z] #41 8.346 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:10:05.833Z] #41 ... [2021-02-22T19:10:05.833Z] [2021-02-22T19:10:05.833Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:05.833Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:05.833Z] #35 6.834 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:10:05.833Z] #35 6.895 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:10:05.833Z] #35 6.895 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:10:05.833Z] #35 8.096 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:10:05.833Z] #35 ... [2021-02-22T19:10:05.833Z] [2021-02-22T19:10:05.833Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:05.833Z] #50 sha256:a2bf0d2df417fa609975e09b7b46c838da17b60adab9de3e04dcb23a239e99c3 [2021-02-22T19:10:05.833Z] #50 5.225 + RM_GOPATH=0 [2021-02-22T19:10:05.833Z] #50 5.225 + TMP_GOPATH= [2021-02-22T19:10:05.833Z] #50 5.225 + : /build [2021-02-22T19:10:05.833Z] #50 5.225 + '[' -z '' ']' [2021-02-22T19:10:05.833Z] #50 5.225 ++ mktemp -d [2021-02-22T19:10:05.833Z] #50 5.225 + export GOPATH=/tmp/tmp.62GLmOwf20 [2021-02-22T19:10:05.833Z] #50 5.225 + GOPATH=/tmp/tmp.62GLmOwf20 [2021-02-22T19:10:05.833Z] #50 5.225 + RM_GOPATH=1 [2021-02-22T19:10:05.833Z] #50 5.225 + case "$(go env GOARCH)" in [2021-02-22T19:10:05.833Z] #50 5.225 ++ go env GOARCH [2021-02-22T19:10:05.833Z] #50 5.237 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:05.833Z] #50 5.237 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:05.833Z] #50 5.237 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:05.833Z] #50 5.243 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-22T19:10:05.833Z] #50 5.243 + dir=/tmp/install [2021-02-22T19:10:05.833Z] #50 5.243 + bin=shfmt [2021-02-22T19:10:05.833Z] #50 5.243 + shift [2021-02-22T19:10:05.833Z] #50 5.243 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-22T19:10:05.833Z] #50 5.243 + . /tmp/install/shfmt.installer [2021-02-22T19:10:05.833Z] #50 5.243 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-22T19:10:05.833Z] #50 5.243 + install_shfmt [2021-02-22T19:10:05.833Z] #50 5.243 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-22T19:10:05.833Z] #50 5.243 + git clone https://github.com/mvdan/sh.git /tmp/tmp.62GLmOwf20/src/github.com/mvdan/sh [2021-02-22T19:10:05.833Z] #50 5.252 Cloning into '/tmp/tmp.62GLmOwf20/src/github.com/mvdan/sh'... [2021-02-22T19:10:05.833Z] #50 ... [2021-02-22T19:10:05.833Z] [2021-02-22T19:10:05.834Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:10:05.834Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:10:05.834Z] #39 5.992 + git clone https://github.com/docker/distribution.git . [2021-02-22T19:10:05.834Z] #39 6.002 Cloning into '.'... [2021-02-22T19:10:06.098Z] #39 ... [2021-02-22T19:10:06.098Z] [2021-02-22T19:10:06.098Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:06.098Z] #44 sha256:1658c155205d228ce9d4b9bfba903b872936f529a1fbdc0d12310df32b638045 [2021-02-22T19:10:06.098Z] #44 5.111 + RM_GOPATH=0 [2021-02-22T19:10:06.098Z] #44 5.111 + TMP_GOPATH= [2021-02-22T19:10:06.098Z] #44 5.111 + : /build [2021-02-22T19:10:06.098Z] #44 5.111 + '[' -z '' ']' [2021-02-22T19:10:06.098Z] #44 5.111 ++ mktemp -d [2021-02-22T19:10:06.098Z] #44 5.111 + export GOPATH=/tmp/tmp.vvSb0XiXIW [2021-02-22T19:10:06.098Z] #44 5.111 + GOPATH=/tmp/tmp.vvSb0XiXIW [2021-02-22T19:10:06.098Z] #44 5.111 + RM_GOPATH=1 [2021-02-22T19:10:06.098Z] #44 5.111 + case "$(go env GOARCH)" in [2021-02-22T19:10:06.098Z] #44 5.126 ++ go env GOARCH [2021-02-22T19:10:06.098Z] #44 5.171 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:06.098Z] #44 5.171 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:06.098Z] #44 5.171 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:06.098Z] #44 5.171 + dir=/tmp/install [2021-02-22T19:10:06.098Z] #44 5.171 + bin=vndr [2021-02-22T19:10:06.098Z] #44 5.171 + shift [2021-02-22T19:10:06.098Z] #44 5.171 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-22T19:10:06.098Z] #44 5.171 + . /tmp/install/vndr.installer [2021-02-22T19:10:06.098Z] #44 5.171 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-22T19:10:06.098Z] #44 5.171 + install_vndr [2021-02-22T19:10:06.098Z] #44 5.171 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-22T19:10:06.098Z] #44 5.171 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.vvSb0XiXIW/src/github.com/LK4D4/vndr [2021-02-22T19:10:06.098Z] #44 5.187 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-22T19:10:06.098Z] #44 5.201 Cloning into '/tmp/tmp.vvSb0XiXIW/src/github.com/LK4D4/vndr'... [2021-02-22T19:10:06.098Z] #44 6.058 + cd /tmp/tmp.vvSb0XiXIW/src/github.com/LK4D4/vndr [2021-02-22T19:10:06.098Z] #44 6.058 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-22T19:10:06.098Z] #44 6.150 + go build -buildmode=pie -v -o /build/vndr . [2021-02-22T19:10:06.098Z] #44 7.753 internal/cpu [2021-02-22T19:10:06.098Z] #44 7.766 runtime/internal/sys [2021-02-22T19:10:06.098Z] #44 8.023 runtime/internal/math [2021-02-22T19:10:06.098Z] #44 8.216 internal/race [2021-02-22T19:10:06.098Z] #44 8.315 sync/atomic [2021-02-22T19:10:06.098Z] #44 8.387 internal/bytealg [2021-02-22T19:10:06.098Z] #44 8.658 unicode [2021-02-22T19:10:06.098Z] #44 9.356 runtime [2021-02-22T19:10:06.098Z] #44 ... [2021-02-22T19:10:06.098Z] [2021-02-22T19:10:06.098Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:06.098Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:06.098Z] #54 6.946 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:10:06.098Z] #54 7.005 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:10:06.098Z] #54 7.017 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:10:06.098Z] #54 8.187 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:10:06.098Z] #54 10.40 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:10:06.335Z] #50 ... [2021-02-22T19:10:06.336Z] [2021-02-22T19:10:06.336Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:10:06.336Z] #57 sha256:15add59fe34823536fb3d65c2668f33da16cada55e15134f71be2ed808960201 [2021-02-22T19:10:06.336Z] #57 11.78 go: extracting github.com/gorilla/mux v1.8.0 [2021-02-22T19:10:06.336Z] #57 12.30 go: extracting github.com/moby/vpnkit v0.4.0 [2021-02-22T19:10:06.336Z] #57 12.56 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-22T19:10:06.336Z] #57 12.73 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-02-22T19:10:06.336Z] #57 14.30 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-22T19:10:06.336Z] #57 15.21 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-02-22T19:10:06.336Z] #57 17.88 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-22T19:10:06.336Z] #57 20.36 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-22T19:10:06.336Z] #57 20.67 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-02-22T19:10:06.336Z] #57 20.68 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-22T19:10:06.336Z] #57 20.75 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-02-22T19:10:06.336Z] #57 21.24 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-02-22T19:10:06.336Z] #57 ... [2021-02-22T19:10:06.336Z] [2021-02-22T19:10:06.336Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:06.336Z] #50 sha256:a74ad4b260257c14c461a63e72d975bc5128289c6b7a79e2791bf7e40da29f60 [2021-02-22T19:10:06.336Z] #50 21.88 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-22T19:10:06.360Z] #54 ... [2021-02-22T19:10:06.360Z] [2021-02-22T19:10:06.360Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-22T19:10:06.360Z] #23 sha256:6ea6fe001a73a98c372b9cc2b4c2204980ebded4d7e6d381f5cc23b68ade5ac0 [2021-02-22T19:10:06.360Z] #23 5.107 + RM_GOPATH=0 [2021-02-22T19:10:06.360Z] #23 5.107 + TMP_GOPATH= [2021-02-22T19:10:06.360Z] #23 5.107 + : /build [2021-02-22T19:10:06.360Z] #23 5.107 + '[' -z '' ']' [2021-02-22T19:10:06.360Z] #23 5.107 ++ mktemp -d [2021-02-22T19:10:06.360Z] #23 5.107 + export GOPATH=/tmp/tmp.mRrXxeKQQJ [2021-02-22T19:10:06.360Z] #23 5.107 + GOPATH=/tmp/tmp.mRrXxeKQQJ [2021-02-22T19:10:06.360Z] #23 5.107 + RM_GOPATH=1 [2021-02-22T19:10:06.360Z] #23 5.107 + case "$(go env GOARCH)" in [2021-02-22T19:10:06.360Z] #23 5.107 ++ go env GOARCH [2021-02-22T19:10:06.360Z] #23 5.142 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:06.360Z] #23 5.142 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:06.360Z] #23 5.142 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:06.360Z] #23 5.143 Install docker/cli version 17.06.2-ce from stable [2021-02-22T19:10:06.360Z] #23 5.144 + dir=/tmp/install [2021-02-22T19:10:06.360Z] #23 5.144 + bin=dockercli [2021-02-22T19:10:06.360Z] #23 5.144 + shift [2021-02-22T19:10:06.360Z] #23 5.144 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-22T19:10:06.360Z] #23 5.144 + . /tmp/install/dockercli.installer [2021-02-22T19:10:06.360Z] #23 5.144 ++ : stable [2021-02-22T19:10:06.360Z] #23 5.144 ++ : 17.06.2-ce [2021-02-22T19:10:06.360Z] #23 5.144 + install_dockercli [2021-02-22T19:10:06.360Z] #23 5.144 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-22T19:10:06.360Z] #23 5.144 ++ uname -m [2021-02-22T19:10:06.360Z] #23 5.153 + arch=x86_64 [2021-02-22T19:10:06.360Z] #23 5.153 + '[' x86_64 '!=' x86_64 ']' [2021-02-22T19:10:06.360Z] #23 5.153 + url=https://download.docker.com/linux/static [2021-02-22T19:10:06.360Z] #23 5.153 + tar -xz docker/docker [2021-02-22T19:10:06.360Z] #23 5.153 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-22T19:10:06.360Z] #23 ... [2021-02-22T19:10:06.360Z] [2021-02-22T19:10:06.360Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:10:06.360Z] #57 sha256:12f61084adb575543e76e25cac85b113506ee12a56c2b6068a1218115c5775ac [2021-02-22T19:10:06.360Z] #57 5.486 + RM_GOPATH=0 [2021-02-22T19:10:06.360Z] #57 5.486 + TMP_GOPATH= [2021-02-22T19:10:06.360Z] #57 5.486 + : /build [2021-02-22T19:10:06.360Z] #57 5.486 + '[' -z '' ']' [2021-02-22T19:10:06.360Z] #57 5.486 ++ mktemp -d [2021-02-22T19:10:06.360Z] #57 5.486 + export GOPATH=/tmp/tmp.jo8SHpKmc7 [2021-02-22T19:10:06.360Z] #57 5.486 + GOPATH=/tmp/tmp.jo8SHpKmc7 [2021-02-22T19:10:06.360Z] #57 5.486 + RM_GOPATH=1 [2021-02-22T19:10:06.360Z] #57 5.486 + case "$(go env GOARCH)" in [2021-02-22T19:10:06.360Z] #57 5.486 ++ go env GOARCH [2021-02-22T19:10:06.360Z] #57 5.503 Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-22T19:10:06.360Z] #57 5.507 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:06.360Z] #57 5.507 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:06.360Z] #57 5.507 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:06.360Z] #57 5.507 + dir=/tmp/install [2021-02-22T19:10:06.360Z] #57 5.507 + bin=rootlesskit [2021-02-22T19:10:06.360Z] #57 5.507 + shift [2021-02-22T19:10:06.360Z] #57 5.507 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-22T19:10:06.360Z] #57 5.507 + . /tmp/install/rootlesskit.installer [2021-02-22T19:10:06.360Z] #57 5.507 ++ : 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-22T19:10:06.360Z] #57 5.507 + install_rootlesskit [2021-02-22T19:10:06.360Z] #57 5.507 + case "$1" in [2021-02-22T19:10:06.360Z] #57 5.507 + export CGO_ENABLED=0 [2021-02-22T19:10:06.360Z] #57 5.507 + CGO_ENABLED=0 [2021-02-22T19:10:06.360Z] #57 5.507 + _install_rootlesskit [2021-02-22T19:10:06.360Z] #57 5.507 + echo 'Install rootlesskit version 5c30c9c2586add2ad659132990fdc230f05035fa' [2021-02-22T19:10:06.360Z] #57 5.507 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.jo8SHpKmc7/src/github.com/rootless-containers/rootlesskit [2021-02-22T19:10:06.360Z] #57 5.507 Cloning into '/tmp/tmp.jo8SHpKmc7/src/github.com/rootless-containers/rootlesskit'... [2021-02-22T19:10:06.360Z] #57 10.75 + cd /tmp/tmp.jo8SHpKmc7/src/github.com/rootless-containers/rootlesskit [2021-02-22T19:10:06.360Z] #57 10.75 + git checkout -q 5c30c9c2586add2ad659132990fdc230f05035fa [2021-02-22T19:10:06.360Z] #57 10.80 + export GO111MODULE=on [2021-02-22T19:10:06.360Z] #57 10.80 + GO111MODULE=on [2021-02-22T19:10:06.360Z] #57 10.80 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-22T19:10:06.360Z] #57 10.80 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-22T19:10:06.387Z] #57 13.89 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-22T19:10:06.457Z] #41 32.25 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:06.596Z] #50 22.06 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-22T19:10:06.596Z] #50 ... [2021-02-22T19:10:06.596Z] [2021-02-22T19:10:06.596Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:06.596Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:06.596Z] #35 12.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:10:06.596Z] #35 ... [2021-02-22T19:10:06.596Z] [2021-02-22T19:10:06.596Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:06.596Z] #50 sha256:a74ad4b260257c14c461a63e72d975bc5128289c6b7a79e2791bf7e40da29f60 [2021-02-22T19:10:06.596Z] #50 22.23 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-22T19:10:06.596Z] #50 22.27 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-22T19:10:06.622Z] #57 ... [2021-02-22T19:10:06.622Z] [2021-02-22T19:10:06.622Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:06.622Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:06.622Z] #12 6.903 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:10:06.622Z] #12 6.996 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:10:06.622Z] #12 6.997 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:10:06.622Z] #12 8.111 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:10:06.622Z] #12 10.38 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:10:06.622Z] #12 ... [2021-02-22T19:10:06.622Z] [2021-02-22T19:10:06.622Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:10:06.622Z] #46 sha256:2d8baf3c6d592f81d4ca96e3c022361fc82899ab8f6f0311387623acb69d9c33 [2021-02-22T19:10:06.622Z] #46 5.794 + RM_GOPATH=0 [2021-02-22T19:10:06.622Z] #46 5.794 + TMP_GOPATH= [2021-02-22T19:10:06.622Z] #46 5.794 + : /build [2021-02-22T19:10:06.622Z] #46 5.794 + '[' -z '' ']' [2021-02-22T19:10:06.622Z] #46 5.801 ++ mktemp -d [2021-02-22T19:10:06.622Z] #46 5.801 + export GOPATH=/tmp/tmp.YNK5Uiyj4R [2021-02-22T19:10:06.622Z] #46 5.801 + GOPATH=/tmp/tmp.YNK5Uiyj4R [2021-02-22T19:10:06.622Z] #46 5.801 + RM_GOPATH=1 [2021-02-22T19:10:06.622Z] #46 5.801 + case "$(go env GOARCH)" in [2021-02-22T19:10:06.622Z] #46 5.801 ++ go env GOARCH [2021-02-22T19:10:06.622Z] #46 5.818 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:06.622Z] #46 5.818 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:06.622Z] #46 5.818 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:06.622Z] #46 5.822 + dir=/tmp/install [2021-02-22T19:10:06.622Z] #46 5.822 + bin=gotestsum [2021-02-22T19:10:06.622Z] #46 5.822 + shift [2021-02-22T19:10:06.622Z] #46 5.822 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-22T19:10:06.622Z] #46 5.822 + . /tmp/install/gotestsum.installer [2021-02-22T19:10:06.622Z] #46 5.822 ++ : v0.5.3 [2021-02-22T19:10:06.622Z] #46 5.822 + install_gotestsum [2021-02-22T19:10:06.622Z] #46 5.822 + set -e [2021-02-22T19:10:06.622Z] #46 5.822 + export GO111MODULE=on [2021-02-22T19:10:06.622Z] #46 5.828 + GO111MODULE=on [2021-02-22T19:10:06.622Z] #46 5.828 + GOBIN=/build [2021-02-22T19:10:06.622Z] #46 5.828 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-22T19:10:06.622Z] #46 5.870 go: finding gotest.tools v0.5.3 [2021-02-22T19:10:06.622Z] #46 5.870 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-22T19:10:06.622Z] #46 6.765 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-22T19:10:06.622Z] #46 7.252 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-22T19:10:06.622Z] #46 8.513 go: downloading github.com/pkg/errors v0.9.1 [2021-02-22T19:10:06.622Z] #46 8.524 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-22T19:10:06.622Z] #46 8.532 go: downloading github.com/fatih/color v1.9.0 [2021-02-22T19:10:06.622Z] #46 8.595 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-22T19:10:06.622Z] #46 8.836 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-22T19:10:06.622Z] #46 9.069 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-22T19:10:06.622Z] #46 9.163 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-22T19:10:06.622Z] #46 9.168 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-22T19:10:06.622Z] #46 9.184 go: extracting github.com/pkg/errors v0.9.1 [2021-02-22T19:10:06.622Z] #46 9.188 go: extracting github.com/fatih/color v1.9.0 [2021-02-22T19:10:06.622Z] #46 9.200 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-22T19:10:06.622Z] #46 9.287 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-22T19:10:06.622Z] #46 9.480 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-22T19:10:06.622Z] #46 9.529 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-22T19:10:06.622Z] #46 9.678 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-22T19:10:06.622Z] #46 9.680 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-22T19:10:06.622Z] #46 9.817 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-22T19:10:06.622Z] #46 10.06 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-22T19:10:06.622Z] #46 10.08 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-22T19:10:06.648Z] #57 14.11 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-02-22T19:10:06.648Z] #57 14.16 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-02-22T19:10:06.648Z] #57 14.17 go: extracting github.com/gorilla/mux v1.8.0 [2021-02-22T19:10:06.781Z] #41 32.49 Fetched 3798 kB in 1s (4884 kB/s) [2021-02-22T19:10:06.781Z] #41 32.58 Selecting previously unselected package libcap-dev:arm64. [2021-02-22T19:10:06.859Z] #50 ... [2021-02-22T19:10:06.859Z] [2021-02-22T19:10:06.859Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:06.859Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:06.859Z] #12 12.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:10:06.884Z] #46 ... [2021-02-22T19:10:06.884Z] [2021-02-22T19:10:06.884Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-22T19:10:06.884Z] #63 sha256:96f7b2cff1345abd7cbe819415c902a55d86a84d394fed324b773d2aa93853cb [2021-02-22T19:10:06.884Z] #63 3.563 + RM_GOPATH=0 [2021-02-22T19:10:06.884Z] #63 3.563 + TMP_GOPATH= [2021-02-22T19:10:06.884Z] #63 3.563 + : /build [2021-02-22T19:10:06.884Z] #63 3.563 + '[' -z '' ']' [2021-02-22T19:10:06.884Z] #63 3.563 ++ mktemp -d [2021-02-22T19:10:06.884Z] #63 3.563 + export GOPATH=/tmp/tmp.z2rZ8WLoII [2021-02-22T19:10:06.884Z] #63 3.563 + GOPATH=/tmp/tmp.z2rZ8WLoII [2021-02-22T19:10:06.884Z] #63 3.563 + RM_GOPATH=1 [2021-02-22T19:10:06.884Z] #63 3.563 + case "$(go env GOARCH)" in [2021-02-22T19:10:06.884Z] #63 3.568 ++ go env GOARCH [2021-02-22T19:10:06.884Z] #63 3.571 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:06.884Z] #63 3.571 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:06.884Z] #63 3.573 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:06.884Z] #63 3.573 + dir=/tmp/install [2021-02-22T19:10:06.884Z] #63 3.573 + bin=proxy [2021-02-22T19:10:06.884Z] #63 3.573 + shift [2021-02-22T19:10:06.884Z] #63 3.573 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-22T19:10:06.884Z] #63 3.573 + . /tmp/install/proxy.installer [2021-02-22T19:10:06.884Z] #63 3.573 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-22T19:10:06.884Z] #63 3.573 + install_proxy [2021-02-22T19:10:06.884Z] #63 3.573 + case "$1" in [2021-02-22T19:10:06.884Z] #63 3.573 + export CGO_ENABLED=0 [2021-02-22T19:10:06.884Z] #63 3.573 + CGO_ENABLED=0 [2021-02-22T19:10:06.884Z] #63 3.573 + _install_proxy [2021-02-22T19:10:06.884Z] #63 3.573 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-22T19:10:06.884Z] #63 3.573 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.z2rZ8WLoII/src/github.com/docker/libnetwork [2021-02-22T19:10:06.884Z] #63 3.573 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-22T19:10:06.884Z] #63 3.578 Cloning into '/tmp/tmp.z2rZ8WLoII/src/github.com/docker/libnetwork'... [2021-02-22T19:10:06.910Z] #57 14.37 go: extracting github.com/google/uuid v1.2.0 [2021-02-22T19:10:07.044Z] #41 32.58 (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-02-22T19:10:07.044Z] #41 32.73 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2021-02-22T19:10:07.119Z] #12 ... [2021-02-22T19:10:07.119Z] [2021-02-22T19:10:07.119Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:10:07.119Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:10:07.119Z] #39 22.14 Checking out files: 82% (1386/1680) Checking out files: 83% (1395/1680) Checking out files: 84% (1412/1680) Checking out files: 85% (1428/1680) Checking out files: 86% (1445/1680) Checking out files: 87% (1462/1680) Checking out files: 88% (1479/1680) Checking out files: 89% (1496/1680) Checking out files: 90% (1512/1680) Checking out files: 91% (1529/1680) Checking out files: 92% (1546/1680) Checking out files: 93% (1563/1680) Checking out files: 94% (1580/1680) Checking out files: 95% (1596/1680) Checking out files: 96% (1613/1680) Checking out files: 97% (1630/1680) Checking out files: 98% (1647/1680) Checking out files: 99% (1664/1680) Checking out files: 100% (1680/1680) Checking out files: 100% (1680/1680), done. [2021-02-22T19:10:07.119Z] #39 22.43 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-22T19:10:07.119Z] #39 ... [2021-02-22T19:10:07.119Z] [2021-02-22T19:10:07.119Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:07.119Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:07.119Z] #41 12.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:10:07.146Z] #63 ... [2021-02-22T19:10:07.146Z] [2021-02-22T19:10:07.146Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:07.146Z] #33 sha256:7d4f25d0d746498f477cc093c953aeb13c6e95cb85ad2ccf285e3323d001d34b [2021-02-22T19:10:07.146Z] #33 5.461 + RM_GOPATH=0 [2021-02-22T19:10:07.146Z] #33 5.461 + TMP_GOPATH= [2021-02-22T19:10:07.146Z] #33 5.461 + : /build [2021-02-22T19:10:07.146Z] #33 5.461 + '[' -z '' ']' [2021-02-22T19:10:07.146Z] #33 5.461 ++ mktemp -d [2021-02-22T19:10:07.146Z] #33 5.461 + export GOPATH=/tmp/tmp.5Fn69xWnZS [2021-02-22T19:10:07.146Z] #33 5.461 + GOPATH=/tmp/tmp.5Fn69xWnZS [2021-02-22T19:10:07.146Z] #33 5.461 + RM_GOPATH=1 [2021-02-22T19:10:07.146Z] #33 5.461 + case "$(go env GOARCH)" in [2021-02-22T19:10:07.146Z] #33 5.461 ++ go env GOARCH [2021-02-22T19:10:07.146Z] #33 5.461 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:07.146Z] #33 5.461 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:07.146Z] #33 5.461 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:07.146Z] #33 5.461 + dir=/tmp/install [2021-02-22T19:10:07.146Z] #33 5.461 + bin=tomlv [2021-02-22T19:10:07.146Z] #33 5.461 + shift [2021-02-22T19:10:07.146Z] #33 5.461 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-22T19:10:07.146Z] #33 5.461 + . /tmp/install/tomlv.installer [2021-02-22T19:10:07.146Z] #33 5.461 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-22T19:10:07.146Z] #33 5.461 + install_tomlv [2021-02-22T19:10:07.146Z] #33 5.461 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-22T19:10:07.146Z] #33 5.461 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.5Fn69xWnZS/src/github.com/BurntSushi/toml [2021-02-22T19:10:07.146Z] #33 5.461 Cloning into '/tmp/tmp.5Fn69xWnZS/src/github.com/BurntSushi/toml'... [2021-02-22T19:10:07.146Z] #33 5.461 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-22T19:10:07.146Z] #33 6.527 + cd /tmp/tmp.5Fn69xWnZS/src/github.com/BurntSushi/toml [2021-02-22T19:10:07.146Z] #33 6.529 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-22T19:10:07.146Z] #33 6.536 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-22T19:10:07.146Z] #33 7.222 runtime/internal/atomic [2021-02-22T19:10:07.146Z] #33 7.259 internal/cpu [2021-02-22T19:10:07.146Z] #33 7.612 runtime/internal/sys [2021-02-22T19:10:07.146Z] #33 7.956 runtime/internal/math [2021-02-22T19:10:07.146Z] #33 8.045 math/bits [2021-02-22T19:10:07.146Z] #33 8.096 internal/bytealg [2021-02-22T19:10:07.146Z] #33 8.565 math [2021-02-22T19:10:07.146Z] #33 9.016 runtime [2021-02-22T19:10:07.308Z] #41 33.21 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2021-02-22T19:10:07.308Z] #41 ... [2021-02-22T19:10:07.308Z] [2021-02-22T19:10:07.308Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:10:07.308Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-22T19:10:07.308Z] #31 32.96 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-22T19:10:07.380Z] #41 ... [2021-02-22T19:10:07.380Z] [2021-02-22T19:10:07.380Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:07.380Z] #48 sha256:d8f2761d4ccd0d13a4a6de4533d8e05526b9ddbb0d71cb2bfab18396cee6d114 [2021-02-22T19:10:07.380Z] #48 17.71 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-22T19:10:07.380Z] #48 17.73 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-22T19:10:07.380Z] #48 17.74 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-22T19:10:07.380Z] #48 17.96 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-22T19:10:07.380Z] #48 18.09 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-22T19:10:07.380Z] #48 18.28 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-22T19:10:07.380Z] #48 18.28 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-22T19:10:07.380Z] #48 18.31 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-22T19:10:07.380Z] #48 18.36 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-22T19:10:07.380Z] #48 18.37 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-22T19:10:07.380Z] #48 18.38 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-22T19:10:07.380Z] #48 18.63 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-22T19:10:07.380Z] #48 19.03 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-22T19:10:07.380Z] #48 21.35 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-22T19:10:07.380Z] #48 21.35 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-22T19:10:07.380Z] #48 21.35 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-22T19:10:07.380Z] #48 21.36 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-22T19:10:07.380Z] #48 21.36 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-22T19:10:07.380Z] #48 21.37 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-22T19:10:07.380Z] #48 21.39 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-22T19:10:07.380Z] #48 21.44 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-22T19:10:07.380Z] #48 21.44 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-22T19:10:07.380Z] #48 21.52 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-22T19:10:07.380Z] #48 21.73 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-22T19:10:07.380Z] #48 21.74 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T19:10:07.380Z] #48 21.94 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-22T19:10:07.380Z] #48 21.98 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-22T19:10:07.380Z] #48 21.98 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-22T19:10:07.380Z] #48 22.02 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-22T19:10:07.380Z] #48 22.05 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-22T19:10:07.380Z] #48 22.06 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-22T19:10:07.380Z] #48 22.14 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-22T19:10:07.380Z] #48 22.21 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-22T19:10:07.380Z] #48 22.27 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T19:10:07.380Z] #48 22.38 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-22T19:10:07.380Z] #48 22.41 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-22T19:10:07.380Z] #48 22.44 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-22T19:10:07.380Z] #48 22.45 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-22T19:10:07.380Z] #48 22.45 go: downloading github.com/spf13/cast v1.3.0 [2021-02-22T19:10:07.380Z] #48 22.51 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-22T19:10:07.380Z] #48 22.53 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-22T19:10:07.380Z] #48 22.55 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-22T19:10:07.380Z] #48 22.77 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-22T19:10:07.380Z] #48 22.78 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-22T19:10:07.380Z] #48 22.99 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-22T19:10:07.380Z] #48 22.99 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-22T19:10:07.380Z] #48 22.99 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-22T19:10:07.380Z] #48 23.04 go: extracting github.com/spf13/cast v1.3.0 [2021-02-22T19:10:07.380Z] #48 ... [2021-02-22T19:10:07.380Z] [2021-02-22T19:10:07.380Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:07.380Z] #33 sha256:ded16fc4a4800d4921f3da39b5406ee62df254e3a1d3ccfbc9dcd351324b26c9 [2021-02-22T19:10:07.380Z] #33 13.07 unicode/utf8 [2021-02-22T19:10:07.380Z] #33 13.57 internal/testlog [2021-02-22T19:10:07.380Z] #33 13.84 encoding [2021-02-22T19:10:07.380Z] #33 14.14 runtime/cgo [2021-02-22T19:10:07.640Z] #33 ... [2021-02-22T19:10:07.640Z] [2021-02-22T19:10:07.640Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:07.640Z] #48 sha256:d8f2761d4ccd0d13a4a6de4533d8e05526b9ddbb0d71cb2bfab18396cee6d114 [2021-02-22T19:10:07.640Z] #48 23.23 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-22T19:10:07.640Z] #48 23.28 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-22T19:10:07.640Z] #48 23.28 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-22T19:10:07.640Z] #48 23.28 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-22T19:10:07.640Z] #48 23.33 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-22T19:10:07.640Z] #48 23.33 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-22T19:10:07.640Z] #48 23.34 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-22T19:10:07.640Z] #48 23.36 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-22T19:10:07.640Z] #48 23.38 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-22T19:10:07.886Z] #31 33.23 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:10:07.901Z] #48 23.44 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-22T19:10:07.901Z] #48 23.45 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-22T19:10:07.901Z] #48 23.53 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-22T19:10:07.901Z] #48 23.57 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-22T19:10:07.901Z] #48 23.61 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-22T19:10:07.901Z] #48 23.64 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-22T19:10:08.092Z] #33 ... [2021-02-22T19:10:08.092Z] [2021-02-22T19:10:08.092Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:08.092Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:08.092Z] #12 12.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:10:08.161Z] #48 23.65 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-22T19:10:08.161Z] #48 23.79 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-22T19:10:08.161Z] #48 23.81 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-22T19:10:08.161Z] #48 23.81 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-22T19:10:08.161Z] #48 23.82 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-22T19:10:08.161Z] #48 23.86 go: downloading github.com/spf13/afero v1.1.2 [2021-02-22T19:10:08.303Z] #57 15.59 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-22T19:10:08.303Z] #57 ... [2021-02-22T19:10:08.303Z] [2021-02-22T19:10:08.303Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:08.303Z] #50 sha256:3fbf0e1197064b46eaf5d0e6f37d48a3798be407b55f61fd0212814b5cdaba34 [2021-02-22T19:10:08.303Z] #50 15.73 + cd /tmp/tmp.HZS4yUaYFn/src/github.com/mvdan/sh [2021-02-22T19:10:08.303Z] #50 15.73 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-22T19:10:08.303Z] #50 15.81 + GO111MODULE=on [2021-02-22T19:10:08.303Z] #50 15.81 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-22T19:10:08.422Z] #48 23.86 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-22T19:10:08.422Z] #48 23.92 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-22T19:10:08.422Z] #48 24.03 go: extracting github.com/spf13/afero v1.1.2 [2021-02-22T19:10:08.422Z] #48 24.06 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-22T19:10:08.422Z] #48 24.12 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-22T19:10:08.422Z] #48 24.19 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-22T19:10:08.422Z] #48 24.20 go: downloading golang.org/x/text v0.3.2 [2021-02-22T19:10:08.564Z] #50 ... [2021-02-22T19:10:08.564Z] [2021-02-22T19:10:08.564Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:10:08.564Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:10:08.564Z] #39 5.627 + git clone https://github.com/docker/distribution.git . [2021-02-22T19:10:08.564Z] #39 5.641 Cloning into '.'... [2021-02-22T19:10:08.564Z] #39 ... [2021-02-22T19:10:08.564Z] [2021-02-22T19:10:08.564Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:08.564Z] #48 sha256:3c02fa64f7392d1248a70a43a764b4feb8f7b68f4bec2a638730c82836590b0b [2021-02-22T19:10:08.564Z] #48 16.03 go: downloading github.com/pkg/errors v0.8.1 [2021-02-22T19:10:08.564Z] #48 16.11 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-22T19:10:08.682Z] #48 24.26 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-22T19:10:08.682Z] #48 24.28 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-22T19:10:08.825Z] #48 16.22 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-22T19:10:08.825Z] #48 16.22 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-22T19:10:08.825Z] #48 16.22 go: downloading github.com/spf13/viper v1.6.1 [2021-02-22T19:10:08.825Z] #48 16.22 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-22T19:10:08.825Z] #48 16.31 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-22T19:10:08.825Z] #48 16.32 go: extracting github.com/pkg/errors v0.8.1 [2021-02-22T19:10:08.942Z] #48 24.54 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-22T19:10:08.942Z] #48 24.65 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-22T19:10:09.086Z] #48 16.57 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-22T19:10:09.086Z] #48 16.58 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-22T19:10:09.086Z] #48 16.68 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-22T19:10:09.205Z] #48 24.81 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-22T19:10:09.205Z] #48 24.85 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-22T19:10:09.205Z] #48 24.90 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-22T19:10:09.205Z] #48 24.94 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-22T19:10:09.205Z] #48 24.94 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-22T19:10:09.205Z] #48 24.99 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-22T19:10:09.357Z] #48 16.74 go: extracting github.com/spf13/viper v1.6.1 [2021-02-22T19:10:09.466Z] #48 24.99 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-22T19:10:09.466Z] #48 25.17 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-22T19:10:09.618Z] #48 17.16 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-22T19:10:09.726Z] #48 25.47 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-22T19:10:09.726Z] #48 25.52 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-22T19:10:09.820Z] #31 ... [2021-02-22T19:10:09.820Z] [2021-02-22T19:10:09.820Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:09.820Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-22T19:10:09.820Z] #54 24.43 Building dependency tree... [2021-02-22T19:10:09.820Z] #54 26.81 The following additional packages will be installed: [2021-02-22T19:10:09.820Z] #54 26.81 libbtrfs0 [2021-02-22T19:10:09.820Z] #54 26.96 The following NEW packages will be installed: [2021-02-22T19:10:09.820Z] #54 26.97 libbtrfs-dev libbtrfs0 [2021-02-22T19:10:09.820Z] #54 27.33 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-22T19:10:09.820Z] #54 27.33 Need to get 119 kB of archives. [2021-02-22T19:10:09.820Z] #54 27.33 After this operation, 387 kB of additional disk space will be used. [2021-02-22T19:10:09.820Z] #54 27.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-02-22T19:10:09.820Z] #54 27.34 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-02-22T19:10:09.820Z] #54 29.16 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:09.820Z] #54 29.79 Fetched 119 kB in 0s (366 kB/s) [2021-02-22T19:10:09.820Z] #54 32.02 Selecting previously unselected package libbtrfs0. [2021-02-22T19:10:09.820Z] #54 32.02 (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-02-22T19:10:09.820Z] #54 32.08 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2021-02-22T19:10:09.820Z] #54 32.44 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-22T19:10:09.820Z] #54 32.60 Selecting previously unselected package libbtrfs-dev. [2021-02-22T19:10:09.820Z] #54 32.61 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-02-22T19:10:09.820Z] #54 32.62 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:10:09.820Z] #54 33.39 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-22T19:10:09.820Z] #54 34.22 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:10:09.820Z] #54 34.33 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:10:09.820Z] #54 ... [2021-02-22T19:10:09.820Z] [2021-02-22T19:10:09.820Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:09.820Z] #48 sha256:26e2a6436b25805601176752fe51c1561b60961c15cb68b1de64c76585cf3f5c [2021-02-22T19:10:09.820Z] #48 35.07 go: finding github.com/fatih/color v1.7.0 [2021-02-22T19:10:09.820Z] #48 35.25 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-22T19:10:09.820Z] #48 35.33 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-22T19:10:09.820Z] #48 35.36 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-22T19:10:09.820Z] #48 35.37 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-22T19:10:09.820Z] #48 35.44 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-22T19:10:09.820Z] #48 35.45 go: finding github.com/pkg/errors v0.8.1 [2021-02-22T19:10:09.820Z] #48 35.45 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-22T19:10:09.820Z] #48 35.47 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-22T19:10:09.820Z] #48 ... [2021-02-22T19:10:09.820Z] [2021-02-22T19:10:09.820Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-02-22T19:10:09.820Z] #28 sha256:eb7c0c96e3a31915729fd3f9b761db687cf02a40130eb4b86709e05b2987c87a [2021-02-22T19:10:09.820Z] #28 DONE 36.4s [2021-02-22T19:10:09.820Z] [2021-02-22T19:10:09.820Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-22T19:10:09.820Z] #63 sha256:013244d6072dc03d463ba612a84fd768d5c7b6450c03b58de0b6e3080a60214e [2021-02-22T19:10:09.820Z] #63 DONE 35.5s [2021-02-22T19:10:09.820Z] [2021-02-22T19:10:09.820Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:09.820Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-22T19:10:09.820Z] #54 DONE 35.5s [2021-02-22T19:10:09.820Z] [2021-02-22T19:10:09.820Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:09.820Z] #48 sha256:26e2a6436b25805601176752fe51c1561b60961c15cb68b1de64c76585cf3f5c [2021-02-22T19:10:09.820Z] #48 35.48 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-22T19:10:09.820Z] #48 35.53 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-22T19:10:09.820Z] #48 35.59 go: finding github.com/spf13/viper v1.6.1 [2021-02-22T19:10:09.820Z] #48 35.77 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-22T19:10:09.820Z] #48 35.77 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-22T19:10:09.820Z] #48 35.81 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-22T19:10:09.820Z] #48 35.81 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-22T19:10:09.820Z] #48 35.84 go: finding github.com/stretchr/testify v1.4.0 [2021-02-22T19:10:09.820Z] #48 35.84 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-22T19:10:09.882Z] #48 17.38 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-22T19:10:10.019Z] #12 ... [2021-02-22T19:10:10.019Z] [2021-02-22T19:10:10.019Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-22T19:10:10.019Z] #23 sha256:6ea6fe001a73a98c372b9cc2b4c2204980ebded4d7e6d381f5cc23b68ade5ac0 [2021-02-22T19:10:10.019Z] #23 13.37 + mkdir -p /build [2021-02-22T19:10:10.020Z] #23 13.38 + mv docker/docker /build/ [2021-02-22T19:10:10.020Z] #23 13.38 + rmdir docker [2021-02-22T19:10:10.020Z] #23 DONE 14.4s [2021-02-22T19:10:10.020Z] [2021-02-22T19:10:10.020Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:10.020Z] #48 sha256:abdce33ad87a1887105eb014c24e30f61ef9468ffedb40102a5c01545a766bae [2021-02-22T19:10:10.020Z] #48 12.98 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-22T19:10:10.020Z] #48 13.02 go: downloading github.com/spf13/viper v1.6.1 [2021-02-22T19:10:10.020Z] #48 13.14 go: downloading github.com/fatih/color v1.7.0 [2021-02-22T19:10:10.020Z] #48 13.29 go: downloading github.com/pkg/errors v0.8.1 [2021-02-22T19:10:10.020Z] #48 13.30 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-22T19:10:10.020Z] #48 13.30 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-22T19:10:10.020Z] #48 13.32 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-22T19:10:10.020Z] #48 13.32 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-22T19:10:10.020Z] #48 13.46 go: extracting github.com/spf13/viper v1.6.1 [2021-02-22T19:10:10.020Z] #48 13.77 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-22T19:10:10.020Z] #48 13.93 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-22T19:10:10.020Z] #48 13.93 go: extracting github.com/fatih/color v1.7.0 [2021-02-22T19:10:10.020Z] #48 13.93 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-22T19:10:10.020Z] #48 14.07 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-22T19:10:10.020Z] #48 14.19 go: extracting github.com/pkg/errors v0.8.1 [2021-02-22T19:10:10.020Z] #48 14.32 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-22T19:10:10.020Z] #48 14.32 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-22T19:10:10.020Z] #48 14.64 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-22T19:10:10.085Z] #48 35.88 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-22T19:10:10.085Z] #48 35.99 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-22T19:10:10.143Z] #48 17.62 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-22T19:10:10.281Z] #48 14.72 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-22T19:10:10.281Z] #48 14.85 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-22T19:10:10.281Z] #48 14.86 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-22T19:10:10.297Z] #48 25.68 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-22T19:10:10.297Z] #48 25.68 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-22T19:10:10.297Z] #48 25.83 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-22T19:10:10.297Z] #48 25.90 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-22T19:10:10.297Z] #48 25.90 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-22T19:10:10.297Z] #48 25.92 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-22T19:10:10.297Z] #48 25.99 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-22T19:10:10.297Z] #48 26.01 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-22T19:10:10.297Z] #48 26.06 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-22T19:10:10.350Z] #48 36.05 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-22T19:10:10.350Z] #48 36.06 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-22T19:10:10.350Z] #48 36.06 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-22T19:10:10.350Z] #48 36.08 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-22T19:10:10.350Z] #48 36.16 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-22T19:10:10.350Z] #48 36.16 go: finding github.com/spf13/pflag v1.0.5 [2021-02-22T19:10:10.350Z] #48 36.16 go: finding github.com/spf13/cobra v0.0.5 [2021-02-22T19:10:10.350Z] #48 36.16 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-22T19:10:10.350Z] #48 36.18 go: finding github.com/stretchr/objx v0.2.0 [2021-02-22T19:10:10.350Z] #48 36.19 go: finding github.com/gobwas/glob v0.2.3 [2021-02-22T19:10:10.350Z] #48 36.19 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-22T19:10:10.350Z] #48 36.29 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-22T19:10:10.558Z] #48 26.08 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-22T19:10:10.558Z] #48 26.10 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-22T19:10:10.558Z] #48 26.30 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-22T19:10:10.614Z] #48 36.30 go: finding github.com/magiconair/properties v1.8.1 [2021-02-22T19:10:10.614Z] #48 36.32 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-22T19:10:10.614Z] #48 36.42 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-22T19:10:10.614Z] #48 36.42 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T19:10:10.614Z] #48 36.44 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-22T19:10:10.614Z] #48 36.50 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-22T19:10:10.818Z] #48 26.35 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-22T19:10:10.818Z] #48 26.38 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-22T19:10:10.818Z] #48 26.48 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-22T19:10:10.818Z] #48 26.54 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-22T19:10:10.855Z] #48 15.37 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-22T19:10:10.905Z] #48 36.77 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-22T19:10:10.905Z] #48 36.78 go: finding github.com/spf13/afero v1.1.2 [2021-02-22T19:10:10.905Z] #48 36.80 go: finding github.com/spf13/cast v1.3.0 [2021-02-22T19:10:11.079Z] #48 26.62 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-22T19:10:11.079Z] #48 26.63 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-22T19:10:11.086Z] #48 18.50 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-22T19:10:11.189Z] #48 36.82 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-22T19:10:11.189Z] #48 36.88 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-22T19:10:11.189Z] #48 36.89 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-22T19:10:11.189Z] #48 37.00 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-22T19:10:11.189Z] #48 37.06 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-22T19:10:11.339Z] #48 26.81 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-22T19:10:11.339Z] #48 26.81 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-22T19:10:11.347Z] #48 18.69 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-22T19:10:11.347Z] #48 18.70 go: downloading github.com/spf13/afero v1.1.2 [2021-02-22T19:10:11.347Z] #48 18.89 go: extracting github.com/spf13/afero v1.1.2 [2021-02-22T19:10:11.431Z] #48 15.98 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-22T19:10:11.431Z] #48 16.06 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-22T19:10:11.431Z] #48 16.09 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-22T19:10:11.451Z] #48 37.35 go: finding golang.org/x/text v0.3.2 [2021-02-22T19:10:11.600Z] #48 27.19 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-22T19:10:11.600Z] #48 27.23 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-22T19:10:11.600Z] #48 27.25 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-22T19:10:11.608Z] #48 18.94 go: downloading golang.org/x/text v0.3.2 [2021-02-22T19:10:11.701Z] #48 16.28 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-22T19:10:11.701Z] #48 16.31 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-22T19:10:11.715Z] #48 37.51 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-22T19:10:11.715Z] #48 37.53 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-22T19:10:11.715Z] #48 37.54 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-22T19:10:11.715Z] #48 37.54 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-22T19:10:11.715Z] #48 ... [2021-02-22T19:10:11.715Z] [2021-02-22T19:10:11.715Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:11.715Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-22T19:10:11.715Z] #12 27.59 The following additional packages will be installed: [2021-02-22T19:10:11.715Z] #12 27.62 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-22T19:10:11.715Z] #12 27.63 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-22T19:10:11.715Z] #12 27.63 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-22T19:10:11.715Z] #12 27.63 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-22T19:10:11.715Z] #12 27.63 mingw-w64-x86-64-dev [2021-02-22T19:10:11.715Z] #12 27.63 Suggested packages: [2021-02-22T19:10:11.715Z] #12 27.64 gcc-8-locales seccomp wine64 [2021-02-22T19:10:11.715Z] #12 28.56 The following NEW packages will be installed: [2021-02-22T19:10:11.716Z] #12 28.56 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-22T19:10:11.716Z] #12 28.57 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-22T19:10:11.716Z] #12 28.57 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-22T19:10:11.716Z] #12 28.57 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-22T19:10:11.716Z] #12 28.57 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-22T19:10:11.716Z] #12 28.57 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-22T19:10:11.716Z] #12 28.57 The following packages will be upgraded: [2021-02-22T19:10:11.716Z] #12 28.59 libsystemd0 libudev1 [2021-02-22T19:10:11.716Z] #12 28.93 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-22T19:10:11.716Z] #12 28.93 Need to get 73.8 MB of archives. [2021-02-22T19:10:11.716Z] #12 28.93 After this operation, 472 MB of additional disk space will be used. [2021-02-22T19:10:11.716Z] #12 28.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u6 [314 kB] [2021-02-22T19:10:11.716Z] #12 28.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u6 [146 kB] [2021-02-22T19:10:11.716Z] #12 28.95 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2021-02-22T19:10:11.716Z] #12 29.20 Get:4 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-02-22T19:10:11.716Z] #12 29.47 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-22T19:10:11.716Z] #12 29.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2021-02-22T19:10:11.716Z] #12 29.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2021-02-22T19:10:11.716Z] #12 29.50 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-22T19:10:11.716Z] #12 29.94 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-22T19:10:11.716Z] #12 30.43 Get:10 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-02-22T19:10:11.716Z] #12 30.46 Get:11 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-02-22T19:10:11.716Z] #12 33.21 Get:12 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-02-22T19:10:11.716Z] #12 35.20 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-02-22T19:10:11.716Z] #12 35.21 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-02-22T19:10:11.716Z] #12 35.21 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-02-22T19:10:11.716Z] #12 35.23 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-02-22T19:10:11.716Z] #12 35.24 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2021-02-22T19:10:11.716Z] #12 35.24 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u6 [110 kB] [2021-02-22T19:10:11.716Z] #12 35.25 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2021-02-22T19:10:11.716Z] #12 35.26 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2021-02-22T19:10:11.716Z] #12 35.27 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2021-02-22T19:10:11.716Z] #12 35.28 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2021-02-22T19:10:11.716Z] #12 35.29 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2021-02-22T19:10:11.716Z] #12 35.38 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2021-02-22T19:10:11.716Z] #12 35.38 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2021-02-22T19:10:11.716Z] #12 35.39 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2021-02-22T19:10:11.716Z] #12 35.39 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u6 [322 kB] [2021-02-22T19:10:11.716Z] #12 37.27 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:11.716Z] #12 37.51 Fetched 73.8 MB in 7s (10.9 MB/s) [2021-02-22T19:10:11.716Z] #12 37.62 (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-02-22T19:10:11.716Z] #12 ... [2021-02-22T19:10:11.716Z] [2021-02-22T19:10:11.716Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:11.716Z] #48 sha256:26e2a6436b25805601176752fe51c1561b60961c15cb68b1de64c76585cf3f5c [2021-02-22T19:10:11.716Z] #48 37.66 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-22T19:10:11.716Z] #48 37.67 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-22T19:10:11.716Z] #48 37.70 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-22T19:10:11.716Z] #48 37.70 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-22T19:10:11.862Z] #48 27.38 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-22T19:10:11.862Z] #48 27.52 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-22T19:10:11.862Z] #48 27.52 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-22T19:10:11.968Z] #48 16.51 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-22T19:10:11.968Z] #48 16.59 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-22T19:10:11.980Z] #48 37.75 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-22T19:10:11.980Z] #48 37.81 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-22T19:10:11.980Z] #48 37.82 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-22T19:10:11.980Z] #48 ... [2021-02-22T19:10:11.980Z] [2021-02-22T19:10:11.980Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:11.980Z] #33 sha256:1c47a11f8c455badd57e806192cf194bc5c66f44f0e3c3e593783a892e35dfb9 [2021-02-22T19:10:11.980Z] #33 27.75 internal/reflectlite [2021-02-22T19:10:11.980Z] #33 27.75 sync [2021-02-22T19:10:11.980Z] #33 30.07 sort [2021-02-22T19:10:11.980Z] #33 30.08 errors [2021-02-22T19:10:11.980Z] #33 30.43 strconv [2021-02-22T19:10:11.980Z] #33 30.44 io [2021-02-22T19:10:11.980Z] #33 30.44 internal/oserror [2021-02-22T19:10:11.980Z] #33 30.54 syscall [2021-02-22T19:10:11.980Z] #33 31.52 strings [2021-02-22T19:10:11.980Z] #33 31.52 bytes [2021-02-22T19:10:11.980Z] #33 33.70 bufio [2021-02-22T19:10:11.980Z] #33 34.22 path [2021-02-22T19:10:11.980Z] #33 34.84 reflect [2021-02-22T19:10:11.980Z] #33 35.38 text/tabwriter [2021-02-22T19:10:11.980Z] #33 ... [2021-02-22T19:10:11.980Z] [2021-02-22T19:10:11.980Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:11.980Z] #48 sha256:26e2a6436b25805601176752fe51c1561b60961c15cb68b1de64c76585cf3f5c [2021-02-22T19:10:11.980Z] #48 37.93 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-22T19:10:12.231Z] #48 16.69 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-22T19:10:12.231Z] #48 16.70 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-22T19:10:12.231Z] #48 16.73 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-22T19:10:12.231Z] #48 16.80 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-22T19:10:12.231Z] #48 16.87 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-22T19:10:12.231Z] #48 16.90 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-22T19:10:12.231Z] #48 16.92 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-22T19:10:12.244Z] #48 38.16 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-22T19:10:12.244Z] #48 38.17 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-22T19:10:12.244Z] #48 38.18 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-22T19:10:12.244Z] #48 38.19 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-22T19:10:12.433Z] #48 27.88 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-22T19:10:12.493Z] #48 17.05 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-22T19:10:12.493Z] #48 17.21 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-22T19:10:12.506Z] #48 38.20 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-22T19:10:12.506Z] #48 38.22 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-22T19:10:12.506Z] #48 38.25 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-22T19:10:12.506Z] #48 38.26 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-22T19:10:12.506Z] #48 ... [2021-02-22T19:10:12.506Z] [2021-02-22T19:10:12.506Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:12.506Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-22T19:10:12.506Z] #35 28.27 The following additional packages will be installed: [2021-02-22T19:10:12.506Z] #35 28.28 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-22T19:10:12.506Z] #35 28.29 Suggested packages: [2021-02-22T19:10:12.506Z] #35 28.30 cmake-doc ninja-build lrzip [2021-02-22T19:10:12.506Z] #35 28.30 Recommended packages: [2021-02-22T19:10:12.506Z] #35 28.30 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-22T19:10:12.506Z] #35 29.19 The following NEW packages will be installed: [2021-02-22T19:10:12.506Z] #35 29.20 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-22T19:10:12.506Z] #35 29.20 vim-common xxd [2021-02-22T19:10:12.506Z] #35 29.63 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-22T19:10:12.506Z] #35 29.63 Need to get 14.2 MB of archives. [2021-02-22T19:10:12.506Z] #35 29.63 After this operation, 60.0 MB of additional disk space will be used. [2021-02-22T19:10:12.506Z] #35 29.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-02-22T19:10:12.506Z] #35 29.64 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-22T19:10:12.506Z] #35 29.71 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-22T19:10:12.506Z] #35 29.99 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-02-22T19:10:12.506Z] #35 31.12 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB] [2021-02-22T19:10:12.506Z] #35 31.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2021-02-22T19:10:12.506Z] #35 31.31 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2021-02-22T19:10:12.506Z] #35 31.35 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2021-02-22T19:10:12.506Z] #35 31.36 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2021-02-22T19:10:12.506Z] #35 31.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2021-02-22T19:10:12.506Z] #35 32.60 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:12.506Z] #35 32.81 Fetched 14.2 MB in 2s (6119 kB/s) [2021-02-22T19:10:12.506Z] #35 33.31 Selecting previously unselected package xxd. [2021-02-22T19:10:12.506Z] #35 33.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 ... 15383 files and directories currently installed.) [2021-02-22T19:10:12.506Z] #35 33.40 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-02-22T19:10:12.506Z] #35 33.76 Unpacking xxd (2:8.1.0875-5) ... [2021-02-22T19:10:12.506Z] #35 34.52 Selecting previously unselected package vim-common. [2021-02-22T19:10:12.506Z] #35 34.53 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-22T19:10:12.506Z] #35 34.57 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-22T19:10:12.506Z] #35 35.72 Selecting previously unselected package cmake-data. [2021-02-22T19:10:12.506Z] #35 35.72 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-22T19:10:12.506Z] #35 35.73 Unpacking cmake-data (3.13.4-1) ... [2021-02-22T19:10:12.506Z] #35 ... [2021-02-22T19:10:12.506Z] [2021-02-22T19:10:12.506Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:12.506Z] #33 sha256:1c47a11f8c455badd57e806192cf194bc5c66f44f0e3c3e593783a892e35dfb9 [2021-02-22T19:10:12.506Z] #33 38.42 internal/syscall/execenv [2021-02-22T19:10:12.506Z] #33 38.42 time [2021-02-22T19:10:12.506Z] #33 38.43 internal/syscall/unix [2021-02-22T19:10:12.693Z] #48 ... [2021-02-22T19:10:12.693Z] [2021-02-22T19:10:12.693Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:10:12.693Z] #46 sha256:110c9b2ea6c612aae394c4489361a297aa08f12baf1f84da9cf15214177f89c2 [2021-02-22T19:10:12.693Z] #46 18.37 go: finding github.com/fatih/color v1.9.0 [2021-02-22T19:10:12.693Z] #46 18.37 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-22T19:10:12.693Z] #46 18.40 go: finding github.com/pkg/errors v0.9.1 [2021-02-22T19:10:12.693Z] #46 18.59 go: finding github.com/spf13/pflag v1.0.3 [2021-02-22T19:10:12.693Z] #46 18.63 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-22T19:10:12.693Z] #46 18.72 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-22T19:10:12.693Z] #46 18.90 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-22T19:10:12.693Z] #46 19.13 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-22T19:10:12.693Z] #46 19.21 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-22T19:10:12.693Z] #46 19.27 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-22T19:10:12.693Z] #46 19.32 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-22T19:10:12.757Z] #48 17.24 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-22T19:10:12.757Z] #48 17.32 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-22T19:10:12.757Z] #48 17.43 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-22T19:10:12.956Z] #46 ... [2021-02-22T19:10:12.956Z] [2021-02-22T19:10:12.956Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-22T19:10:12.956Z] #63 sha256:8ad5828bc9c2dd35b0c42ae9786a795d7b4ba7b148345dfc3d2f287a41fb5c4f [2021-02-22T19:10:12.956Z] #63 23.61 Checking out files: 59% (1129/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-02-22T19:10:12.956Z] #63 24.28 + cd /tmp/tmp.u4T8Ftvcf8/src/github.com/docker/libnetwork [2021-02-22T19:10:12.956Z] #63 24.28 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-22T19:10:12.956Z] #63 24.73 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-22T19:10:12.994Z] #48 20.36 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-22T19:10:13.710Z] #48 18.34 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-22T19:10:13.710Z] #48 18.35 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-22T19:10:13.710Z] #48 18.45 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-22T19:10:13.937Z] #48 ... [2021-02-22T19:10:13.937Z] [2021-02-22T19:10:13.937Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:13.937Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:13.937Z] #35 11.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:10:13.937Z] #35 ... [2021-02-22T19:10:13.937Z] [2021-02-22T19:10:13.937Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:10:13.937Z] #46 sha256:9045fecda59026b46ee9f2fd11f8fb8d0e9e6667d6203b3b5ff6547732ab0352 [2021-02-22T19:10:13.937Z] #46 11.36 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-22T19:10:13.937Z] #46 13.53 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-22T19:10:13.937Z] #46 14.43 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-22T19:10:13.937Z] #46 15.09 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-22T19:10:13.937Z] #46 19.14 go: finding github.com/fatih/color v1.9.0 [2021-02-22T19:10:13.937Z] #46 19.19 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-22T19:10:13.937Z] #46 19.20 go: finding github.com/pkg/errors v0.9.1 [2021-02-22T19:10:13.937Z] #46 19.42 go: finding github.com/spf13/pflag v1.0.3 [2021-02-22T19:10:13.937Z] #46 19.44 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-22T19:10:13.937Z] #46 19.52 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-22T19:10:13.937Z] #46 19.82 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-22T19:10:13.937Z] #46 19.92 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-22T19:10:13.937Z] #46 20.05 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-22T19:10:13.937Z] #46 20.11 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-22T19:10:13.937Z] #46 20.13 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-22T19:10:13.977Z] #48 18.55 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-22T19:10:14.198Z] #46 ... [2021-02-22T19:10:14.198Z] [2021-02-22T19:10:14.198Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:14.198Z] #50 sha256:3fbf0e1197064b46eaf5d0e6f37d48a3798be407b55f61fd0212814b5cdaba34 [2021-02-22T19:10:14.198Z] #50 17.47 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-22T19:10:14.198Z] #50 17.55 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-22T19:10:14.198Z] #50 17.57 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-22T19:10:14.198Z] #50 17.74 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-22T19:10:14.198Z] #50 17.78 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-22T19:10:14.198Z] #50 18.65 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-22T19:10:14.198Z] #50 19.51 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-22T19:10:14.198Z] #50 20.88 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-22T19:10:14.240Z] #48 18.73 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-22T19:10:14.342Z] #63 ... [2021-02-22T19:10:14.342Z] [2021-02-22T19:10:14.342Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:14.342Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:14.342Z] #54 19.79 Fetched 8422 kB in 16s (529 kB/s) [2021-02-22T19:10:14.342Z] #54 19.79 Reading package lists... [2021-02-22T19:10:14.342Z] #54 26.53 Reading package lists... [2021-02-22T19:10:14.342Z] #54 ... [2021-02-22T19:10:14.342Z] [2021-02-22T19:10:14.342Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:14.342Z] #48 sha256:d8f2761d4ccd0d13a4a6de4533d8e05526b9ddbb0d71cb2bfab18396cee6d114 [2021-02-22T19:10:14.342Z] #48 28.55 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-22T19:10:14.342Z] #48 28.61 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-22T19:10:14.342Z] #48 28.67 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-22T19:10:14.342Z] #48 28.84 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-22T19:10:14.342Z] #48 29.02 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-22T19:10:14.342Z] #48 29.21 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-22T19:10:14.342Z] #48 29.52 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-22T19:10:14.439Z] #33 ... [2021-02-22T19:10:14.440Z] [2021-02-22T19:10:14.440Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:14.440Z] #44 sha256:c73fb4b3a90da34e6631506d20d932d7a37764a23b8f7d41cb5f5f51e01f15a1 [2021-02-22T19:10:14.440Z] #44 29.94 github.com/LK4D4/vndr/godl/singleflight [2021-02-22T19:10:14.440Z] #44 29.96 math/rand [2021-02-22T19:10:14.440Z] #44 29.96 internal/singleflight [2021-02-22T19:10:14.440Z] #44 29.98 internal/reflectlite [2021-02-22T19:10:14.440Z] #44 31.19 io [2021-02-22T19:10:14.440Z] #44 31.20 syscall [2021-02-22T19:10:14.440Z] #44 31.21 strconv [2021-02-22T19:10:14.440Z] #44 31.31 vendor/golang.org/x/net/dns/dnsmessage [2021-02-22T19:10:14.440Z] #44 33.06 bytes [2021-02-22T19:10:14.440Z] #44 34.59 reflect [2021-02-22T19:10:14.440Z] #44 35.02 bufio [2021-02-22T19:10:14.440Z] #44 37.36 regexp/syntax [2021-02-22T19:10:14.440Z] #44 39.21 hash/crc32 [2021-02-22T19:10:14.440Z] #44 ... [2021-02-22T19:10:14.440Z] [2021-02-22T19:10:14.440Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:14.440Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-22T19:10:14.440Z] #12 37.62 (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-02-22T19:10:14.440Z] #12 37.73 Preparing to unpack .../libsystemd0_241-7~deb10u6_arm64.deb ... [2021-02-22T19:10:14.440Z] #12 37.78 Unpacking libsystemd0:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-22T19:10:14.440Z] #12 38.40 Setting up libsystemd0:arm64 (241-7~deb10u6) ... [2021-02-22T19:10:14.440Z] #12 38.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 ... 15383 files and directories currently installed.) [2021-02-22T19:10:14.440Z] #12 38.77 Preparing to unpack .../libudev1_241-7~deb10u6_arm64.deb ... [2021-02-22T19:10:14.440Z] #12 38.80 Unpacking libudev1:arm64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-22T19:10:14.440Z] #12 38.96 Setting up libudev1:arm64 (241-7~deb10u6) ... [2021-02-22T19:10:14.440Z] #12 39.20 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-22T19:10:14.440Z] #12 39.20 (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-02-22T19:10:14.440Z] #12 39.33 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2021-02-22T19:10:14.440Z] #12 39.35 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-22T19:10:14.506Z] #48 ... [2021-02-22T19:10:14.506Z] [2021-02-22T19:10:14.506Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-22T19:10:14.506Z] #63 sha256:96f7b2cff1345abd7cbe819415c902a55d86a84d394fed324b773d2aa93853cb [2021-02-22T19:10:14.506Z] #63 16.95 Checking out files: 58% (1113/1905) Checking out files: 59% (1124/1905) Checking out files: 60% (1143/1905) Checking out files: 61% (1163/1905) Checking out files: 62% (1182/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-02-22T19:10:14.506Z] #63 17.68 + cd /tmp/tmp.z2rZ8WLoII/src/github.com/docker/libnetwork [2021-02-22T19:10:14.506Z] #63 17.69 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-22T19:10:14.506Z] #63 18.43 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-22T19:10:14.799Z] #50 22.28 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-22T19:10:14.799Z] #50 22.43 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-22T19:10:15.025Z] #12 40.98 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-22T19:10:15.025Z] #12 40.99 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2021-02-22T19:10:15.025Z] #12 41.02 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-22T19:10:15.060Z] #50 22.64 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-22T19:10:15.060Z] #50 22.72 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-22T19:10:15.321Z] #50 ... [2021-02-22T19:10:15.321Z] [2021-02-22T19:10:15.321Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:10:15.321Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:10:15.321Z] #39 22.37 Checking out files: 90% (1515/1680) Checking out files: 91% (1529/1680) Checking out files: 92% (1546/1680) Checking out files: 93% (1563/1680) Checking out files: 94% (1580/1680) Checking out files: 95% (1596/1680) Checking out files: 96% (1613/1680) Checking out files: 97% (1630/1680) Checking out files: 98% (1647/1680) Checking out files: 99% (1664/1680) Checking out files: 100% (1680/1680) Checking out files: 100% (1680/1680), done. [2021-02-22T19:10:15.321Z] #39 22.57 + [2021-02-22T19:10:15.321Z] #39 ... [2021-02-22T19:10:15.321Z] [2021-02-22T19:10:15.321Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:15.321Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:15.321Z] #54 12.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:10:15.583Z] #54 ... [2021-02-22T19:10:15.583Z] [2021-02-22T19:10:15.583Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:10:15.583Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:10:15.583Z] #39 22.57 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-22T19:10:15.583Z] #39 ... [2021-02-22T19:10:15.583Z] [2021-02-22T19:10:15.583Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:15.583Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:15.583Z] #12 13.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:10:15.726Z] #48 31.26 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-22T19:10:15.849Z] #12 ... [2021-02-22T19:10:15.849Z] [2021-02-22T19:10:15.849Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:15.849Z] #44 sha256:e17b54739c5147805ce5ba27746d7b7a36ceef8c044630e4b39b0a9f42ce1f22 [2021-02-22T19:10:15.849Z] #44 13.04 unicode/utf8 [2021-02-22T19:10:15.849Z] #44 13.48 math [2021-02-22T19:10:15.849Z] #44 16.78 unicode/utf16 [2021-02-22T19:10:15.849Z] #44 17.13 container/list [2021-02-22T19:10:15.849Z] #44 17.49 crypto/internal/subtle [2021-02-22T19:10:15.849Z] #44 17.59 crypto/subtle [2021-02-22T19:10:15.849Z] #44 17.78 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-22T19:10:15.849Z] #44 17.96 internal/nettrace [2021-02-22T19:10:15.849Z] #44 18.18 runtime/cgo [2021-02-22T19:10:15.849Z] #44 ... [2021-02-22T19:10:15.849Z] [2021-02-22T19:10:15.849Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:15.849Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:15.849Z] #41 13.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:10:15.897Z] #63 ... [2021-02-22T19:10:15.897Z] [2021-02-22T19:10:15.897Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:15.897Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:15.897Z] #35 10.53 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:10:15.897Z] #35 12.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:10:16.111Z] #41 ... [2021-02-22T19:10:16.111Z] [2021-02-22T19:10:16.111Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-22T19:10:16.111Z] #63 sha256:8735ded892e42eaeac37dc4edf62952649c09a7e66cb5526be1c45c65a21c58b [2021-02-22T19:10:16.111Z] #63 21.75 Checking out files: 62% (1189/1905) Checking out files: 63% (1201/1905) Checking out files: 64% (1220/1905) Checking out files: 65% (1239/1905) Checking out files: 66% (1258/1905) Checking out files: 67% (1277/1905) Checking out files: 68% (1296/1905) Checking out files: 69% (1315/1905) Checking out files: 70% (1334/1905) Checking out files: 71% (1353/1905) Checking out files: 72% (1372/1905) Checking out files: 73% (1391/1905) Checking out files: 74% (1410/1905) Checking out files: 75% (1429/1905) Checking out files: 76% (1448/1905) Checking out files: 77% (1467/1905) Checking out files: 78% (1486/1905) Checking out files: 79% (1505/1905) Checking out files: 80% (1524/1905) Checking out files: 81% (1544/1905) Checking out files: 82% (1563/1905) Checking out files: 83% (1582/1905) Checking out files: 84% (1601/1905) Checking out files: 85% (1620/1905) Checking out files: 86% (1639/1905) Checking out files: 87% (1658/1905) Checking out files: 88% (1677/1905) Checking out files: 89% (1696/1905) Checking out files: 90% (1715/1905) Checking out files: 91% (1734/1905) Checking out files: 92% (1753/1905) Checking out files: 93% (1772/1905) Checking out files: 94% (1791/1905) Checking out files: 95% (1810/1905) Checking out files: 96% (1829/1905) Checking out files: 97% (1848/1905) Checking out files: 98% (1867/1905) Checking out files: 99% (1886/1905) Checking out files: 100% (1905/1905) Checking out files: 100% (1905/1905), done. [2021-02-22T19:10:16.111Z] #63 22.45 + cd /tmp/tmp.LnPqx1l59U/src/github.com/docker/libnetwork [2021-02-22T19:10:16.111Z] #63 22.45 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-22T19:10:16.111Z] #63 23.06 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-22T19:10:16.159Z] #35 ... [2021-02-22T19:10:16.159Z] [2021-02-22T19:10:16.159Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:10:16.159Z] #57 sha256:12f61084adb575543e76e25cac85b113506ee12a56c2b6068a1218115c5775ac [2021-02-22T19:10:16.159Z] #57 12.83 go: downloading github.com/gofrs/flock v0.8.0 [2021-02-22T19:10:16.159Z] #57 12.84 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-02-22T19:10:16.159Z] #57 12.86 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-22T19:10:16.159Z] #57 13.01 go: downloading github.com/gorilla/mux v1.8.0 [2021-02-22T19:10:16.159Z] #57 13.06 go: downloading github.com/moby/vpnkit v0.4.0 [2021-02-22T19:10:16.159Z] #57 13.16 go: downloading github.com/google/uuid v1.2.0 [2021-02-22T19:10:16.159Z] #57 13.18 go: downloading github.com/moby/sys/mountinfo v0.4.0 [2021-02-22T19:10:16.159Z] #57 13.18 go: downloading github.com/pkg/errors v0.9.1 [2021-02-22T19:10:16.159Z] #57 13.19 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-22T19:10:16.159Z] #57 13.31 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-22T19:10:16.159Z] #57 13.83 go: extracting github.com/gorilla/mux v1.8.0 [2021-02-22T19:10:16.159Z] #57 14.02 go: extracting github.com/pkg/errors v0.9.1 [2021-02-22T19:10:16.159Z] #57 14.02 go: extracting github.com/moby/sys/mountinfo v0.4.0 [2021-02-22T19:10:16.159Z] #57 14.05 go: extracting github.com/google/uuid v1.2.0 [2021-02-22T19:10:16.159Z] #57 14.05 go: extracting github.com/gofrs/flock v0.8.0 [2021-02-22T19:10:16.159Z] #57 14.11 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-22T19:10:16.159Z] #57 14.22 go: downloading github.com/sirupsen/logrus v1.7.0 [2021-02-22T19:10:16.159Z] #57 14.98 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-22T19:10:16.159Z] #57 15.91 go: extracting github.com/sirupsen/logrus v1.7.0 [2021-02-22T19:10:16.159Z] #57 17.34 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-22T19:10:16.159Z] #57 17.34 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-02-22T19:10:16.159Z] #57 17.36 go: extracting github.com/moby/vpnkit v0.4.0 [2021-02-22T19:10:16.159Z] #57 17.67 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-22T19:10:16.159Z] #57 19.28 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-02-22T19:10:16.159Z] #57 ... [2021-02-22T19:10:16.159Z] [2021-02-22T19:10:16.159Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:16.159Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:16.159Z] #41 10.80 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:10:16.159Z] #41 13.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:10:16.373Z] #63 ... [2021-02-22T19:10:16.373Z] [2021-02-22T19:10:16.373Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:16.373Z] #33 sha256:49599d74ea920b1a31d76b93719f216fe6a116dd1a5371b73d15ffc7a3a7a05d [2021-02-22T19:10:16.373Z] #33 13.77 internal/testlog [2021-02-22T19:10:16.373Z] #33 14.10 encoding [2021-02-22T19:10:16.373Z] #33 14.28 runtime/cgo [2021-02-22T19:10:16.373Z] #33 ... [2021-02-22T19:10:16.373Z] [2021-02-22T19:10:16.373Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:16.373Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:16.373Z] #54 24.01 Fetched 8422 kB in 18s (476 kB/s) [2021-02-22T19:10:16.421Z] #41 ... [2021-02-22T19:10:16.421Z] [2021-02-22T19:10:16.421Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:16.421Z] #50 sha256:a2bf0d2df417fa609975e09b7b46c838da17b60adab9de3e04dcb23a239e99c3 [2021-02-22T19:10:16.421Z] #50 16.47 + cd /tmp/tmp.62GLmOwf20/src/github.com/mvdan/sh [2021-02-22T19:10:16.421Z] #50 16.47 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-22T19:10:16.421Z] #50 16.58 + GO111MODULE=on [2021-02-22T19:10:16.421Z] #50 16.58 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-22T19:10:16.421Z] #50 17.79 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-22T19:10:16.421Z] #50 17.82 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-22T19:10:16.421Z] #50 17.85 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-22T19:10:16.421Z] #50 18.16 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-22T19:10:16.421Z] #50 18.19 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-22T19:10:16.421Z] #50 19.11 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-22T19:10:16.421Z] #50 20.00 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-22T19:10:16.706Z] #50 21.36 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-22T19:10:16.951Z] #12 42.77 Selecting previously unselected package binutils-mingw-w64. [2021-02-22T19:10:16.952Z] #12 42.78 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-22T19:10:16.952Z] #12 42.79 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-22T19:10:17.215Z] #12 42.93 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-02-22T19:10:17.215Z] #12 42.93 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-02-22T19:10:17.215Z] #12 42.95 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-02-22T19:10:17.280Z] #50 ... [2021-02-22T19:10:17.280Z] [2021-02-22T19:10:17.280Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:17.280Z] #48 sha256:abdce33ad87a1887105eb014c24e30f61ef9468ffedb40102a5c01545a766bae [2021-02-22T19:10:17.280Z] #48 21.16 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-22T19:10:17.280Z] #48 21.20 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-22T19:10:17.280Z] #48 21.20 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-22T19:10:17.280Z] #48 21.20 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-22T19:10:17.280Z] #48 21.20 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-22T19:10:17.280Z] #48 21.20 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-22T19:10:17.280Z] #48 21.21 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-22T19:10:17.280Z] #48 21.23 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-22T19:10:17.280Z] #48 21.23 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-22T19:10:17.280Z] #48 21.26 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-22T19:10:17.280Z] #48 21.40 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-22T19:10:17.280Z] #48 21.40 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-22T19:10:17.280Z] #48 21.47 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-22T19:10:17.281Z] #48 21.49 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-22T19:10:17.281Z] #48 21.55 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-22T19:10:17.281Z] #48 21.61 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-22T19:10:17.281Z] #48 21.86 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-22T19:10:17.281Z] #48 21.98 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-22T19:10:17.478Z] #12 43.20 Selecting previously unselected package dmsetup. [2021-02-22T19:10:17.478Z] #12 43.21 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2021-02-22T19:10:17.478Z] #12 43.21 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-22T19:10:17.478Z] #12 43.43 Selecting previously unselected package mingw-w64-common. [2021-02-22T19:10:17.478Z] #12 43.43 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-22T19:10:17.543Z] #48 21.98 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-22T19:10:17.543Z] #48 22.00 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-22T19:10:17.543Z] #48 22.04 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-22T19:10:17.543Z] #48 22.06 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-22T19:10:17.543Z] #48 22.06 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-22T19:10:17.543Z] #48 22.08 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-22T19:10:17.637Z] #48 ... [2021-02-22T19:10:17.637Z] [2021-02-22T19:10:17.637Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:17.637Z] #50 sha256:a74ad4b260257c14c461a63e72d975bc5128289c6b7a79e2791bf7e40da29f60 [2021-02-22T19:10:17.637Z] #50 23.08 runtime/cgo [2021-02-22T19:10:17.637Z] #50 23.30 runtime [2021-02-22T19:10:17.637Z] #50 ... [2021-02-22T19:10:17.637Z] [2021-02-22T19:10:17.637Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:17.637Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:17.637Z] #54 26.53 Reading package lists... [2021-02-22T19:10:17.742Z] #12 43.50 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-22T19:10:17.804Z] #48 22.25 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-22T19:10:17.804Z] #48 22.31 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-22T19:10:17.804Z] #48 22.36 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-22T19:10:17.804Z] #48 22.41 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-22T19:10:17.804Z] #48 22.44 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-22T19:10:17.804Z] #48 22.48 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-22T19:10:18.005Z] #12 ... [2021-02-22T19:10:18.005Z] [2021-02-22T19:10:18.005Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:18.005Z] #50 sha256:214d595d26aa212aa2ae4510b60549626afbb94371b23f62c30a9b7ca43b3b52 [2021-02-22T19:10:18.005Z] #50 33.93 strconv [2021-02-22T19:10:18.005Z] #50 33.93 syscall [2021-02-22T19:10:18.005Z] #50 33.94 strings [2021-02-22T19:10:18.005Z] #50 33.95 bufio [2021-02-22T19:10:18.005Z] #50 36.34 text/tabwriter [2021-02-22T19:10:18.005Z] #50 37.53 reflect [2021-02-22T19:10:18.005Z] #50 38.05 regexp/syntax [2021-02-22T19:10:18.005Z] #50 43.51 internal/poll [2021-02-22T19:10:18.005Z] #50 43.52 context [2021-02-22T19:10:18.068Z] #48 22.50 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-22T19:10:18.068Z] #48 22.57 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-22T19:10:18.068Z] #48 22.61 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-22T19:10:18.068Z] #48 ... [2021-02-22T19:10:18.068Z] [2021-02-22T19:10:18.068Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:10:18.068Z] #46 sha256:2d8baf3c6d592f81d4ca96e3c022361fc82899ab8f6f0311387623acb69d9c33 [2021-02-22T19:10:18.068Z] #46 12.56 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-22T19:10:18.068Z] #46 12.85 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-22T19:10:18.068Z] #46 15.08 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-22T19:10:18.068Z] #46 18.87 go: finding github.com/fatih/color v1.9.0 [2021-02-22T19:10:18.068Z] #46 18.90 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-22T19:10:18.068Z] #46 18.98 go: finding github.com/pkg/errors v0.9.1 [2021-02-22T19:10:18.068Z] #46 19.07 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-22T19:10:18.068Z] #46 19.09 go: finding github.com/spf13/pflag v1.0.3 [2021-02-22T19:10:18.068Z] #46 19.18 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-22T19:10:18.068Z] #46 19.29 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-22T19:10:18.068Z] #46 19.68 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-22T19:10:18.068Z] #46 19.69 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-22T19:10:18.068Z] #46 19.72 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-22T19:10:18.068Z] #46 19.80 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-22T19:10:18.068Z] #46 ... [2021-02-22T19:10:18.068Z] [2021-02-22T19:10:18.068Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:18.068Z] #48 sha256:abdce33ad87a1887105eb014c24e30f61ef9468ffedb40102a5c01545a766bae [2021-02-22T19:10:18.068Z] #48 22.66 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-22T19:10:18.068Z] #48 22.67 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-22T19:10:18.068Z] #48 22.75 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-22T19:10:18.207Z] #54 33.09 Building dependency tree... [2021-02-22T19:10:18.207Z] #54 ... [2021-02-22T19:10:18.207Z] [2021-02-22T19:10:18.208Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:18.208Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:18.208Z] #12 23.71 Fetched 8422 kB in 18s (480 kB/s) [2021-02-22T19:10:18.208Z] #12 23.71 Reading package lists... [2021-02-22T19:10:18.208Z] #12 30.71 Reading package lists... [2021-02-22T19:10:18.208Z] #12 ... [2021-02-22T19:10:18.208Z] [2021-02-22T19:10:18.208Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:18.208Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:18.208Z] #35 23.65 Fetched 8422 kB in 17s (487 kB/s) [2021-02-22T19:10:18.208Z] #35 23.65 Reading package lists... [2021-02-22T19:10:18.269Z] #50 ... [2021-02-22T19:10:18.269Z] [2021-02-22T19:10:18.269Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:18.269Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-22T19:10:18.269Z] #41 34.22 Selecting previously unselected package libnet1:arm64. [2021-02-22T19:10:18.269Z] #41 34.23 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-02-22T19:10:18.269Z] #41 34.32 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:18.269Z] #41 34.62 Selecting previously unselected package libnet1-dev. [2021-02-22T19:10:18.269Z] #41 34.63 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2021-02-22T19:10:18.269Z] #41 34.66 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:18.269Z] #41 35.54 Selecting previously unselected package libnl-3-200:arm64. [2021-02-22T19:10:18.269Z] #41 35.54 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2021-02-22T19:10:18.269Z] #41 35.55 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-02-22T19:10:18.269Z] #41 35.84 Selecting previously unselected package libnl-3-dev:arm64. [2021-02-22T19:10:18.269Z] #41 35.86 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2021-02-22T19:10:18.269Z] #41 35.86 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2021-02-22T19:10:18.269Z] #41 36.43 Selecting previously unselected package libprotobuf-c1:arm64. [2021-02-22T19:10:18.269Z] #41 36.43 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-02-22T19:10:18.269Z] #41 36.43 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-22T19:10:18.269Z] #41 36.54 Selecting previously unselected package libprotobuf-c-dev:arm64. [2021-02-22T19:10:18.269Z] #41 36.55 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2021-02-22T19:10:18.269Z] #41 36.57 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-02-22T19:10:18.269Z] #41 36.94 Selecting previously unselected package zlib1g-dev:arm64. [2021-02-22T19:10:18.269Z] #41 36.95 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2021-02-22T19:10:18.269Z] #41 37.02 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-02-22T19:10:18.269Z] #41 37.46 Selecting previously unselected package libprotobuf17:arm64. [2021-02-22T19:10:18.269Z] #41 37.46 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2021-02-22T19:10:18.269Z] #41 37.48 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2021-02-22T19:10:18.269Z] #41 38.58 Selecting previously unselected package libprotobuf-lite17:arm64. [2021-02-22T19:10:18.269Z] #41 38.58 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2021-02-22T19:10:18.269Z] #41 38.61 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-02-22T19:10:18.269Z] #41 38.86 Selecting previously unselected package libprotobuf-dev:arm64. [2021-02-22T19:10:18.269Z] #41 38.86 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2021-02-22T19:10:18.269Z] #41 38.87 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-02-22T19:10:18.269Z] #41 40.23 Selecting previously unselected package libprotoc17:arm64. [2021-02-22T19:10:18.269Z] #41 40.23 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2021-02-22T19:10:18.269Z] #41 40.27 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2021-02-22T19:10:18.269Z] #41 40.68 Selecting previously unselected package protobuf-c-compiler. [2021-02-22T19:10:18.269Z] #41 40.68 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2021-02-22T19:10:18.270Z] #41 40.69 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-22T19:10:18.270Z] #41 40.90 Selecting previously unselected package protobuf-compiler. [2021-02-22T19:10:18.270Z] #41 40.93 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2021-02-22T19:10:18.270Z] #41 40.95 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-22T19:10:18.270Z] #41 41.13 Selecting previously unselected package python-pkg-resources. [2021-02-22T19:10:18.270Z] #41 41.13 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-22T19:10:18.270Z] #41 41.14 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-22T19:10:18.270Z] #41 41.44 Selecting previously unselected package python-six. [2021-02-22T19:10:18.270Z] #41 41.44 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-22T19:10:18.270Z] #41 41.45 Unpacking python-six (1.12.0-1) ... [2021-02-22T19:10:18.270Z] #41 41.79 Selecting previously unselected package python-protobuf. [2021-02-22T19:10:18.270Z] #41 41.80 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2021-02-22T19:10:18.270Z] #41 41.83 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-22T19:10:18.270Z] #41 42.45 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-22T19:10:18.329Z] #48 22.76 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-22T19:10:18.329Z] #48 22.76 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-22T19:10:18.329Z] #48 22.79 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-22T19:10:18.329Z] #48 ... [2021-02-22T19:10:18.329Z] [2021-02-22T19:10:18.329Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:18.329Z] #44 sha256:1658c155205d228ce9d4b9bfba903b872936f529a1fbdc0d12310df32b638045 [2021-02-22T19:10:18.329Z] #44 12.87 unicode/utf8 [2021-02-22T19:10:18.329Z] #44 13.79 internal/testlog [2021-02-22T19:10:18.329Z] #44 14.18 encoding [2021-02-22T19:10:18.329Z] #44 14.36 unicode/utf16 [2021-02-22T19:10:18.329Z] #44 14.73 container/list [2021-02-22T19:10:18.329Z] #44 15.77 crypto/internal/subtle [2021-02-22T19:10:18.329Z] #44 15.96 crypto/subtle [2021-02-22T19:10:18.329Z] #44 16.06 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-22T19:10:18.329Z] #44 16.22 internal/nettrace [2021-02-22T19:10:18.329Z] #44 16.42 runtime/cgo [2021-02-22T19:10:18.329Z] #44 ... [2021-02-22T19:10:18.329Z] [2021-02-22T19:10:18.329Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:18.329Z] #48 sha256:abdce33ad87a1887105eb014c24e30f61ef9468ffedb40102a5c01545a766bae [2021-02-22T19:10:18.329Z] #48 22.91 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-22T19:10:18.329Z] #48 22.92 go: downloading github.com/spf13/cast v1.3.0 [2021-02-22T19:10:18.329Z] #48 23.04 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-22T19:10:18.468Z] #35 30.54 Reading package lists... [2021-02-22T19:10:18.468Z] #35 ... [2021-02-22T19:10:18.468Z] [2021-02-22T19:10:18.468Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:10:18.468Z] #57 sha256:15add59fe34823536fb3d65c2668f33da16cada55e15134f71be2ed808960201 [2021-02-22T19:10:18.468Z] #57 23.68 go: finding github.com/pkg/errors v0.9.1 [2021-02-22T19:10:18.468Z] #57 23.77 go: finding github.com/sirupsen/logrus v1.7.0 [2021-02-22T19:10:18.468Z] #57 23.94 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-22T19:10:18.468Z] #57 24.14 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-22T19:10:18.468Z] #57 24.20 go: finding github.com/google/uuid v1.2.0 [2021-02-22T19:10:18.468Z] #57 24.40 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-22T19:10:18.468Z] #57 24.40 go: finding github.com/gofrs/flock v0.8.0 [2021-02-22T19:10:18.468Z] #57 24.41 go: finding github.com/moby/vpnkit v0.4.0 [2021-02-22T19:10:18.468Z] #57 24.44 go: finding github.com/gorilla/mux v1.8.0 [2021-02-22T19:10:18.468Z] #57 24.53 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-02-22T19:10:18.468Z] #57 24.57 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-22T19:10:18.468Z] #57 24.59 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-02-22T19:10:18.468Z] #57 24.60 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-02-22T19:10:18.468Z] #57 24.89 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-22T19:10:18.468Z] #57 25.06 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-02-22T19:10:18.468Z] #57 ... [2021-02-22T19:10:18.468Z] [2021-02-22T19:10:18.468Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:18.468Z] #48 sha256:d8f2761d4ccd0d13a4a6de4533d8e05526b9ddbb0d71cb2bfab18396cee6d114 [2021-02-22T19:10:18.468Z] #48 34.19 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-22T19:10:18.590Z] #48 23.12 go: downloading golang.org/x/text v0.3.2 [2021-02-22T19:10:18.590Z] #48 23.21 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-22T19:10:18.590Z] #48 23.22 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-22T19:10:18.590Z] #48 23.22 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-22T19:10:18.590Z] #48 23.23 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-22T19:10:18.590Z] #48 ... [2021-02-22T19:10:18.590Z] [2021-02-22T19:10:18.590Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:18.590Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:18.590Z] #54 13.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:10:18.730Z] #48 ... [2021-02-22T19:10:18.730Z] [2021-02-22T19:10:18.730Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:18.730Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:18.730Z] #41 24.25 Fetched 8422 kB in 18s (477 kB/s) [2021-02-22T19:10:18.730Z] #41 24.25 Reading package lists... [2021-02-22T19:10:18.730Z] #41 31.21 Reading package lists... [2021-02-22T19:10:18.730Z] #41 ... [2021-02-22T19:10:18.730Z] [2021-02-22T19:10:18.730Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:10:18.730Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:10:18.730Z] #39 25.01 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-02-22T19:10:18.852Z] #54 ... [2021-02-22T19:10:18.852Z] [2021-02-22T19:10:18.852Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:10:18.852Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:10:18.852Z] #39 23.08 Checking out files: 86% (1460/1680) Checking out files: 87% (1462/1680) Checking out files: 88% (1479/1680) Checking out files: 89% (1496/1680) Checking out files: 90% (1512/1680) Checking out files: 91% (1529/1680) Checking out files: 92% (1546/1680) Checking out files: 93% (1563/1680) Checking out files: 94% (1580/1680) Checking out files: 95% (1596/1680) Checking out files: 96% (1613/1680) Checking out files: 97% (1630/1680) Checking out files: 98% (1647/1680) Checking out files: 99% (1664/1680) [2021-02-22T19:10:18.852Z] #39 ... [2021-02-22T19:10:18.852Z] [2021-02-22T19:10:18.852Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:18.852Z] #33 sha256:7d4f25d0d746498f477cc093c953aeb13c6e95cb85ad2ccf285e3323d001d34b [2021-02-22T19:10:18.852Z] #33 13.42 unicode/utf8 [2021-02-22T19:10:18.852Z] #33 13.80 internal/testlog [2021-02-22T19:10:18.852Z] #33 14.11 encoding [2021-02-22T19:10:18.852Z] #33 14.33 runtime/cgo [2021-02-22T19:10:18.991Z] #39 ... [2021-02-22T19:10:18.991Z] [2021-02-22T19:10:18.991Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:18.991Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:18.991Z] #54 33.09 Building dependency tree... [2021-02-22T19:10:19.113Z] #33 ... [2021-02-22T19:10:19.113Z] [2021-02-22T19:10:19.113Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:10:19.113Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:10:19.113Z] #39 23.08 Checking out files: 86% (1460/1680) Checking out files: 87% (1462/1680) Checking out files: 88% (1479/1680) Checking out files: 89% (1496/1680) Checking out files: 90% (1512/1680) Checking out files: 91% (1529/1680) Checking out files: 92% (1546/1680) Checking out files: 93% (1563/1680) Checking out files: 94% (1580/1680) Checking out files: 95% (1596/1680) Checking out files: 96% (1613/1680) Checking out files: 97% (1630/1680) Checking out files: 98% (1647/1680) Checking out files: 99% (1664/1680) Checking out files: 100% (1680/1680) Checking out files: 100% (1680/1680), done. [2021-02-22T19:10:19.113Z] #39 23.38 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-22T19:10:19.241Z] #41 45.00 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-02-22T19:10:19.241Z] #41 ... [2021-02-22T19:10:19.241Z] [2021-02-22T19:10:19.241Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:19.241Z] #50 sha256:214d595d26aa212aa2ae4510b60549626afbb94371b23f62c30a9b7ca43b3b52 [2021-02-22T19:10:19.241Z] #50 44.88 regexp [2021-02-22T19:10:19.241Z] #50 ... [2021-02-22T19:10:19.241Z] [2021-02-22T19:10:19.241Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:10:19.241Z] #46 sha256:ce47af189588e843cc98610a3025a2d62a55dd40582a7eccdd6cc5b4a0483af6 [2021-02-22T19:10:19.241Z] #46 DONE 45.0s [2021-02-22T19:10:19.518Z] [2021-02-22T19:10:19.518Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:19.518Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-22T19:10:19.518Z] #41 45.00 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2021-02-22T19:10:19.518Z] #41 45.09 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:19.518Z] #41 45.15 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-22T19:10:19.518Z] #41 45.23 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2021-02-22T19:10:19.518Z] #41 45.36 Setting up python-six (1.12.0-1) ... [2021-02-22T19:10:19.694Z] #54 24.01 Reading package lists... [2021-02-22T19:10:19.694Z] #54 ... [2021-02-22T19:10:19.694Z] [2021-02-22T19:10:19.694Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:10:19.694Z] #57 sha256:1c5ad4049b669d6e8b88d6a5c6b7567611eddde3eb584e994f864109249f334d [2021-02-22T19:10:19.694Z] #57 16.55 go: extracting github.com/moby/vpnkit v0.4.0 [2021-02-22T19:10:19.694Z] #57 16.59 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-22T19:10:19.694Z] #57 16.73 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-02-22T19:10:19.694Z] #57 17.94 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-02-22T19:10:19.694Z] #57 18.92 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-22T19:10:19.694Z] #57 21.53 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-22T19:10:19.694Z] #57 22.30 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-22T19:10:19.694Z] #57 22.61 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-22T19:10:19.694Z] #57 22.62 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-02-22T19:10:19.694Z] #57 23.44 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-02-22T19:10:19.694Z] #57 24.04 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-02-22T19:10:19.694Z] #57 ... [2021-02-22T19:10:19.694Z] [2021-02-22T19:10:19.694Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:19.694Z] #48 sha256:3c02fa64f7392d1248a70a43a764b4feb8f7b68f4bec2a638730c82836590b0b [2021-02-22T19:10:19.694Z] #48 24.78 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-22T19:10:19.694Z] #48 24.84 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-22T19:10:19.694Z] #48 24.84 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-22T19:10:19.694Z] #48 24.85 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-22T19:10:19.694Z] #48 24.86 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-22T19:10:19.694Z] #48 24.86 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-22T19:10:19.694Z] #48 24.87 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-22T19:10:19.694Z] #48 24.94 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-22T19:10:19.694Z] #48 25.15 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-22T19:10:19.694Z] #48 25.22 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-22T19:10:19.694Z] #48 25.24 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-22T19:10:19.694Z] #48 25.26 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-22T19:10:19.694Z] #48 25.53 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-22T19:10:19.694Z] #48 25.54 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-22T19:10:19.694Z] #48 25.61 go: downloading github.com/fatih/color v1.7.0 [2021-02-22T19:10:19.694Z] #48 25.66 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-22T19:10:19.694Z] #48 25.66 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-22T19:10:19.694Z] #48 25.68 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-22T19:10:19.694Z] #48 25.69 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-22T19:10:19.694Z] #48 25.79 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-22T19:10:19.694Z] #48 25.83 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-22T19:10:19.694Z] #48 25.90 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-22T19:10:19.694Z] #48 26.05 go: extracting github.com/fatih/color v1.7.0 [2021-02-22T19:10:19.694Z] #48 26.17 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-22T19:10:19.694Z] #48 26.22 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-22T19:10:19.694Z] #48 26.26 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-22T19:10:19.694Z] #48 26.29 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-22T19:10:19.694Z] #48 26.35 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-22T19:10:19.694Z] #48 26.36 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-22T19:10:19.694Z] #48 26.39 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-22T19:10:19.695Z] #48 26.42 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-22T19:10:19.695Z] #48 26.44 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-22T19:10:19.695Z] #48 26.61 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-22T19:10:19.695Z] #48 26.64 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-22T19:10:19.695Z] #48 26.67 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-22T19:10:19.695Z] #48 26.78 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-22T19:10:19.695Z] #48 26.87 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-22T19:10:19.695Z] #48 26.87 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-22T19:10:19.695Z] #48 26.89 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-22T19:10:19.695Z] #48 26.89 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-22T19:10:19.695Z] #48 27.01 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-22T19:10:19.695Z] #48 27.07 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-22T19:10:19.695Z] #48 27.18 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-22T19:10:19.695Z] #48 27.25 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-22T19:10:19.695Z] #48 27.26 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-22T19:10:19.784Z] #41 ... [2021-02-22T19:10:19.784Z] [2021-02-22T19:10:19.784Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:10:19.784Z] #55 sha256:9adbdb33f1cf10bc497d587b0e84c6aee323f51356e82cc904e94926c8d02ccc [2021-02-22T19:10:19.784Z] #55 2.438 + RM_GOPATH=0 [2021-02-22T19:10:19.784Z] #55 2.438 + TMP_GOPATH= [2021-02-22T19:10:19.784Z] #55 2.438 + : /build [2021-02-22T19:10:19.784Z] #55 2.438 + '[' -z '' ']' [2021-02-22T19:10:19.784Z] #55 2.450 ++ mktemp -d [2021-02-22T19:10:19.784Z] #55 2.464 + export GOPATH=/tmp/tmp.MSEQbfiOFs [2021-02-22T19:10:19.784Z] #55 2.464 + GOPATH=/tmp/tmp.MSEQbfiOFs [2021-02-22T19:10:19.784Z] #55 2.464 + RM_GOPATH=1 [2021-02-22T19:10:19.784Z] #55 2.464 + case "$(go env GOARCH)" in [2021-02-22T19:10:19.784Z] #55 2.464 ++ go env GOARCH [2021-02-22T19:10:19.784Z] #55 2.518 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:19.784Z] #55 2.518 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:19.784Z] #55 2.521 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:19.784Z] #55 2.553 + dir=/tmp/install [2021-02-22T19:10:19.784Z] #55 2.553 + bin=containerd [2021-02-22T19:10:19.784Z] #55 2.553 + shift [2021-02-22T19:10:19.784Z] #55 2.553 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-22T19:10:19.784Z] #55 2.553 + . /tmp/install/containerd.installer [2021-02-22T19:10:19.784Z] #55 2.553 ++ set -e [2021-02-22T19:10:19.784Z] #55 2.553 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:10:19.784Z] #55 2.553 + install_containerd [2021-02-22T19:10:19.784Z] #55 2.553 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-22T19:10:19.784Z] #55 2.553 + git clone https://github.com/containerd/containerd.git /tmp/tmp.MSEQbfiOFs/src/github.com/containerd/containerd [2021-02-22T19:10:19.784Z] #55 2.556 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:10:19.784Z] #55 2.600 Cloning into '/tmp/tmp.MSEQbfiOFs/src/github.com/containerd/containerd'... [2021-02-22T19:10:19.784Z] #55 ... [2021-02-22T19:10:19.784Z] [2021-02-22T19:10:19.784Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:19.784Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-22T19:10:19.784Z] #35 40.42 Selecting previously unselected package libicu63:arm64. [2021-02-22T19:10:19.784Z] #35 40.43 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-02-22T19:10:19.784Z] #35 40.48 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-22T19:10:19.784Z] #35 45.23 Selecting previously unselected package libxml2:arm64. [2021-02-22T19:10:19.784Z] #35 45.24 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ... [2021-02-22T19:10:19.784Z] #35 45.36 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-22T19:10:19.956Z] #48 27.28 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-22T19:10:19.956Z] #48 27.41 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-22T19:10:19.956Z] #48 27.41 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-22T19:10:20.217Z] #48 27.79 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-22T19:10:20.217Z] #48 27.83 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-22T19:10:20.360Z] #35 46.04 Selecting previously unselected package libarchive13:arm64. [2021-02-22T19:10:20.360Z] #35 46.05 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2021-02-22T19:10:20.360Z] #35 46.06 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-02-22T19:10:20.623Z] #35 46.55 Selecting previously unselected package libjsoncpp1:arm64. [2021-02-22T19:10:20.623Z] #35 46.55 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2021-02-22T19:10:20.623Z] #35 46.56 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2021-02-22T19:10:20.790Z] #48 28.17 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-22T19:10:20.790Z] #48 28.22 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-22T19:10:20.790Z] #48 28.33 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-22T19:10:20.790Z] #48 28.33 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-22T19:10:20.906Z] #54 36.29 The following additional packages will be installed: [2021-02-22T19:10:20.906Z] #54 36.31 libbtrfs0 [2021-02-22T19:10:20.906Z] #54 36.50 The following NEW packages will be installed: [2021-02-22T19:10:20.906Z] #54 36.51 libbtrfs-dev libbtrfs0 [2021-02-22T19:10:20.906Z] #54 ... [2021-02-22T19:10:20.906Z] [2021-02-22T19:10:20.906Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:20.906Z] #44 sha256:309cc25e457132348b133c16c1b4f9f9f1e83b1abd0c17911594f95ead02208e [2021-02-22T19:10:20.906Z] #44 26.59 vendor/golang.org/x/crypto/internal/subtle [2021-02-22T19:10:20.906Z] #44 26.75 vendor/golang.org/x/crypto/curve25519 [2021-02-22T19:10:21.055Z] #48 28.61 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-22T19:10:21.167Z] #44 ... [2021-02-22T19:10:21.167Z] [2021-02-22T19:10:21.167Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:21.167Z] #48 sha256:d8f2761d4ccd0d13a4a6de4533d8e05526b9ddbb0d71cb2bfab18396cee6d114 [2021-02-22T19:10:21.167Z] #48 36.50 go: extracting golang.org/x/text v0.3.2 [2021-02-22T19:10:21.318Z] #48 28.67 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-22T19:10:21.318Z] #48 28.67 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-22T19:10:21.318Z] #48 28.71 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-22T19:10:21.318Z] #48 28.77 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-22T19:10:21.579Z] #48 29.00 go: extracting golang.org/x/text v0.3.2 [2021-02-22T19:10:21.579Z] #48 29.19 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-22T19:10:21.664Z] #39 25.83 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-02-22T19:10:21.840Z] #48 29.29 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-22T19:10:21.981Z] #35 47.09 Selecting previously unselected package librhash0:arm64. [2021-02-22T19:10:21.981Z] #35 47.10 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2021-02-22T19:10:21.981Z] #35 47.15 Unpacking librhash0:arm64 (1.3.8-1) ... [2021-02-22T19:10:21.981Z] #35 ... [2021-02-22T19:10:21.981Z] [2021-02-22T19:10:21.981Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:21.981Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-22T19:10:21.981Z] #41 47.27 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2021-02-22T19:10:21.981Z] #41 47.43 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-02-22T19:10:21.981Z] #41 47.47 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2021-02-22T19:10:22.101Z] #48 29.43 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-22T19:10:22.101Z] #48 29.44 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-22T19:10:22.101Z] #48 29.44 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-22T19:10:22.101Z] #48 29.50 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-22T19:10:22.101Z] #48 29.53 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-22T19:10:22.101Z] #48 29.68 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-22T19:10:22.101Z] #48 29.78 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-22T19:10:22.245Z] #41 47.54 Setting up libcap-dev:arm64 (1:2.25-2) ... [2021-02-22T19:10:22.245Z] #41 48.02 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2021-02-22T19:10:22.245Z] #41 48.17 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-22T19:10:22.245Z] #41 48.20 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:22.362Z] #48 29.78 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-22T19:10:22.362Z] #48 29.88 go: downloading github.com/spf13/cast v1.3.0 [2021-02-22T19:10:22.508Z] #41 48.27 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2021-02-22T19:10:22.508Z] #41 48.31 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-22T19:10:22.508Z] #41 ... [2021-02-22T19:10:22.508Z] [2021-02-22T19:10:22.508Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:22.508Z] #48 sha256:26e2a6436b25805601176752fe51c1561b60961c15cb68b1de64c76585cf3f5c [2021-02-22T19:10:22.508Z] #48 38.40 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-22T19:10:22.508Z] #48 38.48 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-22T19:10:22.508Z] #48 38.66 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-22T19:10:22.508Z] #48 38.72 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-22T19:10:22.508Z] #48 38.72 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-22T19:10:22.508Z] #48 38.84 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-22T19:10:22.508Z] #48 38.89 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-22T19:10:22.632Z] #48 30.17 go: extracting github.com/spf13/cast v1.3.0 [2021-02-22T19:10:22.632Z] #48 30.20 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T19:10:22.632Z] #48 30.21 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-22T19:10:22.632Z] #48 30.22 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-22T19:10:22.772Z] #48 ... [2021-02-22T19:10:22.772Z] [2021-02-22T19:10:22.772Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:22.772Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-22T19:10:22.772Z] #41 48.55 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-22T19:10:23.204Z] #48 30.65 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-22T19:10:23.204Z] #48 30.76 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T19:10:23.465Z] #48 30.91 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-22T19:10:23.465Z] #48 30.99 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-22T19:10:23.465Z] #48 31.00 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-22T19:10:23.726Z] #48 31.35 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-22T19:10:23.988Z] #48 31.42 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-22T19:10:23.988Z] #48 31.42 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-22T19:10:23.988Z] #48 31.57 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-22T19:10:23.988Z] #48 31.58 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-22T19:10:23.988Z] #48 31.58 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-22T19:10:23.988Z] #48 31.58 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-22T19:10:23.988Z] #48 31.63 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-22T19:10:24.249Z] #48 31.75 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-22T19:10:24.249Z] #48 31.76 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-22T19:10:24.249Z] #48 31.85 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-22T19:10:24.472Z] #48 ... [2021-02-22T19:10:24.472Z] [2021-02-22T19:10:24.472Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:24.472Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:24.472Z] #54 36.96 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-22T19:10:24.472Z] #54 36.96 Need to get 119 kB of archives. [2021-02-22T19:10:24.472Z] #54 36.96 After this operation, 387 kB of additional disk space will be used. [2021-02-22T19:10:24.472Z] #54 36.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-22T19:10:24.472Z] #54 36.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-22T19:10:24.472Z] #54 38.13 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:24.472Z] #54 38.34 Fetched 119 kB in 0s (380 kB/s) [2021-02-22T19:10:24.472Z] #54 38.43 Selecting previously unselected package libbtrfs0. [2021-02-22T19:10:24.472Z] #54 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 ... 15410 files and directories currently installed.) [2021-02-22T19:10:24.472Z] #54 38.49 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-22T19:10:24.472Z] #54 38.51 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-22T19:10:24.472Z] #54 38.65 Selecting previously unselected package libbtrfs-dev. [2021-02-22T19:10:24.472Z] #54 38.66 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-22T19:10:24.472Z] #54 38.67 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:10:24.472Z] #54 38.95 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-22T19:10:24.472Z] #54 38.98 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:10:24.472Z] #54 39.00 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:10:24.472Z] #54 DONE 40.0s [2021-02-22T19:10:24.472Z] [2021-02-22T19:10:24.472Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:10:24.472Z] #55 sha256:930ade1c4a10b69884d2e3a69306e3e7f87580ac9b7772592b381b351de602ae [2021-02-22T19:10:24.574Z] #48 31.88 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-22T19:10:24.574Z] #48 31.98 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-22T19:10:24.574Z] #48 32.05 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-22T19:10:24.574Z] #48 32.09 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-22T19:10:24.698Z] #41 ... [2021-02-22T19:10:24.698Z] [2021-02-22T19:10:24.698Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:24.698Z] #44 sha256:c73fb4b3a90da34e6631506d20d932d7a37764a23b8f7d41cb5f5f51e01f15a1 [2021-02-22T19:10:24.698Z] #44 40.34 vendor/golang.org/x/text/transform [2021-02-22T19:10:24.698Z] #44 42.77 time [2021-02-22T19:10:24.698Z] #44 43.49 regexp [2021-02-22T19:10:24.698Z] #44 48.61 github.com/LK4D4/vndr/versioned [2021-02-22T19:10:24.698Z] #44 48.95 internal/lazyregexp [2021-02-22T19:10:24.698Z] #44 48.97 net [2021-02-22T19:10:24.698Z] #44 48.98 os/exec [2021-02-22T19:10:24.698Z] #44 49.39 fmt [2021-02-22T19:10:24.698Z] #44 49.41 encoding/binary [2021-02-22T19:10:24.698Z] #44 ... [2021-02-22T19:10:24.698Z] [2021-02-22T19:10:24.698Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:24.698Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-22T19:10:24.698Z] #35 47.54 Selecting previously unselected package libuv1:arm64. [2021-02-22T19:10:24.698Z] #35 47.54 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2021-02-22T19:10:24.698Z] #35 47.56 Unpacking libuv1:arm64 (1.24.1-1) ... [2021-02-22T19:10:24.698Z] #35 48.25 Selecting previously unselected package cmake. [2021-02-22T19:10:24.698Z] #35 48.26 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2021-02-22T19:10:24.698Z] #35 48.28 Unpacking cmake (3.13.4-1) ... [2021-02-22T19:10:24.698Z] #35 50.34 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-22T19:10:24.698Z] #35 50.39 Setting up xxd (2:8.1.0875-5) ... [2021-02-22T19:10:24.698Z] #35 50.49 Setting up libuv1:arm64 (1.24.1-1) ... [2021-02-22T19:10:24.698Z] #35 50.59 Setting up vim-common (2:8.1.0875-5) ... [2021-02-22T19:10:24.835Z] #48 32.12 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-22T19:10:24.835Z] #48 32.23 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-22T19:10:24.835Z] #48 32.51 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-22T19:10:24.965Z] #35 50.79 Setting up librhash0:arm64 (1.3.8-1) ... [2021-02-22T19:10:24.965Z] #35 50.83 Setting up cmake-data (3.13.4-1) ... [2021-02-22T19:10:24.965Z] #35 50.89 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-22T19:10:24.972Z] #39 ... [2021-02-22T19:10:24.972Z] [2021-02-22T19:10:24.973Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:24.973Z] #48 sha256:abdce33ad87a1887105eb014c24e30f61ef9468ffedb40102a5c01545a766bae [2021-02-22T19:10:24.973Z] #48 23.46 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-22T19:10:24.973Z] #48 23.46 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-22T19:10:24.973Z] #48 23.60 go: extracting github.com/spf13/cast v1.3.0 [2021-02-22T19:10:24.973Z] #48 23.60 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-22T19:10:24.973Z] #48 23.62 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-22T19:10:24.973Z] #48 23.77 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-22T19:10:24.973Z] #48 23.88 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-22T19:10:24.973Z] #48 24.01 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-22T19:10:24.973Z] #48 24.01 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-22T19:10:24.973Z] #48 24.13 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-22T19:10:24.973Z] #48 24.15 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-22T19:10:24.973Z] #48 24.22 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-22T19:10:24.973Z] #48 24.30 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-22T19:10:24.973Z] #48 24.43 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-22T19:10:24.973Z] #48 24.44 go: downloading github.com/spf13/afero v1.1.2 [2021-02-22T19:10:24.973Z] #48 24.50 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-22T19:10:24.973Z] #48 24.51 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-22T19:10:24.973Z] #48 24.54 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-22T19:10:24.973Z] #48 24.62 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-22T19:10:24.973Z] #48 24.70 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T19:10:24.973Z] #48 24.72 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-22T19:10:24.973Z] #48 24.77 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-22T19:10:24.973Z] #48 24.78 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-22T19:10:24.973Z] #48 24.81 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-22T19:10:24.973Z] #48 24.95 go: extracting github.com/spf13/afero v1.1.2 [2021-02-22T19:10:24.973Z] #48 25.07 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-22T19:10:24.973Z] #48 25.07 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-22T19:10:24.973Z] #48 25.38 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T19:10:24.973Z] #48 25.39 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-22T19:10:24.973Z] #48 25.42 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-22T19:10:24.973Z] #48 25.47 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-22T19:10:24.973Z] #48 25.60 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-22T19:10:24.973Z] #48 25.63 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-22T19:10:24.973Z] #48 25.65 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-22T19:10:24.973Z] #48 25.67 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-22T19:10:24.973Z] #48 26.02 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-22T19:10:24.973Z] #48 26.14 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-22T19:10:24.973Z] #48 26.16 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-22T19:10:24.973Z] #48 26.16 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-22T19:10:24.973Z] #48 26.29 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-22T19:10:24.973Z] #48 26.29 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-22T19:10:24.973Z] #48 26.48 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-22T19:10:24.973Z] #48 26.48 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-22T19:10:24.973Z] #48 26.62 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-22T19:10:24.973Z] #48 26.72 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-22T19:10:24.973Z] #48 26.73 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-22T19:10:24.973Z] #48 26.84 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-22T19:10:24.973Z] #48 26.88 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-22T19:10:24.973Z] #48 26.99 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-22T19:10:24.973Z] #48 27.03 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-22T19:10:24.973Z] #48 27.17 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-22T19:10:24.973Z] #48 27.21 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-22T19:10:24.973Z] #48 27.27 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-22T19:10:24.973Z] #48 27.43 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-22T19:10:24.973Z] #48 27.67 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-22T19:10:24.973Z] #48 27.82 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-22T19:10:25.096Z] #48 32.53 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-22T19:10:25.096Z] #48 32.58 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-22T19:10:25.096Z] #48 32.63 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-22T19:10:25.231Z] #35 51.01 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2021-02-22T19:10:25.231Z] #35 51.11 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-02-22T19:10:25.234Z] #48 29.86 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-22T19:10:25.356Z] #48 32.66 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-22T19:10:25.357Z] #48 32.69 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-22T19:10:25.357Z] #48 32.87 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-22T19:10:25.357Z] #48 32.90 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-22T19:10:25.415Z] #55 1.164 + RM_GOPATH=0 [2021-02-22T19:10:25.415Z] #55 1.164 + TMP_GOPATH= [2021-02-22T19:10:25.415Z] #55 1.164 + : /build [2021-02-22T19:10:25.415Z] #55 1.164 + '[' -z '' ']' [2021-02-22T19:10:25.415Z] #55 1.164 ++ mktemp -d [2021-02-22T19:10:25.415Z] #55 1.164 + export GOPATH=/tmp/tmp.KOLzufJka1 [2021-02-22T19:10:25.415Z] #55 1.164 + GOPATH=/tmp/tmp.KOLzufJka1 [2021-02-22T19:10:25.415Z] #55 1.164 + RM_GOPATH=1 [2021-02-22T19:10:25.415Z] #55 1.164 + case "$(go env GOARCH)" in [2021-02-22T19:10:25.495Z] #35 51.13 Setting up cmake (3.13.4-1) ... [2021-02-22T19:10:25.495Z] #35 51.16 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:10:25.495Z] #35 51.28 Processing triggers for mime-support (3.62) ... [2021-02-22T19:10:25.617Z] #48 32.91 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-22T19:10:25.617Z] #48 32.99 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-22T19:10:25.617Z] #48 33.09 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-22T19:10:25.676Z] #55 1.164 ++ go env GOARCH [2021-02-22T19:10:25.676Z] #55 1.193 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:25.676Z] #55 1.193 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:25.676Z] #55 1.194 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:25.676Z] #55 1.202 + dir=/tmp/install [2021-02-22T19:10:25.676Z] #55 1.202 + bin=containerd [2021-02-22T19:10:25.676Z] #55 1.202 + shift [2021-02-22T19:10:25.676Z] #55 1.202 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-22T19:10:25.676Z] #55 1.202 + . /tmp/install/containerd.installer [2021-02-22T19:10:25.676Z] #55 1.202 ++ set -e [2021-02-22T19:10:25.676Z] #55 1.202 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:10:25.676Z] #55 1.202 + install_containerd [2021-02-22T19:10:25.676Z] #55 1.202 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-22T19:10:25.676Z] #55 1.202 + git clone https://github.com/containerd/containerd.git /tmp/tmp.KOLzufJka1/src/github.com/containerd/containerd [2021-02-22T19:10:25.676Z] #55 1.203 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:10:25.676Z] #55 1.204 Cloning into '/tmp/tmp.KOLzufJka1/src/github.com/containerd/containerd'... [2021-02-22T19:10:25.879Z] #48 33.27 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-22T19:10:25.879Z] #48 33.33 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-22T19:10:25.879Z] #48 33.41 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-22T19:10:25.879Z] #48 33.46 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-22T19:10:25.959Z] #55 ... [2021-02-22T19:10:25.959Z] [2021-02-22T19:10:25.959Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-22T19:10:25.959Z] #63 sha256:8ad5828bc9c2dd35b0c42ae9786a795d7b4ba7b148345dfc3d2f287a41fb5c4f [2021-02-22T19:10:25.959Z] #63 DONE 41.6s [2021-02-22T19:10:25.959Z] [2021-02-22T19:10:25.959Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:25.959Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:25.959Z] #35 30.54 Reading package lists... [2021-02-22T19:10:25.959Z] #35 37.31 Building dependency tree... [2021-02-22T19:10:25.959Z] #35 41.33 The following additional packages will be installed: [2021-02-22T19:10:25.959Z] #35 41.35 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-22T19:10:25.959Z] #35 41.37 Suggested packages: [2021-02-22T19:10:25.959Z] #35 41.37 cmake-doc ninja-build lrzip [2021-02-22T19:10:25.959Z] #35 41.37 Recommended packages: [2021-02-22T19:10:25.959Z] #35 41.37 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-22T19:10:26.184Z] #48 33.55 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-22T19:10:26.184Z] #48 ... [2021-02-22T19:10:26.184Z] [2021-02-22T19:10:26.184Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:26.184Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:26.184Z] #35 23.59 Fetched 8422 kB in 17s (488 kB/s) [2021-02-22T19:10:26.184Z] #35 23.59 Reading package lists... [2021-02-22T19:10:26.184Z] #35 30.40 Reading package lists... [2021-02-22T19:10:26.184Z] #35 ... [2021-02-22T19:10:26.184Z] [2021-02-22T19:10:26.184Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:26.184Z] #50 sha256:3fbf0e1197064b46eaf5d0e6f37d48a3798be407b55f61fd0212814b5cdaba34 [2021-02-22T19:10:26.184Z] #50 23.65 runtime/cgo [2021-02-22T19:10:26.184Z] #50 23.71 runtime [2021-02-22T19:10:26.449Z] #50 ... [2021-02-22T19:10:26.449Z] [2021-02-22T19:10:26.449Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:26.449Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:26.449Z] #41 23.78 Fetched 8422 kB in 17s (487 kB/s) [2021-02-22T19:10:26.449Z] #41 23.78 Reading package lists... [2021-02-22T19:10:26.449Z] #41 30.90 Reading package lists... [2021-02-22T19:10:26.449Z] #41 ... [2021-02-22T19:10:26.449Z] [2021-02-22T19:10:26.449Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:26.449Z] #48 sha256:3c02fa64f7392d1248a70a43a764b4feb8f7b68f4bec2a638730c82836590b0b [2021-02-22T19:10:26.449Z] #48 33.75 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-22T19:10:26.449Z] #48 33.81 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-22T19:10:26.449Z] #48 33.92 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-22T19:10:26.449Z] #48 34.04 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-22T19:10:26.724Z] #48 34.10 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-22T19:10:26.724Z] #48 34.17 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-22T19:10:26.724Z] #48 ... [2021-02-22T19:10:26.724Z] [2021-02-22T19:10:26.724Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:26.724Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:26.724Z] #12 24.25 Fetched 8422 kB in 18s (470 kB/s) [2021-02-22T19:10:26.724Z] #12 24.25 Reading package lists... [2021-02-22T19:10:26.987Z] #12 31.37 Reading package lists... [2021-02-22T19:10:26.987Z] #12 ... [2021-02-22T19:10:26.987Z] [2021-02-22T19:10:26.987Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:26.987Z] #48 sha256:3c02fa64f7392d1248a70a43a764b4feb8f7b68f4bec2a638730c82836590b0b [2021-02-22T19:10:26.987Z] #48 34.33 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-22T19:10:26.987Z] #48 34.47 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-22T19:10:26.987Z] #48 34.50 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-22T19:10:26.987Z] #48 34.55 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-22T19:10:27.249Z] #48 34.85 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-22T19:10:27.249Z] #48 ... [2021-02-22T19:10:27.249Z] [2021-02-22T19:10:27.249Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:10:27.249Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:10:27.249Z] #39 24.57 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-02-22T19:10:27.347Z] #35 42.71 The following NEW packages will be installed: [2021-02-22T19:10:27.347Z] #35 42.79 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-22T19:10:27.347Z] #35 42.80 vim-common xxd [2021-02-22T19:10:27.347Z] #35 ... [2021-02-22T19:10:27.347Z] [2021-02-22T19:10:27.347Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:27.347Z] #48 sha256:d8f2761d4ccd0d13a4a6de4533d8e05526b9ddbb0d71cb2bfab18396cee6d114 [2021-02-22T19:10:27.347Z] #48 43.13 go: finding github.com/fatih/color v1.7.0 [2021-02-22T19:10:27.426Z] #35 DONE 53.0s [2021-02-22T19:10:27.426Z] [2021-02-22T19:10:27.426Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-22T19:10:27.426Z] #36 sha256:f555d902f1121c04667a7a01224aacdb3c772fbc5b9b7445ef902785d78250d1 [2021-02-22T19:10:27.426Z] #36 ... [2021-02-22T19:10:27.426Z] [2021-02-22T19:10:27.426Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:27.426Z] #33 sha256:1c47a11f8c455badd57e806192cf194bc5c66f44f0e3c3e593783a892e35dfb9 [2021-02-22T19:10:27.426Z] #33 43.27 internal/poll [2021-02-22T19:10:27.426Z] #33 44.28 internal/fmtsort [2021-02-22T19:10:27.426Z] #33 44.72 os [2021-02-22T19:10:27.426Z] #33 46.83 path/filepath [2021-02-22T19:10:27.426Z] #33 46.83 fmt [2021-02-22T19:10:27.426Z] #33 48.12 io/ioutil [2021-02-22T19:10:27.426Z] #33 49.47 github.com/BurntSushi/toml [2021-02-22T19:10:27.426Z] #33 49.47 log [2021-02-22T19:10:27.426Z] #33 49.48 flag [2021-02-22T19:10:27.426Z] #33 52.72 github.com/BurntSushi/toml/cmd/tomlv [2021-02-22T19:10:27.426Z] #33 ... [2021-02-22T19:10:27.426Z] [2021-02-22T19:10:27.426Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:27.426Z] #44 sha256:c73fb4b3a90da34e6631506d20d932d7a37764a23b8f7d41cb5f5f51e01f15a1 [2021-02-22T19:10:27.426Z] #44 52.48 encoding/base64 [2021-02-22T19:10:27.426Z] #44 52.48 crypto/cipher [2021-02-22T19:10:27.426Z] #44 53.43 crypto/sha512 [2021-02-22T19:10:27.517Z] #39 ... [2021-02-22T19:10:27.517Z] [2021-02-22T19:10:27.517Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:10:27.517Z] #57 sha256:1c5ad4049b669d6e8b88d6a5c6b7567611eddde3eb584e994f864109249f334d [2021-02-22T19:10:27.517Z] #57 26.95 go: finding github.com/pkg/errors v0.9.1 [2021-02-22T19:10:27.517Z] #57 27.15 go: finding github.com/sirupsen/logrus v1.7.0 [2021-02-22T19:10:27.517Z] #57 27.31 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-22T19:10:27.517Z] #57 27.54 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-22T19:10:27.517Z] #57 27.59 go: finding github.com/google/uuid v1.2.0 [2021-02-22T19:10:27.517Z] #57 27.67 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-22T19:10:27.517Z] #57 27.70 go: finding github.com/gofrs/flock v0.8.0 [2021-02-22T19:10:27.517Z] #57 27.70 go: finding github.com/moby/vpnkit v0.4.0 [2021-02-22T19:10:27.517Z] #57 27.89 go: finding github.com/gorilla/mux v1.8.0 [2021-02-22T19:10:27.517Z] #57 27.89 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-22T19:10:27.517Z] #57 27.91 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-02-22T19:10:27.517Z] #57 27.94 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-02-22T19:10:27.517Z] #57 27.99 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-02-22T19:10:27.517Z] #57 28.20 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-22T19:10:27.517Z] #57 28.38 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-02-22T19:10:27.608Z] #48 43.14 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-22T19:10:27.608Z] #48 43.18 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-22T19:10:27.608Z] #48 43.19 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-22T19:10:27.608Z] #48 43.25 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-22T19:10:27.608Z] #48 43.29 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-22T19:10:27.608Z] #48 43.30 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-22T19:10:27.608Z] #48 43.31 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-22T19:10:27.778Z] #57 ... [2021-02-22T19:10:27.778Z] [2021-02-22T19:10:27.778Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:27.778Z] #48 sha256:3c02fa64f7392d1248a70a43a764b4feb8f7b68f4bec2a638730c82836590b0b [2021-02-22T19:10:27.778Z] #48 35.08 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-22T19:10:27.778Z] #48 35.09 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-22T19:10:27.778Z] #48 35.15 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-22T19:10:27.778Z] #48 35.34 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-22T19:10:27.785Z] #48 31.90 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-22T19:10:27.785Z] #48 ... [2021-02-22T19:10:27.785Z] [2021-02-22T19:10:27.785Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:10:27.785Z] #57 sha256:12f61084adb575543e76e25cac85b113506ee12a56c2b6068a1218115c5775ac [2021-02-22T19:10:27.785Z] #57 21.99 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-22T19:10:27.785Z] #57 23.63 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-22T19:10:27.785Z] #57 23.67 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-22T19:10:27.785Z] #57 23.79 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-02-22T19:10:27.785Z] #57 24.26 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-02-22T19:10:27.785Z] #57 24.48 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-02-22T19:10:27.785Z] #57 27.35 go: finding github.com/pkg/errors v0.9.1 [2021-02-22T19:10:27.785Z] #57 27.37 go: finding github.com/sirupsen/logrus v1.7.0 [2021-02-22T19:10:27.785Z] #57 27.61 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-02-22T19:10:27.785Z] #57 27.84 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-02-22T19:10:27.785Z] #57 27.91 go: finding github.com/google/uuid v1.2.0 [2021-02-22T19:10:27.785Z] #57 27.97 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-02-22T19:10:27.785Z] #57 28.01 go: finding github.com/gofrs/flock v0.8.0 [2021-02-22T19:10:27.785Z] #57 28.02 go: finding github.com/moby/vpnkit v0.4.0 [2021-02-22T19:10:27.785Z] #57 28.10 go: finding github.com/gorilla/mux v1.8.0 [2021-02-22T19:10:27.785Z] #57 28.19 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-02-22T19:10:27.785Z] #57 28.22 go: finding github.com/moby/sys/mountinfo v0.4.0 [2021-02-22T19:10:27.785Z] #57 28.24 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-02-22T19:10:27.785Z] #57 28.29 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-02-22T19:10:27.785Z] #57 28.58 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-02-22T19:10:27.785Z] #57 28.70 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-02-22T19:10:27.869Z] #48 43.37 go: finding github.com/pkg/errors v0.8.1 [2021-02-22T19:10:27.869Z] #48 43.40 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-22T19:10:27.869Z] #48 43.45 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-22T19:10:27.869Z] #48 43.46 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-22T19:10:27.869Z] #48 43.47 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-22T19:10:27.869Z] #48 43.47 go: finding github.com/stretchr/testify v1.4.0 [2021-02-22T19:10:27.869Z] #48 43.50 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-22T19:10:27.869Z] #48 43.51 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-22T19:10:27.869Z] #48 43.53 go: finding github.com/spf13/viper v1.6.1 [2021-02-22T19:10:27.869Z] #48 43.53 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-22T19:10:27.869Z] #48 43.55 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-22T19:10:27.869Z] #48 43.60 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-22T19:10:28.002Z] #44 ... [2021-02-22T19:10:28.002Z] [2021-02-22T19:10:28.002Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:28.002Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-22T19:10:28.002Z] #41 52.26 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2021-02-22T19:10:28.002Z] #41 52.94 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:10:28.002Z] #41 DONE 53.8s [2021-02-22T19:10:28.002Z] [2021-02-22T19:10:28.002Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:10:28.002Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:10:28.040Z] #48 35.50 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-22T19:10:28.046Z] #57 ... [2021-02-22T19:10:28.046Z] [2021-02-22T19:10:28.046Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:28.046Z] #50 sha256:a2bf0d2df417fa609975e09b7b46c838da17b60adab9de3e04dcb23a239e99c3 [2021-02-22T19:10:28.046Z] #50 22.61 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-22T19:10:28.046Z] #50 22.78 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-22T19:10:28.046Z] #50 23.00 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-22T19:10:28.046Z] #50 23.04 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-22T19:10:28.046Z] #50 24.08 runtime [2021-02-22T19:10:28.046Z] #50 24.21 runtime/cgo [2021-02-22T19:10:28.129Z] #48 43.71 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-22T19:10:28.129Z] #48 43.79 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-22T19:10:28.129Z] #48 43.80 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-22T19:10:28.129Z] #48 43.83 go: finding github.com/stretchr/objx v0.2.0 [2021-02-22T19:10:28.301Z] #48 35.85 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-22T19:10:28.390Z] #48 43.88 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-22T19:10:28.390Z] #48 43.89 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-22T19:10:28.390Z] #48 43.91 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-22T19:10:28.390Z] #48 43.94 go: finding github.com/spf13/cobra v0.0.5 [2021-02-22T19:10:28.390Z] #48 44.05 go: finding github.com/gobwas/glob v0.2.3 [2021-02-22T19:10:28.390Z] #48 44.06 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-22T19:10:28.390Z] #48 44.14 go: finding github.com/spf13/pflag v1.0.5 [2021-02-22T19:10:28.650Z] #48 44.23 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-22T19:10:28.650Z] #48 44.27 go: finding github.com/magiconair/properties v1.8.1 [2021-02-22T19:10:28.650Z] #48 44.27 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-22T19:10:28.650Z] #48 44.29 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T19:10:28.650Z] #48 44.30 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-22T19:10:28.910Z] #48 44.48 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-22T19:10:28.910Z] #48 44.49 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-22T19:10:28.910Z] #48 44.54 go: finding github.com/spf13/afero v1.1.2 [2021-02-22T19:10:28.910Z] #48 44.59 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-22T19:10:29.169Z] #48 44.65 go: finding github.com/spf13/cast v1.3.0 [2021-02-22T19:10:29.169Z] #48 44.68 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-22T19:10:29.169Z] #48 44.70 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-22T19:10:29.169Z] #48 44.74 go: finding golang.org/x/text v0.3.2 [2021-02-22T19:10:29.169Z] #48 44.75 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-22T19:10:29.169Z] #48 44.76 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-22T19:10:29.169Z] #48 44.78 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-22T19:10:29.169Z] #48 44.79 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-22T19:10:29.430Z] #48 44.90 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-22T19:10:29.430Z] #48 44.94 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-22T19:10:29.430Z] #48 44.94 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-22T19:10:29.430Z] #48 44.97 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-22T19:10:29.430Z] #48 45.10 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-22T19:10:29.430Z] #48 45.10 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-22T19:10:29.430Z] #48 45.16 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-22T19:10:29.430Z] #48 45.17 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-22T19:10:29.430Z] #48 45.18 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-22T19:10:29.430Z] #48 45.23 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-22T19:10:29.434Z] #50 ... [2021-02-22T19:10:29.434Z] [2021-02-22T19:10:29.434Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:29.434Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:29.434Z] #35 24.15 Fetched 8422 kB in 18s (479 kB/s) [2021-02-22T19:10:29.434Z] #35 24.15 Reading package lists... [2021-02-22T19:10:29.692Z] #48 45.23 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-22T19:10:29.692Z] #48 45.27 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-22T19:10:29.692Z] #48 45.28 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-22T19:10:29.692Z] #48 45.29 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-22T19:10:29.692Z] #48 45.29 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-22T19:10:29.692Z] #48 45.31 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-22T19:10:29.692Z] #48 45.31 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-22T19:10:29.692Z] #48 45.33 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-22T19:10:29.692Z] #48 45.35 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-22T19:10:29.692Z] #48 45.36 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-22T19:10:29.692Z] #48 45.42 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-22T19:10:29.695Z] #35 31.39 Reading package lists... [2021-02-22T19:10:29.695Z] #35 ... [2021-02-22T19:10:29.695Z] [2021-02-22T19:10:29.695Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:29.695Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:29.695Z] #54 24.23 Fetched 8422 kB in 18s (473 kB/s) [2021-02-22T19:10:29.695Z] #54 24.23 Reading package lists... [2021-02-22T19:10:29.952Z] #48 45.62 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-22T19:10:29.952Z] #48 45.67 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-22T19:10:29.952Z] #48 45.72 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-22T19:10:29.952Z] #48 45.72 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-22T19:10:29.957Z] #54 31.32 Reading package lists... [2021-02-22T19:10:29.957Z] #54 ... [2021-02-22T19:10:29.957Z] [2021-02-22T19:10:29.957Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:29.957Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:29.957Z] #41 24.66 Fetched 8422 kB in 18s (464 kB/s) [2021-02-22T19:10:29.957Z] #41 24.66 Reading package lists... [2021-02-22T19:10:29.957Z] #41 31.56 Reading package lists... [2021-02-22T19:10:29.957Z] #41 ... [2021-02-22T19:10:29.957Z] [2021-02-22T19:10:29.957Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:29.957Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:29.957Z] #12 24.49 Fetched 8422 kB in 18s (472 kB/s) [2021-02-22T19:10:29.957Z] #12 24.49 Reading package lists... [2021-02-22T19:10:30.214Z] #48 45.73 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-22T19:10:30.569Z] #42 ... [2021-02-22T19:10:30.569Z] [2021-02-22T19:10:30.569Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:30.569Z] #50 sha256:214d595d26aa212aa2ae4510b60549626afbb94371b23f62c30a9b7ca43b3b52 [2021-02-22T19:10:30.569Z] #50 46.06 os [2021-02-22T19:10:30.569Z] #50 49.05 mvdan.cc/sh/v3/fileutil [2021-02-22T19:10:30.569Z] #50 50.56 github.com/pkg/diff [2021-02-22T19:10:30.569Z] #50 50.56 flag [2021-02-22T19:10:30.569Z] #50 50.56 go/token [2021-02-22T19:10:30.569Z] #50 50.58 encoding/binary [2021-02-22T19:10:30.569Z] #50 52.05 go/scanner [2021-02-22T19:10:30.569Z] #50 52.27 mvdan.cc/editorconfig [2021-02-22T19:10:30.569Z] #50 52.84 go/ast [2021-02-22T19:10:30.569Z] #50 53.50 encoding/json [2021-02-22T19:10:30.569Z] #50 53.65 golang.org/x/sys/unix [2021-02-22T19:10:30.569Z] #50 54.68 mvdan.cc/sh/v3/syntax [2021-02-22T19:10:30.569Z] #50 ... [2021-02-22T19:10:30.569Z] [2021-02-22T19:10:30.569Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:10:30.569Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:10:30.569Z] #42 2.374 Note: Building without setproctitle() and strlcpy() support. [2021-02-22T19:10:30.569Z] #42 2.375 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-22T19:10:30.569Z] #42 2.382 Note: Building without GnuTLS support [2021-02-22T19:10:30.569Z] #42 2.398 Makefile.config:39: Warn: you have no libnftables installed [2021-02-22T19:10:30.569Z] #42 2.399 Makefile.config:40: Warn: Building without nftables support [2021-02-22T19:10:30.903Z] #12 31.63 Reading package lists... [2021-02-22T19:10:30.903Z] #12 ... [2021-02-22T19:10:30.903Z] [2021-02-22T19:10:30.903Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:30.903Z] #48 sha256:abdce33ad87a1887105eb014c24e30f61ef9468ffedb40102a5c01545a766bae [2021-02-22T19:10:30.903Z] #48 35.63 go: extracting golang.org/x/text v0.3.2 [2021-02-22T19:10:31.155Z] #48 ... [2021-02-22T19:10:31.155Z] [2021-02-22T19:10:31.155Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:31.155Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:31.155Z] #12 30.71 Reading package lists... [2021-02-22T19:10:31.155Z] #12 37.11 Building dependency tree... [2021-02-22T19:10:31.156Z] #12 40.63 The following additional packages will be installed: [2021-02-22T19:10:31.156Z] #12 40.63 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-22T19:10:31.156Z] #12 40.63 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-22T19:10:31.156Z] #12 40.63 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-22T19:10:31.156Z] #12 40.63 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-22T19:10:31.156Z] #12 40.63 mingw-w64-x86-64-dev [2021-02-22T19:10:31.156Z] #12 40.63 Suggested packages: [2021-02-22T19:10:31.156Z] #12 40.63 gcc-8-locales seccomp wine64 [2021-02-22T19:10:31.156Z] #12 42.72 The following NEW packages will be installed: [2021-02-22T19:10:31.156Z] #12 42.72 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-22T19:10:31.156Z] #12 42.72 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-22T19:10:31.156Z] #12 42.72 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-22T19:10:31.156Z] #12 42.72 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-22T19:10:31.156Z] #12 42.72 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-22T19:10:31.156Z] #12 42.72 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-22T19:10:31.156Z] #12 42.73 The following packages will be upgraded: [2021-02-22T19:10:31.156Z] #12 42.73 libsystemd0 libudev1 [2021-02-22T19:10:31.156Z] #12 43.36 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-22T19:10:31.156Z] #12 43.36 Need to get 78.2 MB of archives. [2021-02-22T19:10:31.156Z] #12 43.36 After this operation, 487 MB of additional disk space will be used. [2021-02-22T19:10:31.156Z] #12 43.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-02-22T19:10:31.156Z] #12 43.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-02-22T19:10:31.156Z] #12 43.39 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-02-22T19:10:31.156Z] #12 43.63 Get:4 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-02-22T19:10:31.156Z] #12 43.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-22T19:10:31.156Z] #12 43.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-02-22T19:10:31.156Z] #12 43.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-22T19:10:31.156Z] #12 43.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-22T19:10:31.156Z] #12 44.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-22T19:10:31.156Z] #12 44.72 Get:10 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-02-22T19:10:31.156Z] #12 44.73 Get:11 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-02-22T19:10:31.417Z] #12 ... [2021-02-22T19:10:31.417Z] [2021-02-22T19:10:31.417Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:31.417Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:31.417Z] #35 43.23 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-22T19:10:31.417Z] #35 43.23 Need to get 14.9 MB of archives. [2021-02-22T19:10:31.417Z] #35 43.23 After this operation, 61.8 MB of additional disk space will be used. [2021-02-22T19:10:31.417Z] #35 43.23 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-22T19:10:31.417Z] #35 43.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-22T19:10:31.417Z] #35 43.24 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-22T19:10:31.417Z] #35 43.39 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-22T19:10:31.417Z] #35 44.19 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-22T19:10:31.417Z] #35 44.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-22T19:10:31.417Z] #35 44.27 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-22T19:10:31.417Z] #35 44.28 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-22T19:10:31.417Z] #35 44.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-22T19:10:31.417Z] #35 44.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-22T19:10:31.417Z] #35 45.86 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:31.417Z] #35 46.05 Fetched 14.9 MB in 2s (9188 kB/s) [2021-02-22T19:10:31.417Z] #35 46.22 Selecting previously unselected package xxd. [2021-02-22T19:10:31.417Z] #35 46.22 (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-02-22T19:10:31.417Z] #35 46.30 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-22T19:10:31.417Z] #35 46.31 Unpacking xxd (2:8.1.0875-5) ... [2021-02-22T19:10:31.417Z] #35 46.54 Selecting previously unselected package vim-common. [2021-02-22T19:10:31.417Z] #35 46.55 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-22T19:10:31.417Z] #35 46.59 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-22T19:10:31.417Z] #35 46.98 Selecting previously unselected package cmake-data. [2021-02-22T19:10:31.417Z] #35 46.99 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-22T19:10:31.417Z] #35 47.00 Unpacking cmake-data (3.13.4-1) ... [2021-02-22T19:10:31.482Z] #48 ... [2021-02-22T19:10:31.482Z] [2021-02-22T19:10:31.482Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-22T19:10:31.482Z] #63 sha256:96f7b2cff1345abd7cbe819415c902a55d86a84d394fed324b773d2aa93853cb [2021-02-22T19:10:31.482Z] #63 DONE 36.2s [2021-02-22T19:10:31.522Z] #42 ... [2021-02-22T19:10:31.522Z] [2021-02-22T19:10:31.522Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:31.522Z] #33 sha256:1c47a11f8c455badd57e806192cf194bc5c66f44f0e3c3e593783a892e35dfb9 [2021-02-22T19:10:31.522Z] #33 DONE 57.4s [2021-02-22T19:10:31.522Z] [2021-02-22T19:10:31.522Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-22T19:10:31.522Z] #36 sha256:f555d902f1121c04667a7a01224aacdb3c772fbc5b9b7445ef902785d78250d1 [2021-02-22T19:10:31.522Z] #36 1.539 + RM_GOPATH=0 [2021-02-22T19:10:31.522Z] #36 1.539 + TMP_GOPATH= [2021-02-22T19:10:31.522Z] #36 1.539 + : /build [2021-02-22T19:10:31.522Z] #36 1.539 + '[' -z '' ']' [2021-02-22T19:10:31.522Z] #36 1.544 ++ mktemp -d [2021-02-22T19:10:31.522Z] #36 1.544 + export GOPATH=/tmp/tmp.vRJ6v7k7it [2021-02-22T19:10:31.522Z] #36 1.544 + GOPATH=/tmp/tmp.vRJ6v7k7it [2021-02-22T19:10:31.522Z] #36 1.544 + RM_GOPATH=1 [2021-02-22T19:10:31.522Z] #36 1.544 + case "$(go env GOARCH)" in [2021-02-22T19:10:31.522Z] #36 1.548 ++ go env GOARCH [2021-02-22T19:10:31.522Z] #36 1.610 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:31.522Z] #36 1.610 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:31.522Z] #36 1.610 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:31.522Z] #36 1.610 + dir=/tmp/install [2021-02-22T19:10:31.522Z] #36 1.611 + bin=tini [2021-02-22T19:10:31.522Z] #36 1.611 + shift [2021-02-22T19:10:31.522Z] #36 1.612 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-22T19:10:31.522Z] #36 1.612 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-22T19:10:31.522Z] #36 1.612 + . /tmp/install/tini.installer [2021-02-22T19:10:31.522Z] #36 1.612 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-22T19:10:31.522Z] #36 1.612 + install_tini [2021-02-22T19:10:31.522Z] #36 1.612 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-22T19:10:31.522Z] #36 1.612 + git clone https://github.com/krallin/tini.git /tmp/tmp.vRJ6v7k7it/tini [2021-02-22T19:10:31.522Z] #36 1.623 Cloning into '/tmp/tmp.vRJ6v7k7it/tini'... [2021-02-22T19:10:31.522Z] #36 2.388 + cd /tmp/tmp.vRJ6v7k7it/tini [2021-02-22T19:10:31.522Z] #36 2.388 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-22T19:10:31.522Z] #36 2.420 + cmake . [2021-02-22T19:10:31.522Z] #36 2.968 -- The C compiler identification is GNU 8.3.0 [2021-02-22T19:10:31.522Z] #36 3.015 -- Check for working C compiler: /usr/bin/cc [2021-02-22T19:10:31.522Z] #36 3.927 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-22T19:10:31.522Z] #36 3.928 -- Detecting C compiler ABI info [2021-02-22T19:10:31.609Z] #48 ... [2021-02-22T19:10:31.609Z] [2021-02-22T19:10:31.609Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:31.609Z] #44 sha256:e17b54739c5147805ce5ba27746d7b7a36ceef8c044630e4b39b0a9f42ce1f22 [2021-02-22T19:10:31.609Z] #44 28.48 vendor/golang.org/x/crypto/curve25519 [2021-02-22T19:10:31.609Z] #44 ... [2021-02-22T19:10:31.609Z] [2021-02-22T19:10:31.609Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:31.609Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:31.609Z] #12 31.37 Reading package lists... [2021-02-22T19:10:31.745Z] [2021-02-22T19:10:31.745Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:31.745Z] #44 sha256:1658c155205d228ce9d4b9bfba903b872936f529a1fbdc0d12310df32b638045 [2021-02-22T19:10:31.745Z] #44 26.81 vendor/golang.org/x/crypto/internal/subtle [2021-02-22T19:10:31.745Z] #44 27.14 vendor/golang.org/x/crypto/curve25519 [2021-02-22T19:10:31.786Z] #36 4.608 -- Detecting C compiler ABI info - done [2021-02-22T19:10:32.030Z] #35 ... [2021-02-22T19:10:32.030Z] [2021-02-22T19:10:32.030Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:32.030Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:32.030Z] #41 31.21 Reading package lists... [2021-02-22T19:10:32.030Z] #41 37.84 Building dependency tree... [2021-02-22T19:10:32.030Z] #41 42.66 The following additional packages will be installed: [2021-02-22T19:10:32.030Z] #41 42.66 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-22T19:10:32.030Z] #41 42.66 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-22T19:10:32.030Z] #41 42.66 Suggested packages: [2021-02-22T19:10:32.030Z] #41 42.66 manpages-dev python-setuptools [2021-02-22T19:10:32.030Z] #41 44.10 The following NEW packages will be installed: [2021-02-22T19:10:32.030Z] #41 44.11 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-22T19:10:32.030Z] #41 44.12 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-22T19:10:32.030Z] #41 44.12 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-22T19:10:32.030Z] #41 44.12 python-six zlib1g-dev [2021-02-22T19:10:32.030Z] #41 44.56 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-22T19:10:32.030Z] #41 44.56 Need to get 4095 kB of archives. [2021-02-22T19:10:32.030Z] #41 44.56 After this operation, 22.5 MB of additional disk space will be used. [2021-02-22T19:10:32.030Z] #41 44.56 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-22T19:10:32.030Z] #41 44.59 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-22T19:10:32.030Z] #41 44.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-02-22T19:10:32.030Z] #41 44.60 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-22T19:10:32.030Z] #41 44.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-22T19:10:32.030Z] #41 44.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-22T19:10:32.030Z] #41 44.63 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-02-22T19:10:32.030Z] #41 44.64 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-02-22T19:10:32.030Z] #41 44.67 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-22T19:10:32.030Z] #41 44.74 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-22T19:10:32.030Z] #41 44.77 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-22T19:10:32.030Z] #41 44.89 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-22T19:10:32.030Z] #41 44.97 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-02-22T19:10:32.030Z] #41 44.97 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-02-22T19:10:32.030Z] #41 44.98 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-22T19:10:32.030Z] #41 44.99 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-22T19:10:32.030Z] #41 45.00 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-22T19:10:32.030Z] #41 46.07 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:32.030Z] #41 46.23 Fetched 4095 kB in 1s (5340 kB/s) [2021-02-22T19:10:32.030Z] #41 46.35 Selecting previously unselected package libcap-dev:amd64. [2021-02-22T19:10:32.030Z] #41 46.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-02-22T19:10:32.030Z] #41 46.44 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-22T19:10:32.030Z] #41 46.47 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-22T19:10:32.030Z] #41 46.60 Selecting previously unselected package libnet1:amd64. [2021-02-22T19:10:32.030Z] #41 46.61 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-22T19:10:32.030Z] #41 46.62 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:32.030Z] #41 46.75 Selecting previously unselected package libnet1-dev. [2021-02-22T19:10:32.030Z] #41 46.78 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-22T19:10:32.030Z] #41 46.79 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:32.030Z] #41 47.01 Selecting previously unselected package libnl-3-200:amd64. [2021-02-22T19:10:32.030Z] #41 47.01 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-22T19:10:32.030Z] #41 47.02 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-22T19:10:32.030Z] #41 47.17 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-22T19:10:32.030Z] #41 47.19 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-22T19:10:32.030Z] #41 47.20 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-22T19:10:32.030Z] #41 47.47 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-22T19:10:32.030Z] #41 47.48 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-22T19:10:32.030Z] #41 47.49 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-22T19:10:32.030Z] #41 47.60 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-22T19:10:32.030Z] #41 47.60 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-22T19:10:32.030Z] #41 47.61 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-22T19:10:32.030Z] #41 ... [2021-02-22T19:10:32.030Z] [2021-02-22T19:10:32.030Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:32.030Z] #33 sha256:ded16fc4a4800d4921f3da39b5406ee62df254e3a1d3ccfbc9dcd351324b26c9 [2021-02-22T19:10:32.030Z] #33 37.67 sync [2021-02-22T19:10:32.030Z] #33 37.67 internal/reflectlite [2021-02-22T19:10:32.030Z] #33 40.15 sort [2021-02-22T19:10:32.030Z] #33 40.15 errors [2021-02-22T19:10:32.030Z] #33 40.77 strconv [2021-02-22T19:10:32.030Z] #33 42.04 io [2021-02-22T19:10:32.030Z] #33 43.48 internal/oserror [2021-02-22T19:10:32.030Z] #33 43.61 syscall [2021-02-22T19:10:32.030Z] #33 45.43 reflect [2021-02-22T19:10:32.051Z] #36 4.668 -- Detecting C compile features [2021-02-22T19:10:32.331Z] #33 ... [2021-02-22T19:10:32.331Z] [2021-02-22T19:10:32.331Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:32.331Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:32.331Z] #41 47.77 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-22T19:10:32.331Z] #41 47.78 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-22T19:10:32.331Z] #41 47.79 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-22T19:10:32.553Z] #12 38.32 Building dependency tree... [2021-02-22T19:10:32.901Z] #41 48.45 Selecting previously unselected package libprotobuf17:amd64. [2021-02-22T19:10:32.901Z] #41 48.45 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:32.901Z] #41 48.46 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:32.901Z] #41 ... [2021-02-22T19:10:32.901Z] [2021-02-22T19:10:32.901Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:32.901Z] #44 sha256:309cc25e457132348b133c16c1b4f9f9f1e83b1abd0c17911594f95ead02208e [2021-02-22T19:10:32.901Z] #44 38.49 sync [2021-02-22T19:10:32.901Z] #44 38.52 internal/reflectlite [2021-02-22T19:10:32.901Z] #44 40.64 github.com/LK4D4/vndr/godl/singleflight [2021-02-22T19:10:32.901Z] #44 41.05 math/rand [2021-02-22T19:10:32.901Z] #44 42.17 internal/singleflight [2021-02-22T19:10:32.901Z] #44 42.96 strconv [2021-02-22T19:10:32.901Z] #44 42.97 io [2021-02-22T19:10:32.901Z] #44 44.30 bytes [2021-02-22T19:10:32.901Z] #44 46.26 reflect [2021-02-22T19:10:32.901Z] #44 46.94 bufio [2021-02-22T19:10:32.901Z] #44 48.54 syscall [2021-02-22T19:10:33.128Z] #12 ... [2021-02-22T19:10:33.128Z] [2021-02-22T19:10:33.128Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:33.128Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:33.128Z] #54 24.01 Reading package lists... [2021-02-22T19:10:33.128Z] #54 30.83 Reading package lists... [2021-02-22T19:10:33.128Z] #54 37.64 Building dependency tree... [2021-02-22T19:10:33.128Z] #54 ... [2021-02-22T19:10:33.128Z] [2021-02-22T19:10:33.128Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:33.128Z] #44 sha256:e17b54739c5147805ce5ba27746d7b7a36ceef8c044630e4b39b0a9f42ce1f22 [2021-02-22T19:10:33.128Z] #44 39.59 github.com/LK4D4/vndr/godl/singleflight [2021-02-22T19:10:33.128Z] #44 39.59 internal/reflectlite [2021-02-22T19:10:33.128Z] #44 39.87 math/rand [2021-02-22T19:10:33.161Z] #44 ... [2021-02-22T19:10:33.161Z] [2021-02-22T19:10:33.161Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:10:33.161Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-22T19:10:33.389Z] #44 40.97 internal/singleflight [2021-02-22T19:10:33.423Z] #31 47.86 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-02-22T19:10:33.423Z] #31 48.54 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-22T19:10:33.423Z] #31 48.68 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:10:34.336Z] #44 ... [2021-02-22T19:10:34.336Z] [2021-02-22T19:10:34.336Z] #63 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-02-22T19:10:34.336Z] #63 sha256:8735ded892e42eaeac37dc4edf62952649c09a7e66cb5526be1c45c65a21c58b [2021-02-22T19:10:34.336Z] #63 DONE 41.7s [2021-02-22T19:10:34.336Z] [2021-02-22T19:10:34.336Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:34.336Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:34.336Z] #54 41.53 The following additional packages will be installed: [2021-02-22T19:10:34.336Z] #54 41.54 libbtrfs0 [2021-02-22T19:10:34.336Z] #54 41.85 The following NEW packages will be installed: [2021-02-22T19:10:34.336Z] #54 41.87 libbtrfs-dev libbtrfs0 [2021-02-22T19:10:34.337Z] #44 ... [2021-02-22T19:10:34.337Z] [2021-02-22T19:10:34.337Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:34.337Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:34.337Z] #54 31.32 Reading package lists... [2021-02-22T19:10:34.624Z] #36 7.022 -- Detecting C compile features - done [2021-02-22T19:10:34.624Z] #36 7.083 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-22T19:10:34.624Z] #36 7.418 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-22T19:10:34.624Z] #36 7.503 -- Configuring done [2021-02-22T19:10:34.624Z] #36 7.535 -- Generating done [2021-02-22T19:10:34.888Z] #36 7.545 -- Build files have been written to: /tmp/tmp.vRJ6v7k7it/tini [2021-02-22T19:10:34.888Z] #36 7.552 + make tini-static [2021-02-22T19:10:34.908Z] #54 42.35 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-22T19:10:34.908Z] #54 42.35 Need to get 119 kB of archives. [2021-02-22T19:10:34.908Z] #54 42.35 After this operation, 387 kB of additional disk space will be used. [2021-02-22T19:10:34.908Z] #54 42.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-22T19:10:34.908Z] #54 42.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-22T19:10:35.153Z] #36 7.951 Scanning dependencies of target tini-static [2021-02-22T19:10:35.417Z] #36 8.108 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-22T19:10:35.417Z] #36 ... [2021-02-22T19:10:35.417Z] [2021-02-22T19:10:35.417Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:35.417Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-22T19:10:35.417Z] #12 51.34 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-22T19:10:35.417Z] #12 51.35 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-22T19:10:35.417Z] #12 51.37 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-22T19:10:35.417Z] #12 59.17 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-22T19:10:35.417Z] #12 59.23 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-02-22T19:10:35.417Z] #12 59.23 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:10:35.417Z] #12 59.35 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-22T19:10:35.417Z] #12 59.35 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-02-22T19:10:35.417Z] #12 59.37 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:10:35.681Z] #12 ... [2021-02-22T19:10:35.681Z] [2021-02-22T19:10:35.681Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:10:35.681Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:10:35.681Z] #42 4.357 fatal: not a git repository (or any of the parent directories): .git [2021-02-22T19:10:35.681Z] #42 4.416 GEN .gitid [2021-02-22T19:10:35.681Z] #42 4.466 GEN criu/include/version.h [2021-02-22T19:10:35.681Z] #42 4.653 GEN include/common/asm [2021-02-22T19:10:35.681Z] #42 6.305 PBCC images/timens.pb-c.c [2021-02-22T19:10:35.681Z] #42 6.352 DEP images/timens.pb-c.d [2021-02-22T19:10:35.681Z] #42 6.403 PBCC images/fown.pb-c.c [2021-02-22T19:10:35.681Z] #42 6.421 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-22T19:10:35.681Z] #42 6.465 PBCC images/opts.pb-c.c [2021-02-22T19:10:35.681Z] #42 6.500 PBCC images/memfd.pb-c.c [2021-02-22T19:10:35.681Z] #42 6.536 DEP images/fown.pb-c.d [2021-02-22T19:10:35.681Z] #42 6.610 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-22T19:10:35.681Z] #42 6.700 DEP images/opts.pb-c.d [2021-02-22T19:10:35.681Z] #42 6.797 DEP images/memfd.pb-c.d [2021-02-22T19:10:35.681Z] #42 6.899 PBCC images/sit.pb-c.c [2021-02-22T19:10:35.681Z] #42 6.959 DEP images/sit.pb-c.d [2021-02-22T19:10:35.681Z] #42 7.033 PBCC images/macvlan.pb-c.c [2021-02-22T19:10:35.681Z] #42 7.054 DEP images/macvlan.pb-c.d [2021-02-22T19:10:35.681Z] #42 7.102 PBCC images/autofs.pb-c.c [2021-02-22T19:10:35.681Z] #42 7.139 DEP images/autofs.pb-c.d [2021-02-22T19:10:35.681Z] #42 7.284 PBCC images/sysctl.pb-c.c [2021-02-22T19:10:35.681Z] #42 7.332 DEP images/sysctl.pb-c.d [2021-02-22T19:10:35.681Z] #42 7.378 PBCC images/time.pb-c.c [2021-02-22T19:10:35.681Z] #42 7.399 DEP images/time.pb-c.d [2021-02-22T19:10:35.681Z] #42 7.452 PBCC images/binfmt-misc.pb-c.c [2021-02-22T19:10:35.681Z] #42 7.463 DEP images/binfmt-misc.pb-c.d [2021-02-22T19:10:35.681Z] #42 7.515 PBCC images/seccomp.pb-c.c [2021-02-22T19:10:35.681Z] #42 7.572 DEP images/seccomp.pb-c.d [2021-02-22T19:10:35.681Z] #42 7.634 PBCC images/userns.pb-c.c [2021-02-22T19:10:35.681Z] #42 7.704 DEP images/userns.pb-c.d [2021-02-22T19:10:35.681Z] #42 7.769 PBCC images/cgroup.pb-c.c [2021-02-22T19:10:35.681Z] #42 7.782 DEP images/cgroup.pb-c.d [2021-02-22T19:10:35.681Z] #42 7.835 PBCC images/ext-file.pb-c.c [2021-02-22T19:10:35.681Z] #42 7.870 DEP images/ext-file.pb-c.d [2021-02-22T19:10:35.946Z] #42 7.895 PBCC images/rpc.pb-c.c [2021-02-22T19:10:35.946Z] #42 7.955 DEP images/rpc.pb-c.d [2021-02-22T19:10:35.946Z] #42 7.994 PBCC images/siginfo.pb-c.c [2021-02-22T19:10:35.946Z] #42 8.023 DEP images/siginfo.pb-c.d [2021-02-22T19:10:35.946Z] #42 8.061 PBCC images/pagemap.pb-c.c [2021-02-22T19:10:35.946Z] #42 8.104 DEP images/pagemap.pb-c.d [2021-02-22T19:10:36.211Z] #42 8.165 PBCC images/rlimit.pb-c.c [2021-02-22T19:10:36.211Z] #42 8.186 DEP images/rlimit.pb-c.d [2021-02-22T19:10:36.211Z] #42 8.258 PBCC images/file-lock.pb-c.c [2021-02-22T19:10:36.211Z] #42 8.295 DEP images/file-lock.pb-c.d [2021-02-22T19:10:36.211Z] #42 8.384 PBCC images/tty.pb-c.c [2021-02-22T19:10:36.278Z] #54 38.85 Building dependency tree... [2021-02-22T19:10:36.294Z] #54 43.67 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:36.294Z] #54 43.87 Fetched 119 kB in 0s (418 kB/s) [2021-02-22T19:10:36.476Z] #42 8.458 DEP images/tty.pb-c.d [2021-02-22T19:10:36.476Z] #42 8.512 PBCC images/tun.pb-c.c [2021-02-22T19:10:36.476Z] #42 8.554 PBCC images/netdev.pb-c.c [2021-02-22T19:10:36.476Z] #42 8.652 DEP images/tun.pb-c.d [2021-02-22T19:10:36.563Z] #54 44.01 Selecting previously unselected package libbtrfs0. [2021-02-22T19:10:36.563Z] #54 44.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 ... 15410 files and directories currently installed.) [2021-02-22T19:10:36.563Z] #54 44.09 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-22T19:10:36.563Z] #54 44.10 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-22T19:10:36.740Z] #42 8.756 DEP images/netdev.pb-c.d [2021-02-22T19:10:36.740Z] #42 8.844 PBCC images/vma.pb-c.c [2021-02-22T19:10:36.740Z] #42 8.879 DEP images/vma.pb-c.d [2021-02-22T19:10:36.824Z] #54 44.19 Selecting previously unselected package libbtrfs-dev. [2021-02-22T19:10:36.824Z] #54 44.19 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-22T19:10:36.824Z] #54 44.27 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:10:37.003Z] #42 8.944 PBCC images/creds.pb-c.c [2021-02-22T19:10:37.003Z] #42 8.999 DEP images/creds.pb-c.d [2021-02-22T19:10:37.003Z] #42 9.068 PBCC images/utsns.pb-c.c [2021-02-22T19:10:37.003Z] #42 9.104 DEP images/utsns.pb-c.d [2021-02-22T19:10:37.003Z] #42 9.169 PBCC images/ipc-desc.pb-c.c [2021-02-22T19:10:37.003Z] #42 9.192 PBCC images/ipc-sem.pb-c.c [2021-02-22T19:10:37.003Z] #42 9.208 DEP images/ipc-desc.pb-c.d [2021-02-22T19:10:37.085Z] #54 44.57 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-22T19:10:37.085Z] #54 44.59 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:10:37.085Z] #54 44.61 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:10:37.267Z] #42 9.291 DEP images/ipc-sem.pb-c.d [2021-02-22T19:10:37.267Z] #42 9.343 PBCC images/ipc-msg.pb-c.c [2021-02-22T19:10:37.267Z] #42 9.362 DEP images/ipc-msg.pb-c.d [2021-02-22T19:10:37.267Z] #42 9.435 PBCC images/ipc-shm.pb-c.c [2021-02-22T19:10:37.531Z] #42 9.481 DEP images/ipc-shm.pb-c.d [2021-02-22T19:10:37.531Z] #42 9.568 PBCC images/ipc-var.pb-c.c [2021-02-22T19:10:37.531Z] #42 9.590 DEP images/ipc-var.pb-c.d [2021-02-22T19:10:37.531Z] #42 9.675 PBCC images/sk-opts.pb-c.c [2021-02-22T19:10:37.657Z] #54 DONE 45.0s [2021-02-22T19:10:37.657Z] [2021-02-22T19:10:37.657Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:10:37.657Z] #55 sha256:94f014e939b8f008b2d8914c1e0d3c83b9cf57c5ee3e4df24208bc6ed44ae5ba [2021-02-22T19:10:37.795Z] #42 9.705 PBCC images/packet-sock.pb-c.c [2021-02-22T19:10:37.795Z] #42 9.800 DEP images/sk-opts.pb-c.d [2021-02-22T19:10:37.795Z] #42 ... [2021-02-22T19:10:37.795Z] [2021-02-22T19:10:37.795Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-22T19:10:37.795Z] #36 sha256:f555d902f1121c04667a7a01224aacdb3c772fbc5b9b7445ef902785d78250d1 [2021-02-22T19:10:37.795Z] #36 9.562 [100%] Linking C executable tini-static [2021-02-22T19:10:37.795Z] #36 9.982 [100%] Built target tini-static [2021-02-22T19:10:37.795Z] #36 10.07 + mkdir -p /build [2021-02-22T19:10:37.795Z] #36 10.07 + cp tini-static /build/docker-init [2021-02-22T19:10:37.795Z] #36 DONE 10.6s [2021-02-22T19:10:37.795Z] [2021-02-22T19:10:37.795Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:10:37.795Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:10:37.795Z] #42 9.905 DEP images/packet-sock.pb-c.d [2021-02-22T19:10:37.795Z] #42 ... [2021-02-22T19:10:37.795Z] [2021-02-22T19:10:37.795Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:37.795Z] #44 sha256:c73fb4b3a90da34e6631506d20d932d7a37764a23b8f7d41cb5f5f51e01f15a1 [2021-02-22T19:10:37.795Z] #44 54.31 crypto/aes [2021-02-22T19:10:37.795Z] #44 54.74 crypto/des [2021-02-22T19:10:37.795Z] #44 55.55 crypto/ed25519/internal/edwards25519 [2021-02-22T19:10:37.795Z] #44 55.88 crypto/md5 [2021-02-22T19:10:37.795Z] #44 56.73 crypto/sha1 [2021-02-22T19:10:37.795Z] #44 56.98 go/ast [2021-02-22T19:10:37.795Z] #44 57.93 text/template/parse [2021-02-22T19:10:37.795Z] #44 59.13 encoding/json [2021-02-22T19:10:37.795Z] #44 62.84 text/template [2021-02-22T19:10:38.058Z] #44 ... [2021-02-22T19:10:38.058Z] [2021-02-22T19:10:38.058Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:10:38.058Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:10:38.058Z] #42 9.994 PBCC images/sk-netlink.pb-c.c [2021-02-22T19:10:38.058Z] #42 10.05 DEP images/sk-netlink.pb-c.d [2021-02-22T19:10:38.058Z] #42 10.17 PBCC images/sk-inet.pb-c.c [2021-02-22T19:10:38.206Z] #54 42.91 The following additional packages will be installed: [2021-02-22T19:10:38.206Z] #54 42.93 libbtrfs0 [2021-02-22T19:10:38.321Z] #42 10.22 DEP images/sk-inet.pb-c.d [2021-02-22T19:10:38.321Z] #42 10.38 PBCC images/sk-unix.pb-c.c [2021-02-22T19:10:38.321Z] #42 10.42 DEP images/sk-unix.pb-c.d [2021-02-22T19:10:38.467Z] #54 43.14 The following NEW packages will be installed: [2021-02-22T19:10:38.467Z] #54 43.16 libbtrfs-dev libbtrfs0 [2021-02-22T19:10:38.584Z] #42 10.48 PBCC images/mm.pb-c.c [2021-02-22T19:10:38.584Z] #42 10.59 DEP images/mm.pb-c.d [2021-02-22T19:10:38.584Z] #42 10.66 PBCC images/timerfd.pb-c.c [2021-02-22T19:10:38.584Z] #42 10.71 DEP images/timerfd.pb-c.d [2021-02-22T19:10:38.584Z] #42 10.73 PBCC images/timer.pb-c.c [2021-02-22T19:10:38.584Z] #42 10.75 DEP images/timer.pb-c.d [2021-02-22T19:10:38.584Z] #42 10.79 PBCC images/sa.pb-c.c [2021-02-22T19:10:38.600Z] #55 1.185 + RM_GOPATH=0 [2021-02-22T19:10:38.600Z] #55 1.185 + TMP_GOPATH= [2021-02-22T19:10:38.600Z] #55 1.185 + : /build [2021-02-22T19:10:38.600Z] #55 1.185 + '[' -z '' ']' [2021-02-22T19:10:38.600Z] #55 1.185 ++ mktemp -d [2021-02-22T19:10:38.600Z] #55 1.187 + export GOPATH=/tmp/tmp.pywdDYVTvk [2021-02-22T19:10:38.600Z] #55 1.187 + GOPATH=/tmp/tmp.pywdDYVTvk [2021-02-22T19:10:38.600Z] #55 1.187 + RM_GOPATH=1 [2021-02-22T19:10:38.600Z] #55 1.187 + case "$(go env GOARCH)" in [2021-02-22T19:10:38.600Z] #55 1.187 ++ go env GOARCH [2021-02-22T19:10:38.600Z] #55 1.211 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:38.862Z] #55 1.212 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:38.862Z] #55 1.213 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:38.862Z] #55 1.231 + dir=/tmp/install [2021-02-22T19:10:38.862Z] #55 1.235 + bin=containerd [2021-02-22T19:10:38.862Z] #55 1.235 + shift [2021-02-22T19:10:38.862Z] #55 1.236 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-22T19:10:38.862Z] #55 1.236 + . /tmp/install/containerd.installer [2021-02-22T19:10:38.862Z] #55 1.236 ++ set -e [2021-02-22T19:10:38.862Z] #55 1.236 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:10:38.862Z] #55 1.239 + install_containerd [2021-02-22T19:10:38.862Z] #55 1.240 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-22T19:10:38.862Z] #55 1.241 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:10:38.862Z] #55 1.241 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pywdDYVTvk/src/github.com/containerd/containerd [2021-02-22T19:10:38.862Z] #55 1.243 Cloning into '/tmp/tmp.pywdDYVTvk/src/github.com/containerd/containerd'... [2021-02-22T19:10:38.865Z] #42 10.84 DEP images/sa.pb-c.d [2021-02-22T19:10:38.865Z] #42 10.88 PBCC images/pipe-data.pb-c.c [2021-02-22T19:10:38.865Z] #42 10.90 DEP images/pipe-data.pb-c.d [2021-02-22T19:10:38.865Z] #42 10.94 PBCC images/mnt.pb-c.c [2021-02-22T19:10:38.865Z] #42 11.00 DEP images/mnt.pb-c.d [2021-02-22T19:10:38.865Z] #42 11.04 PBCC images/sk-packet.pb-c.c [2021-02-22T19:10:39.045Z] #54 43.66 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded. [2021-02-22T19:10:39.045Z] #54 43.66 Need to get 119 kB of archives. [2021-02-22T19:10:39.045Z] #54 43.66 After this operation, 387 kB of additional disk space will be used. [2021-02-22T19:10:39.045Z] #54 43.66 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-22T19:10:39.045Z] #54 43.66 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-22T19:10:39.129Z] #42 11.06 DEP images/sk-packet.pb-c.d [2021-02-22T19:10:39.129Z] #42 11.16 PBCC images/tcp-stream.pb-c.c [2021-02-22T19:10:39.129Z] #42 11.22 DEP images/tcp-stream.pb-c.d [2021-02-22T19:10:39.129Z] #42 11.26 PBCC images/pipe.pb-c.c [2021-02-22T19:10:39.129Z] #42 11.30 DEP images/pipe.pb-c.d [2021-02-22T19:10:39.307Z] #54 ... [2021-02-22T19:10:39.307Z] [2021-02-22T19:10:39.307Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:39.307Z] #48 sha256:abdce33ad87a1887105eb014c24e30f61ef9468ffedb40102a5c01545a766bae [2021-02-22T19:10:39.307Z] #48 41.45 go: finding github.com/fatih/color v1.7.0 [2021-02-22T19:10:39.307Z] #48 41.57 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-22T19:10:39.307Z] #48 41.62 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-22T19:10:39.307Z] #48 41.65 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-22T19:10:39.307Z] #48 41.74 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-22T19:10:39.307Z] #48 41.77 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-22T19:10:39.307Z] #48 41.80 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-22T19:10:39.307Z] #48 41.82 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-22T19:10:39.307Z] #48 41.83 go: finding github.com/pkg/errors v0.8.1 [2021-02-22T19:10:39.307Z] #48 41.88 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-22T19:10:39.307Z] #48 41.89 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-22T19:10:39.307Z] #48 41.90 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-22T19:10:39.307Z] #48 41.91 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-22T19:10:39.307Z] #48 41.93 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-22T19:10:39.307Z] #48 41.97 go: finding github.com/spf13/viper v1.6.1 [2021-02-22T19:10:39.307Z] #48 41.97 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-22T19:10:39.307Z] #48 42.00 go: finding github.com/stretchr/testify v1.4.0 [2021-02-22T19:10:39.307Z] #48 42.04 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-22T19:10:39.307Z] #48 42.10 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-22T19:10:39.307Z] #48 42.19 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-22T19:10:39.307Z] #48 42.20 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-22T19:10:39.307Z] #48 42.21 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-22T19:10:39.307Z] #48 42.22 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-22T19:10:39.307Z] #48 42.23 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-22T19:10:39.307Z] #48 42.25 go: finding github.com/gobwas/glob v0.2.3 [2021-02-22T19:10:39.307Z] #48 42.25 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-22T19:10:39.307Z] #48 42.26 go: finding github.com/stretchr/objx v0.2.0 [2021-02-22T19:10:39.307Z] #48 42.29 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-22T19:10:39.307Z] #48 42.33 go: finding github.com/spf13/cobra v0.0.5 [2021-02-22T19:10:39.307Z] #48 42.43 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-22T19:10:39.307Z] #48 42.48 go: finding github.com/spf13/pflag v1.0.5 [2021-02-22T19:10:39.307Z] #48 42.55 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-22T19:10:39.308Z] #48 42.59 go: finding github.com/magiconair/properties v1.8.1 [2021-02-22T19:10:39.308Z] #48 42.67 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-22T19:10:39.308Z] #48 42.69 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T19:10:39.308Z] #48 42.70 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-22T19:10:39.308Z] #48 42.75 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-22T19:10:39.308Z] #48 42.76 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-22T19:10:39.308Z] #48 42.86 go: finding github.com/spf13/afero v1.1.2 [2021-02-22T19:10:39.308Z] #48 42.92 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-22T19:10:39.308Z] #48 42.92 go: finding github.com/spf13/cast v1.3.0 [2021-02-22T19:10:39.308Z] #48 42.95 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-22T19:10:39.308Z] #48 42.97 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-22T19:10:39.308Z] #48 43.01 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-22T19:10:39.308Z] #48 43.03 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-22T19:10:39.308Z] #48 43.07 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-22T19:10:39.308Z] #48 43.09 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-22T19:10:39.308Z] #48 43.15 go: finding golang.org/x/text v0.3.2 [2021-02-22T19:10:39.308Z] #48 43.23 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-22T19:10:39.308Z] #48 43.30 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-22T19:10:39.308Z] #48 43.32 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-22T19:10:39.308Z] #48 43.36 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-22T19:10:39.308Z] #48 43.43 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-22T19:10:39.308Z] #48 43.44 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-22T19:10:39.308Z] #48 43.51 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-22T19:10:39.308Z] #48 43.52 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-22T19:10:39.308Z] #48 43.52 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-22T19:10:39.308Z] #48 43.53 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-22T19:10:39.308Z] #48 43.53 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-22T19:10:39.308Z] #48 43.57 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-22T19:10:39.308Z] #48 43.61 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-22T19:10:39.308Z] #48 43.64 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-22T19:10:39.308Z] #48 43.64 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-22T19:10:39.308Z] #48 43.66 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-22T19:10:39.308Z] #48 43.67 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-22T19:10:39.308Z] #48 43.72 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-22T19:10:39.308Z] #48 43.76 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-22T19:10:39.308Z] #48 43.78 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-22T19:10:39.308Z] #48 43.78 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-22T19:10:39.308Z] #48 44.01 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-22T19:10:39.392Z] #42 11.34 PBCC images/pstree.pb-c.c [2021-02-22T19:10:39.392Z] #42 11.36 DEP images/pstree.pb-c.d [2021-02-22T19:10:39.392Z] #42 11.39 PBCC images/fs.pb-c.c [2021-02-22T19:10:39.392Z] #42 11.42 DEP images/fs.pb-c.d [2021-02-22T19:10:39.392Z] #42 11.45 PBCC images/signalfd.pb-c.c [2021-02-22T19:10:39.392Z] #42 11.48 DEP images/signalfd.pb-c.d [2021-02-22T19:10:39.392Z] #42 11.54 PBCC images/fh.pb-c.c [2021-02-22T19:10:39.440Z] #55 ... [2021-02-22T19:10:39.440Z] [2021-02-22T19:10:39.440Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:39.440Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:39.440Z] #35 30.40 Reading package lists... [2021-02-22T19:10:39.440Z] #35 37.25 Building dependency tree... [2021-02-22T19:10:39.440Z] #35 41.10 The following additional packages will be installed: [2021-02-22T19:10:39.440Z] #35 41.11 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-22T19:10:39.440Z] #35 41.12 Suggested packages: [2021-02-22T19:10:39.440Z] #35 41.12 cmake-doc ninja-build lrzip [2021-02-22T19:10:39.440Z] #35 41.12 Recommended packages: [2021-02-22T19:10:39.440Z] #35 41.12 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-22T19:10:39.440Z] #35 42.27 The following NEW packages will be installed: [2021-02-22T19:10:39.440Z] #35 42.29 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-22T19:10:39.440Z] #35 42.29 vim-common xxd [2021-02-22T19:10:39.440Z] #35 42.83 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-22T19:10:39.440Z] #35 42.83 Need to get 14.9 MB of archives. [2021-02-22T19:10:39.440Z] #35 42.83 After this operation, 61.8 MB of additional disk space will be used. [2021-02-22T19:10:39.440Z] #35 42.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-22T19:10:39.440Z] #35 42.86 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-22T19:10:39.440Z] #35 42.86 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-22T19:10:39.440Z] #35 43.03 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-22T19:10:39.440Z] #35 43.90 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-22T19:10:39.440Z] #35 43.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-22T19:10:39.440Z] #35 44.01 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-22T19:10:39.440Z] #35 44.02 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-22T19:10:39.440Z] #35 44.04 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-22T19:10:39.440Z] #35 44.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-22T19:10:39.440Z] #35 45.90 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:39.440Z] #35 46.20 Fetched 14.9 MB in 2s (7880 kB/s) [2021-02-22T19:10:39.440Z] #35 46.33 Selecting previously unselected package xxd. [2021-02-22T19:10:39.440Z] #35 46.33 (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-02-22T19:10:39.440Z] #35 46.41 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-22T19:10:39.440Z] #35 46.44 Unpacking xxd (2:8.1.0875-5) ... [2021-02-22T19:10:39.440Z] #35 46.66 Selecting previously unselected package vim-common. [2021-02-22T19:10:39.440Z] #35 46.67 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-22T19:10:39.440Z] #35 46.72 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-22T19:10:39.570Z] #48 44.05 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-22T19:10:39.570Z] #48 44.16 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-22T19:10:39.570Z] #48 44.23 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-22T19:10:39.570Z] #48 44.24 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-22T19:10:39.655Z] #42 11.57 PBCC images/fsnotify.pb-c.c [2021-02-22T19:10:39.655Z] #42 11.63 DEP images/fh.pb-c.d [2021-02-22T19:10:39.655Z] #42 11.72 DEP images/fsnotify.pb-c.d [2021-02-22T19:10:39.655Z] #42 11.83 PBCC images/eventpoll.pb-c.c [2021-02-22T19:10:39.701Z] #35 ... [2021-02-22T19:10:39.701Z] [2021-02-22T19:10:39.701Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:10:39.701Z] #48 sha256:3c02fa64f7392d1248a70a43a764b4feb8f7b68f4bec2a638730c82836590b0b [2021-02-22T19:10:39.701Z] #48 39.21 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-22T19:10:39.701Z] #48 43.84 go: finding github.com/fatih/color v1.7.0 [2021-02-22T19:10:39.701Z] #48 43.85 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-22T19:10:39.701Z] #48 43.93 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-22T19:10:39.701Z] #48 43.93 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-22T19:10:39.701Z] #48 44.01 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-22T19:10:39.701Z] #48 44.01 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-22T19:10:39.701Z] #48 44.02 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-22T19:10:39.701Z] #48 44.03 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-22T19:10:39.701Z] #48 44.11 go: finding github.com/pkg/errors v0.8.1 [2021-02-22T19:10:39.701Z] #48 44.13 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-22T19:10:39.701Z] #48 44.16 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-22T19:10:39.701Z] #48 44.20 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-22T19:10:39.701Z] #48 44.21 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-22T19:10:39.701Z] #48 44.26 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-22T19:10:39.701Z] #48 44.27 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-22T19:10:39.701Z] #48 44.27 go: finding github.com/stretchr/testify v1.4.0 [2021-02-22T19:10:39.701Z] #48 44.28 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-22T19:10:39.701Z] #48 44.30 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-22T19:10:39.701Z] #48 44.31 go: finding github.com/spf13/viper v1.6.1 [2021-02-22T19:10:39.701Z] #48 44.32 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-22T19:10:39.701Z] #48 44.32 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-22T19:10:39.701Z] #48 44.40 go: finding github.com/stretchr/objx v0.2.0 [2021-02-22T19:10:39.701Z] #48 44.46 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-22T19:10:39.701Z] #48 44.51 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-22T19:10:39.701Z] #48 44.55 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-22T19:10:39.701Z] #48 44.57 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-22T19:10:39.701Z] #48 44.59 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-22T19:10:39.701Z] #48 44.60 go: finding github.com/spf13/cobra v0.0.5 [2021-02-22T19:10:39.701Z] #48 44.64 go: finding github.com/gobwas/glob v0.2.3 [2021-02-22T19:10:39.701Z] #48 44.64 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-22T19:10:39.701Z] #48 44.68 go: finding github.com/spf13/pflag v1.0.5 [2021-02-22T19:10:39.701Z] #48 44.69 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-22T19:10:39.701Z] #48 44.81 go: finding github.com/magiconair/properties v1.8.1 [2021-02-22T19:10:39.701Z] #48 44.88 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-22T19:10:39.701Z] #48 45.01 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-22T19:10:39.701Z] #48 45.04 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-22T19:10:39.701Z] #48 45.13 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-22T19:10:39.701Z] #48 45.16 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-22T19:10:39.701Z] #48 45.24 go: finding github.com/spf13/afero v1.1.2 [2021-02-22T19:10:39.701Z] #48 45.32 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-22T19:10:39.701Z] #48 45.34 go: finding github.com/spf13/cast v1.3.0 [2021-02-22T19:10:39.701Z] #48 45.38 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-22T19:10:39.701Z] #48 45.39 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-22T19:10:39.701Z] #48 45.39 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-22T19:10:39.701Z] #48 45.41 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-22T19:10:39.701Z] #48 45.42 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-22T19:10:39.701Z] #48 45.70 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-22T19:10:39.701Z] #48 45.72 go: finding golang.org/x/text v0.3.2 [2021-02-22T19:10:39.701Z] #48 45.82 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-22T19:10:39.701Z] #48 45.93 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-22T19:10:39.702Z] #48 45.93 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-22T19:10:39.702Z] #48 46.05 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-22T19:10:39.702Z] #48 46.05 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-22T19:10:39.702Z] #48 46.07 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-22T19:10:39.702Z] #48 46.07 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-22T19:10:39.702Z] #48 46.09 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-22T19:10:39.702Z] #48 46.10 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-22T19:10:39.702Z] #48 46.12 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-22T19:10:39.702Z] #48 46.13 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-22T19:10:39.702Z] #48 46.22 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-22T19:10:39.702Z] #48 46.24 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-22T19:10:39.702Z] #48 46.30 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-22T19:10:39.702Z] #48 46.37 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-22T19:10:39.702Z] #48 46.39 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-22T19:10:39.702Z] #48 46.40 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-22T19:10:39.702Z] #48 46.42 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-22T19:10:39.702Z] #48 46.44 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-22T19:10:39.702Z] #48 46.50 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-22T19:10:39.702Z] #48 46.57 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-22T19:10:39.702Z] #48 46.69 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-22T19:10:39.702Z] #48 46.71 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-22T19:10:39.702Z] #48 46.74 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-22T19:10:39.702Z] #48 46.78 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-22T19:10:39.702Z] #48 46.89 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-22T19:10:39.702Z] #48 ... [2021-02-22T19:10:39.702Z] [2021-02-22T19:10:39.702Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:39.702Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:39.702Z] #35 47.11 Selecting previously unselected package cmake-data. [2021-02-22T19:10:39.702Z] #35 47.12 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-22T19:10:39.702Z] #35 47.14 Unpacking cmake-data (3.13.4-1) ... [2021-02-22T19:10:39.918Z] #42 11.84 DEP images/eventpoll.pb-c.d [2021-02-22T19:10:39.918Z] #42 11.89 PBCC images/eventfd.pb-c.c [2021-02-22T19:10:39.918Z] #42 11.92 DEP images/eventfd.pb-c.d [2021-02-22T19:10:39.918Z] #42 11.96 PBCC images/remap-file-path.pb-c.c [2021-02-22T19:10:39.918Z] #42 11.99 DEP images/remap-file-path.pb-c.d [2021-02-22T19:10:39.918Z] #42 12.06 PBCC images/fifo.pb-c.c [2021-02-22T19:10:39.918Z] #42 12.10 DEP images/fifo.pb-c.d [2021-02-22T19:10:39.963Z] #35 ... [2021-02-22T19:10:39.963Z] [2021-02-22T19:10:39.963Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:39.963Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:39.963Z] #41 30.90 Reading package lists... [2021-02-22T19:10:39.963Z] #41 37.90 Building dependency tree... [2021-02-22T19:10:39.963Z] #41 41.71 The following additional packages will be installed: [2021-02-22T19:10:39.963Z] #41 41.71 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-22T19:10:39.963Z] #41 41.71 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-22T19:10:39.963Z] #41 41.76 Suggested packages: [2021-02-22T19:10:39.963Z] #41 41.76 manpages-dev python-setuptools [2021-02-22T19:10:39.963Z] #41 43.51 The following NEW packages will be installed: [2021-02-22T19:10:39.963Z] #41 43.51 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-22T19:10:39.963Z] #41 43.52 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-22T19:10:39.963Z] #41 43.52 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-22T19:10:39.963Z] #41 43.52 python-six zlib1g-dev [2021-02-22T19:10:39.963Z] #41 43.90 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-22T19:10:39.963Z] #41 43.90 Need to get 4095 kB of archives. [2021-02-22T19:10:39.963Z] #41 43.90 After this operation, 22.5 MB of additional disk space will be used. [2021-02-22T19:10:39.963Z] #41 43.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-22T19:10:39.963Z] #41 43.91 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-22T19:10:39.963Z] #41 43.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-02-22T19:10:39.963Z] #41 43.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-22T19:10:39.963Z] #41 43.94 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-22T19:10:39.963Z] #41 43.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-22T19:10:39.963Z] #41 43.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-02-22T19:10:39.963Z] #41 43.97 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-02-22T19:10:39.963Z] #41 44.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-22T19:10:39.963Z] #41 44.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-22T19:10:39.963Z] #41 44.12 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-22T19:10:39.963Z] #41 44.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-22T19:10:39.963Z] #41 44.34 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-02-22T19:10:39.963Z] #41 44.36 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-02-22T19:10:39.963Z] #41 44.36 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-22T19:10:39.963Z] #41 44.38 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-22T19:10:39.963Z] #41 44.39 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-22T19:10:39.963Z] #41 45.97 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:39.963Z] #41 46.22 Fetched 4095 kB in 1s (5274 kB/s) [2021-02-22T19:10:39.963Z] #41 46.40 Selecting previously unselected package libcap-dev:amd64. [2021-02-22T19:10:39.963Z] #41 46.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-02-22T19:10:39.963Z] #41 46.54 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-22T19:10:39.963Z] #41 46.55 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-22T19:10:39.963Z] #41 46.68 Selecting previously unselected package libnet1:amd64. [2021-02-22T19:10:39.963Z] #41 46.70 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-22T19:10:39.963Z] #41 46.72 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:39.963Z] #41 46.88 Selecting previously unselected package libnet1-dev. [2021-02-22T19:10:39.963Z] #41 46.89 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-22T19:10:39.963Z] #41 46.89 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:39.963Z] #41 47.13 Selecting previously unselected package libnl-3-200:amd64. [2021-02-22T19:10:39.963Z] #41 47.13 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-22T19:10:39.963Z] #41 47.15 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-22T19:10:39.963Z] #41 47.28 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-22T19:10:39.963Z] #41 47.30 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-22T19:10:39.963Z] #41 47.30 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-22T19:10:40.045Z] #31 ... [2021-02-22T19:10:40.045Z] [2021-02-22T19:10:40.045Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:40.045Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:40.045Z] #12 48.38 Get:12 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-02-22T19:10:40.045Z] #12 50.95 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-22T19:10:40.045Z] #12 50.96 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-22T19:10:40.045Z] #12 50.96 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-22T19:10:40.045Z] #12 50.97 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-22T19:10:40.045Z] #12 50.97 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-02-22T19:10:40.045Z] #12 50.98 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-02-22T19:10:40.045Z] #12 50.98 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-22T19:10:40.045Z] #12 51.01 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-22T19:10:40.045Z] #12 51.04 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-22T19:10:40.045Z] #12 51.08 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-22T19:10:40.045Z] #12 51.10 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-22T19:10:40.045Z] #12 51.18 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-22T19:10:40.045Z] #12 51.19 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-02-22T19:10:40.045Z] #12 51.20 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-22T19:10:40.045Z] #12 51.22 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-02-22T19:10:40.045Z] #12 52.46 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:40.045Z] #12 52.69 Fetched 78.2 MB in 8s (9355 kB/s) [2021-02-22T19:10:40.045Z] #12 52.75 (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-02-22T19:10:40.045Z] #12 52.81 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-02-22T19:10:40.045Z] #12 52.84 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-22T19:10:40.045Z] #12 53.23 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-02-22T19:10:40.045Z] #12 53.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-02-22T19:10:40.045Z] #12 53.55 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-02-22T19:10:40.045Z] #12 53.57 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-22T19:10:40.045Z] #12 53.88 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-02-22T19:10:40.045Z] #12 54.05 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-22T19:10:40.045Z] #12 54.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-22T19:10:40.045Z] #12 54.18 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-22T19:10:40.045Z] #12 54.19 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-22T19:10:40.181Z] #42 12.14 PBCC images/ghost-file.pb-c.c [2021-02-22T19:10:40.181Z] #42 12.21 DEP images/ghost-file.pb-c.d [2021-02-22T19:10:40.181Z] #42 12.28 PBCC images/regfile.pb-c.c [2021-02-22T19:10:40.181Z] #42 12.35 DEP images/regfile.pb-c.d [2021-02-22T19:10:40.225Z] #41 47.62 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-22T19:10:40.225Z] #41 47.63 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-22T19:10:40.225Z] #41 47.64 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-22T19:10:40.225Z] #41 ... [2021-02-22T19:10:40.225Z] [2021-02-22T19:10:40.225Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:40.225Z] #33 sha256:49599d74ea920b1a31d76b93719f216fe6a116dd1a5371b73d15ffc7a3a7a05d [2021-02-22T19:10:40.225Z] #33 37.52 internal/reflectlite [2021-02-22T19:10:40.225Z] #33 37.53 sync [2021-02-22T19:10:40.225Z] #33 39.94 errors [2021-02-22T19:10:40.225Z] #33 39.95 sort [2021-02-22T19:10:40.225Z] #33 40.41 strconv [2021-02-22T19:10:40.225Z] #33 41.48 io [2021-02-22T19:10:40.225Z] #33 43.35 internal/oserror [2021-02-22T19:10:40.225Z] #33 43.49 syscall [2021-02-22T19:10:40.225Z] #33 44.54 reflect [2021-02-22T19:10:40.225Z] #33 ... [2021-02-22T19:10:40.225Z] [2021-02-22T19:10:40.225Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:40.225Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:40.225Z] #41 47.75 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-22T19:10:40.225Z] #41 47.75 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-22T19:10:40.225Z] #41 47.77 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-22T19:10:40.445Z] #42 12.43 PBCC images/ns.pb-c.c [2021-02-22T19:10:40.445Z] #42 12.45 DEP images/ns.pb-c.d [2021-02-22T19:10:40.445Z] #42 12.50 PBCC images/fdinfo.pb-c.c [2021-02-22T19:10:40.445Z] #42 12.63 DEP images/fdinfo.pb-c.d [2021-02-22T19:10:40.488Z] #41 47.88 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-22T19:10:40.488Z] #41 47.90 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-22T19:10:40.488Z] #41 47.91 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-22T19:10:40.619Z] #12 ... [2021-02-22T19:10:40.619Z] [2021-02-22T19:10:40.619Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:40.619Z] #44 sha256:309cc25e457132348b133c16c1b4f9f9f1e83b1abd0c17911594f95ead02208e [2021-02-22T19:10:40.619Z] #44 56.38 time [2021-02-22T19:10:40.708Z] #42 12.71 PBCC images/core-aarch64.pb-c.c [2021-02-22T19:10:40.708Z] #42 12.75 PBCC images/core-arm.pb-c.c [2021-02-22T19:10:40.708Z] #42 12.77 PBCC images/core-ppc64.pb-c.c [2021-02-22T19:10:40.708Z] #42 12.83 PBCC images/core-s390.pb-c.c [2021-02-22T19:10:40.708Z] #42 12.88 PBCC images/core-x86.pb-c.c [2021-02-22T19:10:40.749Z] #41 48.26 Selecting previously unselected package libprotobuf17:amd64. [2021-02-22T19:10:40.749Z] #41 48.26 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:40.749Z] #41 48.27 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:40.972Z] #42 12.94 PBCC images/core.pb-c.c [2021-02-22T19:10:40.972Z] #42 12.99 PBCC images/inventory.pb-c.c [2021-02-22T19:10:40.972Z] #42 13.04 DEP images/core-aarch64.pb-c.d [2021-02-22T19:10:40.972Z] #42 13.08 DEP images/core-arm.pb-c.d [2021-02-22T19:10:40.972Z] #42 13.13 DEP images/core-ppc64.pb-c.d [2021-02-22T19:10:41.235Z] #42 13.25 DEP images/core-s390.pb-c.d [2021-02-22T19:10:41.235Z] #42 13.30 DEP images/core-x86.pb-c.d [2021-02-22T19:10:41.235Z] #42 13.37 DEP images/core.pb-c.d [2021-02-22T19:10:41.491Z] #48 ... [2021-02-22T19:10:41.491Z] [2021-02-22T19:10:41.491Z] #54 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-02-22T19:10:41.491Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-22T19:10:41.491Z] #54 44.82 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:41.491Z] #54 45.00 Fetched 119 kB in 0s (422 kB/s) [2021-02-22T19:10:41.491Z] #54 45.12 Selecting previously unselected package libbtrfs0. [2021-02-22T19:10:41.491Z] #54 45.12 (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-02-22T19:10:41.491Z] #54 45.18 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-22T19:10:41.491Z] #54 45.20 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-22T19:10:41.491Z] #54 45.34 Selecting previously unselected package libbtrfs-dev. [2021-02-22T19:10:41.491Z] #54 45.34 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-22T19:10:41.491Z] #54 45.35 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:10:41.491Z] #54 45.59 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-22T19:10:41.491Z] #54 45.61 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:10:41.491Z] #54 45.65 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:10:41.491Z] #54 DONE 46.1s [2021-02-22T19:10:41.499Z] #42 13.44 DEP images/inventory.pb-c.d [2021-02-22T19:10:41.499Z] #42 13.47 PBCC images/cpuinfo.pb-c.c [2021-02-22T19:10:41.499Z] #42 13.50 DEP images/cpuinfo.pb-c.d [2021-02-22T19:10:41.499Z] #42 13.57 PBCC images/stats.pb-c.c [2021-02-22T19:10:41.499Z] #42 13.58 DEP images/stats.pb-c.d [2021-02-22T19:10:41.742Z] #41 49.11 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-22T19:10:41.742Z] #41 49.11 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:41.742Z] #41 49.12 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:41.756Z] [2021-02-22T19:10:41.756Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:10:41.756Z] #55 sha256:a8cafc750c6d644dab8c313f6d479893777bca9e7e8983a01e5027f08fea8e3e [2021-02-22T19:10:42.004Z] #41 49.43 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-22T19:10:42.004Z] #41 49.44 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:42.004Z] #41 49.45 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:42.628Z] #44 ... [2021-02-22T19:10:42.628Z] [2021-02-22T19:10:42.628Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:10:42.628Z] #46 sha256:110c9b2ea6c612aae394c4489361a297aa08f12baf1f84da9cf15214177f89c2 [2021-02-22T19:10:42.628Z] #46 DONE 58.4s [2021-02-22T19:10:42.704Z] #55 1.106 + RM_GOPATH=0 [2021-02-22T19:10:42.704Z] #55 1.111 + TMP_GOPATH= [2021-02-22T19:10:42.704Z] #55 1.111 + : /build [2021-02-22T19:10:42.704Z] #55 1.111 + '[' -z '' ']' [2021-02-22T19:10:42.704Z] #55 1.124 ++ mktemp -d [2021-02-22T19:10:42.704Z] #55 1.126 + export GOPATH=/tmp/tmp.bc19xgvytA [2021-02-22T19:10:42.704Z] #55 1.126 + GOPATH=/tmp/tmp.bc19xgvytA [2021-02-22T19:10:42.704Z] #55 1.126 + RM_GOPATH=1 [2021-02-22T19:10:42.704Z] #55 1.126 + case "$(go env GOARCH)" in [2021-02-22T19:10:42.704Z] #55 1.126 ++ go env GOARCH [2021-02-22T19:10:42.704Z] #55 1.166 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:42.704Z] #55 1.167 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:42.704Z] #55 1.168 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:42.704Z] #55 1.176 + dir=/tmp/install [2021-02-22T19:10:42.704Z] #55 1.177 + bin=containerd [2021-02-22T19:10:42.704Z] #55 1.177 + shift [2021-02-22T19:10:42.704Z] #55 1.177 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-22T19:10:42.704Z] #55 1.177 + . /tmp/install/containerd.installer [2021-02-22T19:10:42.704Z] #55 1.178 ++ set -e [2021-02-22T19:10:42.704Z] #55 1.178 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:10:42.704Z] #55 1.178 + install_containerd [2021-02-22T19:10:42.704Z] #55 1.179 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-22T19:10:42.704Z] #55 1.179 + git clone https://github.com/containerd/containerd.git /tmp/tmp.bc19xgvytA/src/github.com/containerd/containerd [2021-02-22T19:10:42.704Z] #55 1.179 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:10:42.704Z] #55 1.183 Cloning into '/tmp/tmp.bc19xgvytA/src/github.com/containerd/containerd'... [2021-02-22T19:10:42.887Z] [2021-02-22T19:10:42.888Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:42.888Z] #50 sha256:a74ad4b260257c14c461a63e72d975bc5128289c6b7a79e2791bf7e40da29f60 [2021-02-22T19:10:42.888Z] #50 48.46 syscall [2021-02-22T19:10:42.888Z] #50 48.49 reflect [2021-02-22T19:10:42.888Z] #50 56.86 time [2021-02-22T19:10:42.895Z] #42 15.13 make[1]: Nothing to be done for 'all'. [2021-02-22T19:10:43.148Z] #50 ... [2021-02-22T19:10:43.148Z] [2021-02-22T19:10:43.148Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:43.148Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:43.148Z] #41 49.35 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-22T19:10:43.148Z] #41 49.35 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:43.148Z] #41 49.36 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:43.148Z] #41 49.63 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-22T19:10:43.148Z] #41 49.63 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:43.148Z] #41 49.65 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:43.148Z] #41 51.13 Selecting previously unselected package libprotoc17:amd64. [2021-02-22T19:10:43.148Z] #41 51.13 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:43.148Z] #41 51.14 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:43.148Z] #41 51.73 Selecting previously unselected package protobuf-c-compiler. [2021-02-22T19:10:43.148Z] #41 51.73 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-22T19:10:43.148Z] #41 51.74 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-22T19:10:43.148Z] #41 51.90 Selecting previously unselected package protobuf-compiler. [2021-02-22T19:10:43.148Z] #41 51.90 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:43.148Z] #41 51.91 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-22T19:10:43.148Z] #41 52.10 Selecting previously unselected package python-pkg-resources. [2021-02-22T19:10:43.148Z] #41 52.10 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-22T19:10:43.148Z] #41 52.11 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-22T19:10:43.148Z] #41 52.41 Selecting previously unselected package python-six. [2021-02-22T19:10:43.148Z] #41 52.41 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-22T19:10:43.148Z] #41 52.44 Unpacking python-six (1.12.0-1) ... [2021-02-22T19:10:43.148Z] #41 52.55 Selecting previously unselected package python-protobuf. [2021-02-22T19:10:43.148Z] #41 52.55 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:43.148Z] #41 52.56 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-22T19:10:43.148Z] #41 53.23 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-22T19:10:43.148Z] #41 58.34 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:43.148Z] #41 58.38 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:43.148Z] #41 58.42 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-22T19:10:43.148Z] #41 58.44 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-22T19:10:43.148Z] #41 58.46 Setting up python-six (1.12.0-1) ... [2021-02-22T19:10:43.392Z] #41 50.92 Selecting previously unselected package libprotoc17:amd64. [2021-02-22T19:10:43.392Z] #41 50.92 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:43.392Z] #41 50.94 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:43.846Z] #42 ... [2021-02-22T19:10:43.846Z] [2021-02-22T19:10:43.846Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:10:43.846Z] #55 sha256:9adbdb33f1cf10bc497d587b0e84c6aee323f51356e82cc904e94926c8d02ccc [2021-02-22T19:10:44.111Z] #55 ... [2021-02-22T19:10:44.111Z] [2021-02-22T19:10:44.111Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:44.111Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:44.111Z] #35 31.39 Reading package lists... [2021-02-22T19:10:44.111Z] #35 38.80 Building dependency tree... [2021-02-22T19:10:44.111Z] #35 42.92 The following additional packages will be installed: [2021-02-22T19:10:44.111Z] #35 42.94 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-22T19:10:44.111Z] #35 42.97 Suggested packages: [2021-02-22T19:10:44.111Z] #35 42.97 cmake-doc ninja-build lrzip [2021-02-22T19:10:44.111Z] #35 42.97 Recommended packages: [2021-02-22T19:10:44.111Z] #35 42.97 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-22T19:10:44.111Z] #35 43.98 The following NEW packages will be installed: [2021-02-22T19:10:44.111Z] #35 44.00 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-22T19:10:44.111Z] #35 44.01 vim-common xxd [2021-02-22T19:10:44.111Z] #35 44.39 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded. [2021-02-22T19:10:44.111Z] #35 44.39 Need to get 14.9 MB of archives. [2021-02-22T19:10:44.111Z] #35 44.39 After this operation, 61.8 MB of additional disk space will be used. [2021-02-22T19:10:44.111Z] #35 44.39 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-22T19:10:44.111Z] #35 44.40 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-22T19:10:44.111Z] #35 44.41 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-22T19:10:44.111Z] #35 44.54 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-22T19:10:44.111Z] #35 45.22 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-22T19:10:44.111Z] #35 45.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-22T19:10:44.111Z] #35 45.32 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-22T19:10:44.111Z] #35 45.33 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-22T19:10:44.111Z] #35 45.37 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-22T19:10:44.111Z] #35 45.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-22T19:10:44.111Z] #35 47.13 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:44.111Z] #35 47.46 Fetched 14.9 MB in 2s (9807 kB/s) [2021-02-22T19:10:44.111Z] #35 47.55 Selecting previously unselected package xxd. [2021-02-22T19:10:44.111Z] #35 47.55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-22T19:10:44.111Z] #35 47.63 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-22T19:10:44.111Z] #35 47.64 Unpacking xxd (2:8.1.0875-5) ... [2021-02-22T19:10:44.111Z] #35 47.88 Selecting previously unselected package vim-common. [2021-02-22T19:10:44.111Z] #35 47.88 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-22T19:10:44.111Z] #35 47.94 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-22T19:10:44.111Z] #35 48.30 Selecting previously unselected package cmake-data. [2021-02-22T19:10:44.111Z] #35 48.30 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-22T19:10:44.111Z] #35 48.35 Unpacking cmake-data (3.13.4-1) ... [2021-02-22T19:10:44.111Z] #35 ... [2021-02-22T19:10:44.111Z] [2021-02-22T19:10:44.111Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:44.111Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:44.111Z] #41 31.56 Reading package lists... [2021-02-22T19:10:44.111Z] #41 39.29 Building dependency tree... [2021-02-22T19:10:44.111Z] #41 43.24 The following additional packages will be installed: [2021-02-22T19:10:44.111Z] #41 43.26 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-22T19:10:44.111Z] #41 43.26 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-22T19:10:44.111Z] #41 43.28 Suggested packages: [2021-02-22T19:10:44.111Z] #41 43.28 manpages-dev python-setuptools [2021-02-22T19:10:44.111Z] #41 44.46 The following NEW packages will be installed: [2021-02-22T19:10:44.111Z] #41 44.48 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-22T19:10:44.111Z] #41 44.48 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-22T19:10:44.111Z] #41 44.48 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-22T19:10:44.111Z] #41 44.49 python-six zlib1g-dev [2021-02-22T19:10:44.111Z] #41 44.94 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded. [2021-02-22T19:10:44.111Z] #41 44.94 Need to get 4095 kB of archives. [2021-02-22T19:10:44.111Z] #41 44.94 After this operation, 22.5 MB of additional disk space will be used. [2021-02-22T19:10:44.111Z] #41 44.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-22T19:10:44.111Z] #41 44.95 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-22T19:10:44.111Z] #41 44.95 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-02-22T19:10:44.111Z] #41 44.95 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-22T19:10:44.111Z] #41 44.96 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-22T19:10:44.111Z] #41 44.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-22T19:10:44.111Z] #41 44.97 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-02-22T19:10:44.111Z] #41 44.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-02-22T19:10:44.111Z] #41 45.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-22T19:10:44.111Z] #41 45.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-22T19:10:44.111Z] #41 45.12 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-22T19:10:44.111Z] #41 45.25 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-22T19:10:44.111Z] #41 45.32 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-02-22T19:10:44.111Z] #41 45.33 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-02-22T19:10:44.111Z] #41 45.37 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-22T19:10:44.111Z] #41 45.37 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-22T19:10:44.111Z] #41 45.37 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-22T19:10:44.111Z] #41 47.03 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:44.111Z] #41 47.35 Fetched 4095 kB in 1s (5697 kB/s) [2021-02-22T19:10:44.111Z] #41 47.45 Selecting previously unselected package libcap-dev:amd64. [2021-02-22T19:10:44.111Z] #41 47.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-02-22T19:10:44.111Z] #41 47.59 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-22T19:10:44.111Z] #41 47.60 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-22T19:10:44.111Z] #41 47.75 Selecting previously unselected package libnet1:amd64. [2021-02-22T19:10:44.111Z] #41 47.76 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-22T19:10:44.111Z] #41 47.78 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:44.111Z] #41 47.95 Selecting previously unselected package libnet1-dev. [2021-02-22T19:10:44.111Z] #41 47.98 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-22T19:10:44.111Z] #41 47.99 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:44.111Z] #41 48.26 Selecting previously unselected package libnl-3-200:amd64. [2021-02-22T19:10:44.111Z] #41 48.26 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-22T19:10:44.111Z] #41 48.27 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-22T19:10:44.111Z] #41 48.45 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-22T19:10:44.111Z] #41 48.48 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-22T19:10:44.111Z] #41 48.49 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-22T19:10:44.111Z] #41 48.83 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-22T19:10:44.111Z] #41 ... [2021-02-22T19:10:44.111Z] [2021-02-22T19:10:44.111Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:44.111Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:44.111Z] #12 31.63 Reading package lists... [2021-02-22T19:10:44.111Z] #12 39.15 Building dependency tree... [2021-02-22T19:10:44.111Z] #12 43.18 The following additional packages will be installed: [2021-02-22T19:10:44.111Z] #12 43.18 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-22T19:10:44.111Z] #12 43.18 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-22T19:10:44.111Z] #12 43.19 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-22T19:10:44.111Z] #12 43.19 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-22T19:10:44.111Z] #12 43.19 mingw-w64-x86-64-dev [2021-02-22T19:10:44.111Z] #12 43.20 Suggested packages: [2021-02-22T19:10:44.111Z] #12 43.22 gcc-8-locales seccomp wine64 [2021-02-22T19:10:44.111Z] #12 44.63 The following NEW packages will be installed: [2021-02-22T19:10:44.111Z] #12 44.63 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-22T19:10:44.111Z] #12 44.63 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-22T19:10:44.111Z] #12 44.63 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-22T19:10:44.111Z] #12 44.63 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-22T19:10:44.111Z] #12 44.63 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-22T19:10:44.111Z] #12 44.64 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-22T19:10:44.111Z] #12 44.64 The following packages will be upgraded: [2021-02-22T19:10:44.111Z] #12 44.66 libsystemd0 libudev1 [2021-02-22T19:10:44.111Z] #12 45.06 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-22T19:10:44.111Z] #12 45.06 Need to get 78.2 MB of archives. [2021-02-22T19:10:44.111Z] #12 45.06 After this operation, 487 MB of additional disk space will be used. [2021-02-22T19:10:44.111Z] #12 45.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-02-22T19:10:44.111Z] #12 45.07 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-02-22T19:10:44.111Z] #12 45.10 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-02-22T19:10:44.111Z] #12 45.34 Get:4 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-02-22T19:10:44.111Z] #12 45.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-22T19:10:44.111Z] #12 45.55 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-02-22T19:10:44.111Z] #12 45.55 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-22T19:10:44.111Z] #12 45.57 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-22T19:10:44.111Z] #12 46.03 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-22T19:10:44.111Z] #12 46.54 Get:10 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-02-22T19:10:44.111Z] #12 46.56 Get:11 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-02-22T19:10:44.334Z] #41 51.71 Selecting previously unselected package protobuf-c-compiler. [2021-02-22T19:10:44.334Z] #41 51.72 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-22T19:10:44.334Z] #41 51.73 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-22T19:10:44.334Z] #41 51.90 Selecting previously unselected package protobuf-compiler. [2021-02-22T19:10:44.334Z] #41 51.92 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:44.374Z] #12 ... [2021-02-22T19:10:44.374Z] [2021-02-22T19:10:44.374Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:44.374Z] #33 sha256:7d4f25d0d746498f477cc093c953aeb13c6e95cb85ad2ccf285e3323d001d34b [2021-02-22T19:10:44.374Z] #33 38.88 sync [2021-02-22T19:10:44.374Z] #33 38.88 internal/reflectlite [2021-02-22T19:10:44.374Z] #33 41.80 sort [2021-02-22T19:10:44.374Z] #33 41.81 errors [2021-02-22T19:10:44.374Z] #33 42.18 strconv [2021-02-22T19:10:44.374Z] #33 43.11 io [2021-02-22T19:10:44.374Z] #33 44.32 internal/oserror [2021-02-22T19:10:44.374Z] #33 44.45 syscall [2021-02-22T19:10:44.374Z] #33 45.82 reflect [2021-02-22T19:10:44.374Z] #33 ... [2021-02-22T19:10:44.374Z] [2021-02-22T19:10:44.374Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:44.374Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:44.374Z] #41 48.84 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-22T19:10:44.374Z] #41 48.84 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-22T19:10:44.374Z] #41 48.93 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-22T19:10:44.374Z] #41 48.94 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-22T19:10:44.374Z] #41 48.96 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-22T19:10:44.531Z] #41 ... [2021-02-22T19:10:44.531Z] [2021-02-22T19:10:44.531Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:44.531Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:44.531Z] #35 50.09 Selecting previously unselected package libicu63:amd64. [2021-02-22T19:10:44.531Z] #35 50.12 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-22T19:10:44.531Z] #35 50.14 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-22T19:10:44.531Z] #35 58.14 Selecting previously unselected package libxml2:amd64. [2021-02-22T19:10:44.531Z] #35 58.15 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-22T19:10:44.531Z] #35 58.18 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-22T19:10:44.531Z] #35 59.06 Selecting previously unselected package libarchive13:amd64. [2021-02-22T19:10:44.531Z] #35 59.08 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-22T19:10:44.531Z] #35 59.10 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-22T19:10:44.531Z] #35 59.74 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-22T19:10:44.531Z] #35 59.77 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-22T19:10:44.531Z] #35 59.78 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-22T19:10:44.531Z] #35 60.00 Selecting previously unselected package librhash0:amd64. [2021-02-22T19:10:44.531Z] #35 60.00 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-22T19:10:44.531Z] #35 60.02 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-22T19:10:44.531Z] #35 60.21 Selecting previously unselected package libuv1:amd64. [2021-02-22T19:10:44.531Z] #35 60.21 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-22T19:10:44.531Z] #35 60.21 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-22T19:10:44.531Z] #35 ... [2021-02-22T19:10:44.531Z] [2021-02-22T19:10:44.531Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:44.531Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:44.531Z] #12 56.61 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-22T19:10:44.531Z] #12 56.62 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-22T19:10:44.531Z] #12 56.62 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-22T19:10:44.531Z] #12 60.22 Selecting previously unselected package binutils-mingw-w64. [2021-02-22T19:10:44.531Z] #12 60.22 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-22T19:10:44.531Z] #12 60.23 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-22T19:10:44.637Z] #41 49.09 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-22T19:10:44.637Z] #41 49.14 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-22T19:10:44.637Z] #41 49.15 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-22T19:10:44.637Z] #55 34.18 Checking out files: 61% (2315/3766) Checking out files: 62% (2335/3766) Checking out files: 63% (2373/3766) Checking out files: 64% (2411/3766) Checking out files: 65% (2448/3766) Checking out files: 66% (2486/3766) Checking out files: 67% (2524/3766) Checking out files: 68% (2561/3766) Checking out files: 69% (2599/3766) Checking out files: 70% (2637/3766) Checking out files: 71% (2674/3766) Checking out files: 72% (2712/3766) Checking out files: 73% (2750/3766) Checking out files: 74% (2787/3766) Checking out files: 75% (2825/3766) Checking out files: 76% (2863/3766) Checking out files: 77% (2900/3766) Checking out files: 78% (2938/3766) Checking out files: 79% (2976/3766) Checking out files: 80% (3013/3766) Checking out files: 81% (3051/3766) Checking out files: 82% (3089/3766) Checking out files: 83% (3126/3766) Checking out files: 84% (3164/3766) Checking out files: 85% (3202/3766) Checking out files: 86% (3239/3766) Checking out files: 87% (3277/3766) Checking out files: 88% (3315/3766) Checking out files: 89% (3352/3766) Checking out files: 90% (3390/3766) Checking out files: 91% (3428/3766) Checking out files: 92% (3465/3766) Checking out files: 93% (3503/3766) Checking out files: 94% (3541/3766) Checking out files: 95% (3578/3766) Checking out files: 96% (3616/3766) Checking out files: 97% (3654/3766) Checking out files: 98% (3691/3766) Checking out files: 99% (3729/3766) Checking out files: 100% (3766/3766) Checking out files: 100% (3766/3766), done. [2021-02-22T19:10:44.637Z] #55 35.02 + cd /tmp/tmp.MSEQbfiOFs/src/github.com/containerd/containerd [2021-02-22T19:10:44.637Z] #55 35.02 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:10:44.651Z] #41 51.93 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-22T19:10:44.651Z] #41 52.07 Selecting previously unselected package python-pkg-resources. [2021-02-22T19:10:44.651Z] #41 52.07 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-22T19:10:44.651Z] #41 52.08 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-22T19:10:44.651Z] #41 ... [2021-02-22T19:10:44.651Z] [2021-02-22T19:10:44.651Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:44.651Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:44.651Z] #12 42.12 The following additional packages will be installed: [2021-02-22T19:10:44.651Z] #12 42.12 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-22T19:10:44.651Z] #12 42.12 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-22T19:10:44.651Z] #12 42.12 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-22T19:10:44.651Z] #12 42.12 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-22T19:10:44.651Z] #12 42.19 mingw-w64-x86-64-dev [2021-02-22T19:10:44.651Z] #12 42.19 Suggested packages: [2021-02-22T19:10:44.651Z] #12 42.19 gcc-8-locales seccomp wine64 [2021-02-22T19:10:44.651Z] #12 43.96 The following NEW packages will be installed: [2021-02-22T19:10:44.651Z] #12 43.98 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-22T19:10:44.651Z] #12 43.98 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-22T19:10:44.651Z] #12 43.98 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-22T19:10:44.651Z] #12 43.98 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-22T19:10:44.651Z] #12 43.98 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-22T19:10:44.651Z] #12 43.99 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-22T19:10:44.651Z] #12 44.01 The following packages will be upgraded: [2021-02-22T19:10:44.651Z] #12 44.02 libsystemd0 libudev1 [2021-02-22T19:10:44.651Z] #12 44.41 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded. [2021-02-22T19:10:44.651Z] #12 44.41 Need to get 78.2 MB of archives. [2021-02-22T19:10:44.651Z] #12 44.41 After this operation, 487 MB of additional disk space will be used. [2021-02-22T19:10:44.651Z] #12 44.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB] [2021-02-22T19:10:44.651Z] #12 44.42 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB] [2021-02-22T19:10:44.651Z] #12 44.45 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-02-22T19:10:44.651Z] #12 44.65 Get:4 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-02-22T19:10:44.651Z] #12 44.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-22T19:10:44.651Z] #12 44.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-02-22T19:10:44.652Z] #12 44.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-22T19:10:44.652Z] #12 44.96 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-22T19:10:44.652Z] #12 45.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-22T19:10:44.652Z] #12 46.09 Get:10 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-02-22T19:10:44.652Z] #12 46.11 Get:11 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-02-22T19:10:44.652Z] #12 49.97 Get:12 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-02-22T19:10:44.795Z] #12 60.39 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-22T19:10:44.795Z] #12 60.39 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-22T19:10:44.795Z] #12 60.40 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-22T19:10:44.905Z] #41 49.47 Selecting previously unselected package libprotobuf17:amd64. [2021-02-22T19:10:44.905Z] #41 49.47 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:44.905Z] #41 49.49 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:44.913Z] #12 ... [2021-02-22T19:10:44.913Z] [2021-02-22T19:10:44.913Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:10:44.913Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-22T19:10:44.913Z] #31 47.40 Checking out files: 87% (1332/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-02-22T19:10:44.913Z] #31 48.11 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-22T19:10:44.913Z] #31 48.83 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:10:45.056Z] #12 60.61 Selecting previously unselected package dmsetup. [2021-02-22T19:10:45.056Z] #12 60.62 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-22T19:10:45.056Z] #12 60.62 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-22T19:10:45.174Z] #31 ... [2021-02-22T19:10:45.174Z] [2021-02-22T19:10:45.174Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:45.174Z] #44 sha256:e17b54739c5147805ce5ba27746d7b7a36ceef8c044630e4b39b0a9f42ce1f22 [2021-02-22T19:10:45.174Z] #44 42.73 strconv [2021-02-22T19:10:45.174Z] #44 42.73 io [2021-02-22T19:10:45.174Z] #44 44.28 bytes [2021-02-22T19:10:45.174Z] #44 46.97 bufio [2021-02-22T19:10:45.174Z] #44 47.00 reflect [2021-02-22T19:10:45.174Z] #44 48.90 syscall [2021-02-22T19:10:45.318Z] #12 60.83 Selecting previously unselected package mingw-w64-common. [2021-02-22T19:10:45.318Z] #12 60.83 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-22T19:10:45.318Z] #12 60.84 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-22T19:10:45.435Z] #44 ... [2021-02-22T19:10:45.435Z] [2021-02-22T19:10:45.435Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:45.435Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:45.435Z] #12 52.57 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-22T19:10:45.435Z] #12 52.58 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-22T19:10:45.435Z] #12 52.58 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-22T19:10:45.435Z] #12 52.58 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-22T19:10:45.435Z] #12 52.59 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-02-22T19:10:45.435Z] #12 52.60 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-02-22T19:10:45.435Z] #12 52.61 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-22T19:10:45.435Z] #12 52.64 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-22T19:10:45.435Z] #12 52.66 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-22T19:10:45.435Z] #12 52.70 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-22T19:10:45.435Z] #12 52.71 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-22T19:10:45.435Z] #12 52.77 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-22T19:10:45.435Z] #12 52.78 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-02-22T19:10:45.435Z] #12 52.80 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-22T19:10:45.435Z] #12 52.81 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-02-22T19:10:45.578Z] #12 ... [2021-02-22T19:10:45.578Z] [2021-02-22T19:10:45.578Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:45.578Z] #33 sha256:ded16fc4a4800d4921f3da39b5406ee62df254e3a1d3ccfbc9dcd351324b26c9 [2021-02-22T19:10:45.578Z] #33 51.16 time [2021-02-22T19:10:45.578Z] #33 57.24 internal/poll [2021-02-22T19:10:45.578Z] #33 59.66 internal/syscall/execenv [2021-02-22T19:10:45.578Z] #33 59.87 internal/syscall/unix [2021-02-22T19:10:45.578Z] #33 59.96 internal/fmtsort [2021-02-22T19:10:45.578Z] #33 60.16 os [2021-02-22T19:10:45.578Z] #33 60.55 strings [2021-02-22T19:10:45.578Z] #33 ... [2021-02-22T19:10:45.578Z] [2021-02-22T19:10:45.578Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:45.578Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:45.578Z] #35 60.38 Selecting previously unselected package cmake. [2021-02-22T19:10:45.578Z] #35 60.38 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-22T19:10:45.578Z] #35 60.39 Unpacking cmake (3.13.4-1) ... [2021-02-22T19:10:45.856Z] #41 50.34 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-22T19:10:45.856Z] #41 50.34 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:45.856Z] #41 50.35 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:45.856Z] #41 ... [2021-02-22T19:10:45.856Z] [2021-02-22T19:10:45.856Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:45.856Z] #44 sha256:1658c155205d228ce9d4b9bfba903b872936f529a1fbdc0d12310df32b638045 [2021-02-22T19:10:45.856Z] #44 40.32 sync [2021-02-22T19:10:45.856Z] #44 40.33 internal/reflectlite [2021-02-22T19:10:45.856Z] #44 42.09 github.com/LK4D4/vndr/godl/singleflight [2021-02-22T19:10:45.856Z] #44 42.39 math/rand [2021-02-22T19:10:45.856Z] #44 43.44 internal/singleflight [2021-02-22T19:10:45.856Z] #44 43.76 strconv [2021-02-22T19:10:45.856Z] #44 43.76 io [2021-02-22T19:10:45.856Z] #44 44.97 bytes [2021-02-22T19:10:45.856Z] #44 48.21 reflect [2021-02-22T19:10:45.856Z] #44 48.40 bufio [2021-02-22T19:10:45.856Z] #44 50.28 syscall [2021-02-22T19:10:45.856Z] #44 ... [2021-02-22T19:10:45.856Z] [2021-02-22T19:10:45.856Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:10:45.856Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-22T19:10:45.856Z] #31 48.96 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-02-22T19:10:45.856Z] #31 49.64 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-22T19:10:45.856Z] #31 49.81 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:10:46.569Z] #55 36.53 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-22T19:10:46.569Z] #55 36.53 + BUILDTAGS='netgo osusergo static_build' [2021-02-22T19:10:46.569Z] #55 36.53 + export EXTRA_FLAGS=-buildmode=pie [2021-02-22T19:10:46.569Z] #55 36.53 + EXTRA_FLAGS=-buildmode=pie [2021-02-22T19:10:46.569Z] #55 36.53 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-22T19:10:46.569Z] #55 36.53 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-22T19:10:46.569Z] #55 36.53 + '[' '' = dynamic ']' [2021-02-22T19:10:46.569Z] #55 36.53 + make [2021-02-22T19:10:46.822Z] #12 54.21 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:47.150Z] #12 54.46 Fetched 78.2 MB in 9s (8997 kB/s) [2021-02-22T19:10:47.150Z] #12 54.64 (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-02-22T19:10:47.150Z] #12 54.76 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-02-22T19:10:47.159Z] #55 ... [2021-02-22T19:10:47.159Z] [2021-02-22T19:10:47.160Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:47.160Z] #50 sha256:214d595d26aa212aa2ae4510b60549626afbb94371b23f62c30a9b7ca43b3b52 [2021-02-22T19:10:47.160Z] #50 64.59 golang.org/x/crypto/ssh/terminal [2021-02-22T19:10:47.160Z] #50 67.50 mvdan.cc/sh/v3/cmd/shfmt [2021-02-22T19:10:47.160Z] #50 DONE 72.7s [2021-02-22T19:10:47.160Z] [2021-02-22T19:10:47.160Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:10:47.160Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:10:47.160Z] #42 16.56 CC images/stats.o [2021-02-22T19:10:47.160Z] #42 17.18 CC images/core.o [2021-02-22T19:10:47.160Z] #42 18.04 CC images/core-x86.o [2021-02-22T19:10:47.160Z] #42 18.51 CC images/core-arm.o [2021-02-22T19:10:47.160Z] #42 18.85 CC images/core-aarch64.o [2021-02-22T19:10:47.160Z] #42 19.34 CC images/core-ppc64.o [2021-02-22T19:10:47.423Z] #12 54.79 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-22T19:10:47.684Z] #12 55.22 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-02-22T19:10:48.109Z] #42 20.07 CC images/core-s390.o [2021-02-22T19:10:48.212Z] #12 55.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-02-22T19:10:48.212Z] #12 55.57 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-02-22T19:10:48.212Z] #12 55.60 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-22T19:10:48.288Z] #35 63.50 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-22T19:10:48.288Z] #35 63.53 Setting up xxd (2:8.1.0875-5) ... [2021-02-22T19:10:48.288Z] #35 63.55 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-22T19:10:48.288Z] #35 63.57 Setting up vim-common (2:8.1.0875-5) ... [2021-02-22T19:10:48.288Z] #35 63.61 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-22T19:10:48.288Z] #35 63.64 Setting up cmake-data (3.13.4-1) ... [2021-02-22T19:10:48.288Z] #35 63.66 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-22T19:10:48.288Z] #35 63.68 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-22T19:10:48.288Z] #35 63.72 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-22T19:10:48.288Z] #35 63.76 Setting up cmake (3.13.4-1) ... [2021-02-22T19:10:48.288Z] #35 63.77 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:10:48.288Z] #35 63.90 Processing triggers for mime-support (3.62) ... [2021-02-22T19:10:48.473Z] #12 55.87 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-02-22T19:10:48.473Z] #12 56.02 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-22T19:10:48.735Z] #12 56.02 (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-02-22T19:10:48.735Z] #12 56.12 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-22T19:10:48.735Z] #12 56.14 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-22T19:10:49.058Z] #42 20.93 CC images/cpuinfo.o [2021-02-22T19:10:49.227Z] #35 DONE 64.7s [2021-02-22T19:10:49.227Z] [2021-02-22T19:10:49.227Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-22T19:10:49.227Z] #36 sha256:6e1c580790b6082c3dc3247f917725e5276299a23fc25e0218b5cd9e62774e90 [2021-02-22T19:10:49.635Z] #42 21.44 CC images/inventory.o [2021-02-22T19:10:49.635Z] #42 21.75 CC images/fdinfo.o [2021-02-22T19:10:49.635Z] #42 ... [2021-02-22T19:10:49.635Z] [2021-02-22T19:10:49.635Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:49.635Z] #44 sha256:c73fb4b3a90da34e6631506d20d932d7a37764a23b8f7d41cb5f5f51e01f15a1 [2021-02-22T19:10:49.635Z] #44 65.54 go/parser [2021-02-22T19:10:49.635Z] #44 66.15 encoding/xml [2021-02-22T19:10:49.635Z] #44 69.27 crypto/rand [2021-02-22T19:10:49.635Z] #44 69.95 go/doc [2021-02-22T19:10:49.635Z] #44 70.15 crypto/elliptic [2021-02-22T19:10:49.635Z] #44 73.37 encoding/asn1 [2021-02-22T19:10:49.635Z] #44 74.21 vendor/golang.org/x/text/secure/bidirule [2021-02-22T19:10:49.635Z] #44 74.51 github.com/LK4D4/vndr/build [2021-02-22T19:10:49.635Z] #44 74.76 vendor/golang.org/x/text/unicode/norm [2021-02-22T19:10:49.899Z] #44 ... [2021-02-22T19:10:49.899Z] [2021-02-22T19:10:49.899Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:49.899Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-22T19:10:49.899Z] #12 73.91 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-22T19:10:49.899Z] #12 73.92 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-02-22T19:10:49.899Z] #12 73.93 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:10:50.167Z] #36 1.161 + RM_GOPATH=0 [2021-02-22T19:10:50.167Z] #36 1.161 + TMP_GOPATH= [2021-02-22T19:10:50.167Z] #36 1.161 + : /build [2021-02-22T19:10:50.167Z] #36 1.161 + '[' -z '' ']' [2021-02-22T19:10:50.167Z] #36 1.161 ++ mktemp -d [2021-02-22T19:10:50.428Z] #36 1.164 + export GOPATH=/tmp/tmp.MjRzAzKWD0 [2021-02-22T19:10:50.428Z] #36 1.165 + GOPATH=/tmp/tmp.MjRzAzKWD0 [2021-02-22T19:10:50.428Z] #36 1.165 + RM_GOPATH=1 [2021-02-22T19:10:50.428Z] #36 1.165 + case "$(go env GOARCH)" in [2021-02-22T19:10:50.428Z] #36 1.167 ++ go env GOARCH [2021-02-22T19:10:50.428Z] #36 1.193 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:50.428Z] #36 1.193 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:10:50.428Z] #36 1.194 ++ dirname /tmp/install/install.sh [2021-02-22T19:10:50.428Z] #36 1.198 + dir=/tmp/install [2021-02-22T19:10:50.428Z] #36 1.209 + bin=tini [2021-02-22T19:10:50.428Z] #36 1.209 + shift [2021-02-22T19:10:50.428Z] #36 1.210 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-22T19:10:50.428Z] #36 1.210 + . /tmp/install/tini.installer [2021-02-22T19:10:50.428Z] #36 1.210 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-22T19:10:50.428Z] #36 1.211 + install_tini [2021-02-22T19:10:50.428Z] #36 1.211 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-22T19:10:50.428Z] #36 1.212 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-22T19:10:50.428Z] #36 1.217 + git clone https://github.com/krallin/tini.git /tmp/tmp.MjRzAzKWD0/tini [2021-02-22T19:10:50.428Z] #36 1.220 Cloning into '/tmp/tmp.MjRzAzKWD0/tini'... [2021-02-22T19:10:50.999Z] #36 1.981 + cd /tmp/tmp.MjRzAzKWD0/tini [2021-02-22T19:10:50.999Z] #36 1.981 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-22T19:10:50.999Z] #36 1.986 + cmake . [2021-02-22T19:10:51.162Z] #31 ... [2021-02-22T19:10:51.162Z] [2021-02-22T19:10:51.162Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:51.162Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:51.162Z] #12 49.88 Get:12 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-02-22T19:10:51.162Z] #12 52.10 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-22T19:10:51.162Z] #12 52.11 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-22T19:10:51.162Z] #12 52.12 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-22T19:10:51.162Z] #12 52.14 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-22T19:10:51.162Z] #12 52.15 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-02-22T19:10:51.162Z] #12 52.15 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB] [2021-02-22T19:10:51.162Z] #12 52.16 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-22T19:10:51.162Z] #12 52.20 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-22T19:10:51.162Z] #12 52.22 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-22T19:10:51.162Z] #12 52.25 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-22T19:10:51.162Z] #12 52.25 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-22T19:10:51.162Z] #12 52.31 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-22T19:10:51.162Z] #12 52.34 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-02-22T19:10:51.162Z] #12 52.34 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-22T19:10:51.162Z] #12 52.35 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB] [2021-02-22T19:10:51.162Z] #12 53.56 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:10:51.162Z] #12 53.79 Fetched 78.2 MB in 8s (10.3 MB/s) [2021-02-22T19:10:51.162Z] #12 53.91 (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-02-22T19:10:51.162Z] #12 54.03 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ... [2021-02-22T19:10:51.162Z] #12 54.06 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-22T19:10:51.162Z] #12 54.47 Setting up libsystemd0:amd64 (241-7~deb10u6) ... [2021-02-22T19:10:51.163Z] #12 54.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-02-22T19:10:51.163Z] #12 54.77 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ... [2021-02-22T19:10:51.163Z] #12 54.80 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ... [2021-02-22T19:10:51.163Z] #12 55.02 Setting up libudev1:amd64 (241-7~deb10u6) ... [2021-02-22T19:10:51.163Z] #12 55.23 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-22T19:10:51.163Z] #12 55.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-02-22T19:10:51.163Z] #12 55.36 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-22T19:10:51.163Z] #12 55.39 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-22T19:10:51.301Z] #12 ... [2021-02-22T19:10:51.301Z] [2021-02-22T19:10:51.301Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:10:51.301Z] #46 sha256:9045fecda59026b46ee9f2fd11f8fb8d0e9e6667d6203b3b5ff6547732ab0352 [2021-02-22T19:10:51.301Z] #46 DONE 58.9s [2021-02-22T19:10:51.301Z] [2021-02-22T19:10:51.301Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:51.301Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:51.301Z] #41 52.69 Selecting previously unselected package python-six. [2021-02-22T19:10:51.301Z] #41 52.69 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-22T19:10:51.301Z] #41 52.69 Unpacking python-six (1.12.0-1) ... [2021-02-22T19:10:51.301Z] #41 52.81 Selecting previously unselected package python-protobuf. [2021-02-22T19:10:51.301Z] #41 52.82 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:51.301Z] #41 52.82 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-22T19:10:51.301Z] #41 53.39 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-22T19:10:51.301Z] #41 58.36 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:51.301Z] #41 58.58 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:51.301Z] #41 58.73 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-22T19:10:51.301Z] #41 58.87 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-22T19:10:51.301Z] #41 58.94 Setting up python-six (1.12.0-1) ... [2021-02-22T19:10:51.301Z] #41 ... [2021-02-22T19:10:51.301Z] [2021-02-22T19:10:51.301Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:51.301Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:51.301Z] #12 58.95 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-22T19:10:51.301Z] #12 58.96 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-22T19:10:51.561Z] #12 58.97 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-22T19:10:51.561Z] #12 ... [2021-02-22T19:10:51.561Z] [2021-02-22T19:10:51.562Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:51.562Z] #50 sha256:3fbf0e1197064b46eaf5d0e6f37d48a3798be407b55f61fd0212814b5cdaba34 [2021-02-22T19:10:51.562Z] #50 48.99 reflect [2021-02-22T19:10:51.562Z] #50 49.02 syscall [2021-02-22T19:10:51.562Z] #50 56.32 context [2021-02-22T19:10:51.562Z] #50 57.45 internal/poll [2021-02-22T19:10:51.822Z] #50 59.17 os [2021-02-22T19:10:51.822Z] #50 ... [2021-02-22T19:10:51.822Z] [2021-02-22T19:10:51.822Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:51.822Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:51.822Z] #35 50.32 Selecting previously unselected package libicu63:amd64. [2021-02-22T19:10:51.822Z] #35 50.32 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-22T19:10:51.822Z] #35 50.33 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-22T19:10:51.822Z] #35 58.46 Selecting previously unselected package libxml2:amd64. [2021-02-22T19:10:51.822Z] #35 58.47 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-22T19:10:51.822Z] #35 58.54 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-22T19:10:51.822Z] #35 59.37 Selecting previously unselected package libarchive13:amd64. [2021-02-22T19:10:51.822Z] #35 59.37 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-22T19:10:51.822Z] #35 59.37 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-22T19:10:51.940Z] #36 2.693 -- The C compiler identification is GNU 8.3.0 [2021-02-22T19:10:51.940Z] #36 2.736 -- Check for working C compiler: /usr/bin/cc [2021-02-22T19:10:52.400Z] #35 59.94 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-22T19:10:52.510Z] #36 3.470 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-22T19:10:52.510Z] #36 3.478 -- Detecting C compiler ABI info [2021-02-22T19:10:52.663Z] #35 59.97 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-22T19:10:52.663Z] #35 59.97 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-22T19:10:52.925Z] #35 60.37 Selecting previously unselected package librhash0:amd64. [2021-02-22T19:10:52.925Z] #35 60.38 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-22T19:10:52.925Z] #35 60.38 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-22T19:10:52.925Z] #35 ... [2021-02-22T19:10:52.925Z] [2021-02-22T19:10:52.925Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:52.925Z] #33 sha256:49599d74ea920b1a31d76b93719f216fe6a116dd1a5371b73d15ffc7a3a7a05d [2021-02-22T19:10:52.925Z] #33 50.52 time [2021-02-22T19:10:52.925Z] #33 55.45 internal/poll [2021-02-22T19:10:52.925Z] #33 57.70 internal/syscall/execenv [2021-02-22T19:10:52.925Z] #33 57.93 internal/syscall/unix [2021-02-22T19:10:52.925Z] #33 58.37 os [2021-02-22T19:10:52.925Z] #33 60.18 internal/fmtsort [2021-02-22T19:10:53.186Z] #33 ... [2021-02-22T19:10:53.186Z] [2021-02-22T19:10:53.186Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:53.186Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:53.186Z] #35 60.61 Selecting previously unselected package libuv1:amd64. [2021-02-22T19:10:53.186Z] #35 60.61 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-22T19:10:53.186Z] #35 60.62 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-22T19:10:53.447Z] #35 60.80 Selecting previously unselected package cmake. [2021-02-22T19:10:53.447Z] #35 60.80 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-22T19:10:53.447Z] #35 60.81 Unpacking cmake (3.13.4-1) ... [2021-02-22T19:10:53.450Z] #36 4.231 -- Detecting C compiler ABI info - done [2021-02-22T19:10:53.450Z] #36 4.271 -- Detecting C compile features [2021-02-22T19:10:53.722Z] #12 58.21 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-22T19:10:53.722Z] #12 58.21 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-22T19:10:53.722Z] #12 58.23 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-22T19:10:54.128Z] #12 ... [2021-02-22T19:10:54.128Z] [2021-02-22T19:10:54.128Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:10:54.128Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:10:54.128Z] #42 22.11 CC images/fown.o [2021-02-22T19:10:54.128Z] #42 22.36 CC images/ns.o [2021-02-22T19:10:54.128Z] #42 22.63 CC images/regfile.o [2021-02-22T19:10:54.128Z] #42 22.85 CC images/ghost-file.o [2021-02-22T19:10:54.128Z] #42 23.16 CC images/fifo.o [2021-02-22T19:10:54.128Z] #42 23.49 CC images/remap-file-path.o [2021-02-22T19:10:54.128Z] #42 23.74 CC images/eventfd.o [2021-02-22T19:10:54.128Z] #42 23.98 CC images/eventpoll.o [2021-02-22T19:10:54.128Z] #42 24.25 CC images/fh.o [2021-02-22T19:10:54.128Z] #42 24.61 CC images/fsnotify.o [2021-02-22T19:10:54.128Z] #42 25.28 CC images/signalfd.o [2021-02-22T19:10:54.128Z] #42 25.54 CC images/fs.o [2021-02-22T19:10:54.128Z] #42 25.85 CC images/pstree.o [2021-02-22T19:10:54.128Z] #42 26.09 CC images/pipe.o [2021-02-22T19:10:54.391Z] #42 26.28 CC images/tcp-stream.o [2021-02-22T19:10:54.391Z] #42 26.44 CC images/sk-packet.o [2021-02-22T19:10:54.654Z] #42 26.73 CC images/mnt.o [2021-02-22T19:10:54.672Z] #12 ... [2021-02-22T19:10:54.672Z] [2021-02-22T19:10:54.672Z] #46 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-02-22T19:10:54.672Z] #46 sha256:2d8baf3c6d592f81d4ca96e3c022361fc82899ab8f6f0311387623acb69d9c33 [2021-02-22T19:10:54.672Z] #46 DONE 59.0s [2021-02-22T19:10:54.672Z] [2021-02-22T19:10:54.672Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:54.672Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:54.672Z] #41 50.60 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-22T19:10:54.672Z] #41 50.63 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:54.672Z] #41 50.64 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:54.672Z] #41 52.04 Selecting previously unselected package libprotoc17:amd64. [2021-02-22T19:10:54.672Z] #41 52.05 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:54.672Z] #41 52.06 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:54.672Z] #41 52.78 Selecting previously unselected package protobuf-c-compiler. [2021-02-22T19:10:54.672Z] #41 52.80 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-22T19:10:54.672Z] #41 52.84 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-22T19:10:54.672Z] #41 53.00 Selecting previously unselected package protobuf-compiler. [2021-02-22T19:10:54.672Z] #41 53.02 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:54.672Z] #41 53.04 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-22T19:10:54.672Z] #41 53.22 Selecting previously unselected package python-pkg-resources. [2021-02-22T19:10:54.672Z] #41 53.22 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-22T19:10:54.672Z] #41 53.23 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-22T19:10:54.672Z] #41 53.49 Selecting previously unselected package python-six. [2021-02-22T19:10:54.672Z] #41 53.49 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-22T19:10:54.672Z] #41 53.50 Unpacking python-six (1.12.0-1) ... [2021-02-22T19:10:54.672Z] #41 53.62 Selecting previously unselected package python-protobuf. [2021-02-22T19:10:54.672Z] #41 53.62 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-22T19:10:54.672Z] #41 53.63 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-22T19:10:54.672Z] #41 54.15 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-22T19:10:54.834Z] #36 ... [2021-02-22T19:10:54.834Z] [2021-02-22T19:10:54.834Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:54.834Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:54.834Z] #41 63.03 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-22T19:10:54.834Z] #41 63.05 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-22T19:10:54.834Z] #41 63.10 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:54.834Z] #41 63.11 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-22T19:10:54.834Z] #41 63.13 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:54.834Z] #41 63.14 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-22T19:10:54.834Z] #41 63.17 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:54.834Z] #41 63.19 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:54.834Z] #41 63.20 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-22T19:10:54.834Z] #41 63.23 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-22T19:10:54.834Z] #41 69.82 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-22T19:10:54.834Z] #41 69.83 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:10:54.834Z] #41 DONE 70.3s [2021-02-22T19:10:54.834Z] [2021-02-22T19:10:54.834Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:54.834Z] #33 sha256:ded16fc4a4800d4921f3da39b5406ee62df254e3a1d3ccfbc9dcd351324b26c9 [2021-02-22T19:10:54.834Z] #33 63.40 path [2021-02-22T19:10:54.834Z] #33 63.72 fmt [2021-02-22T19:10:54.834Z] #33 64.13 path/filepath [2021-02-22T19:10:54.834Z] #33 66.08 io/ioutil [2021-02-22T19:10:54.834Z] #33 66.83 text/tabwriter [2021-02-22T19:10:54.834Z] #33 68.39 github.com/BurntSushi/toml [2021-02-22T19:10:54.834Z] #33 68.40 flag [2021-02-22T19:10:54.834Z] #33 69.92 log [2021-02-22T19:10:54.834Z] #33 ... [2021-02-22T19:10:54.834Z] [2021-02-22T19:10:54.834Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:54.834Z] #44 sha256:309cc25e457132348b133c16c1b4f9f9f1e83b1abd0c17911594f95ead02208e [2021-02-22T19:10:54.834Z] #44 60.39 internal/fmtsort [2021-02-22T19:10:54.834Z] #44 61.01 strings [2021-02-22T19:10:54.834Z] #44 62.49 os [2021-02-22T19:10:54.834Z] #44 63.85 regexp/syntax [2021-02-22T19:10:54.834Z] #44 66.72 fmt [2021-02-22T19:10:54.834Z] #44 69.36 regexp [2021-02-22T19:10:54.834Z] #44 ... [2021-02-22T19:10:54.834Z] [2021-02-22T19:10:54.834Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:10:54.834Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:10:54.917Z] #42 26.90 CC images/pipe-data.o [2021-02-22T19:10:54.917Z] #42 27.07 CC images/sa.o [2021-02-22T19:10:55.180Z] #42 27.25 CC images/timer.o [2021-02-22T19:10:55.246Z] #41 59.57 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:55.246Z] #41 59.58 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:55.246Z] #41 59.60 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-22T19:10:55.246Z] #41 59.61 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-22T19:10:55.246Z] #41 59.63 Setting up python-six (1.12.0-1) ... [2021-02-22T19:10:55.508Z] #41 ... [2021-02-22T19:10:55.508Z] [2021-02-22T19:10:55.508Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:55.508Z] #50 sha256:a2bf0d2df417fa609975e09b7b46c838da17b60adab9de3e04dcb23a239e99c3 [2021-02-22T19:10:55.508Z] #50 50.09 syscall [2021-02-22T19:10:55.508Z] #50 50.11 reflect [2021-02-22T19:10:55.508Z] #50 59.11 time [2021-02-22T19:10:55.756Z] #42 27.70 CC images/timerfd.o [2021-02-22T19:10:55.756Z] #42 27.93 CC images/mm.o [2021-02-22T19:10:55.771Z] #50 ... [2021-02-22T19:10:55.771Z] [2021-02-22T19:10:55.771Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:10:55.771Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:10:55.771Z] #35 51.59 Selecting previously unselected package libicu63:amd64. [2021-02-22T19:10:55.771Z] #35 51.61 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-22T19:10:55.771Z] #35 51.63 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-22T19:10:55.771Z] #35 59.02 Selecting previously unselected package libxml2:amd64. [2021-02-22T19:10:55.771Z] #35 59.03 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-22T19:10:55.771Z] #35 59.03 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-22T19:10:55.771Z] #35 60.26 Selecting previously unselected package libarchive13:amd64. [2021-02-22T19:10:55.771Z] #35 60.28 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-22T19:10:55.771Z] #35 60.28 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-22T19:10:56.033Z] #35 60.62 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-22T19:10:56.033Z] #35 60.62 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-22T19:10:56.033Z] #35 60.63 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-22T19:10:56.217Z] #42 ... [2021-02-22T19:10:56.217Z] [2021-02-22T19:10:56.217Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:56.217Z] #50 sha256:a74ad4b260257c14c461a63e72d975bc5128289c6b7a79e2791bf7e40da29f60 [2021-02-22T19:10:56.217Z] #50 61.89 encoding/binary [2021-02-22T19:10:56.217Z] #50 63.21 context [2021-02-22T19:10:56.217Z] #50 63.69 encoding/base64 [2021-02-22T19:10:56.217Z] #50 64.09 fmt [2021-02-22T19:10:56.217Z] #50 64.72 path/filepath [2021-02-22T19:10:56.217Z] #50 66.83 golang.org/x/sys/unix [2021-02-22T19:10:56.217Z] #50 69.68 encoding/json [2021-02-22T19:10:56.296Z] #35 60.80 Selecting previously unselected package librhash0:amd64. [2021-02-22T19:10:56.296Z] #35 60.80 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-22T19:10:56.296Z] #35 60.81 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-22T19:10:56.335Z] #42 28.22 CC images/sk-opts.o [2021-02-22T19:10:56.478Z] #50 ... [2021-02-22T19:10:56.478Z] [2021-02-22T19:10:56.478Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-22T19:10:56.478Z] #36 sha256:6e1c580790b6082c3dc3247f917725e5276299a23fc25e0218b5cd9e62774e90 [2021-02-22T19:10:56.478Z] #36 6.643 -- Detecting C compile features - done [2021-02-22T19:10:56.478Z] #36 6.693 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-22T19:10:56.478Z] #36 6.929 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-22T19:10:56.478Z] #36 7.061 -- Configuring done [2021-02-22T19:10:56.478Z] #36 7.107 -- Generating done [2021-02-22T19:10:56.478Z] #36 7.108 -- Build files have been written to: /tmp/tmp.MjRzAzKWD0/tini [2021-02-22T19:10:56.478Z] #36 7.123 + make tini-static [2021-02-22T19:10:56.559Z] #35 60.99 Selecting previously unselected package libuv1:amd64. [2021-02-22T19:10:56.559Z] #35 61.00 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-22T19:10:56.559Z] #35 61.01 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-22T19:10:56.559Z] #35 61.17 Selecting previously unselected package cmake. [2021-02-22T19:10:56.559Z] #35 61.21 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-22T19:10:56.559Z] #35 61.21 Unpacking cmake (3.13.4-1) ... [2021-02-22T19:10:56.599Z] #42 28.49 CC images/sk-unix.o [2021-02-22T19:10:56.738Z] #36 7.600 Scanning dependencies of target tini-static [2021-02-22T19:10:56.738Z] #36 7.703 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-22T19:10:56.755Z] #35 63.97 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-22T19:10:56.755Z] #35 64.00 Setting up xxd (2:8.1.0875-5) ... [2021-02-22T19:10:56.755Z] #35 64.01 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-22T19:10:56.755Z] #35 64.03 Setting up vim-common (2:8.1.0875-5) ... [2021-02-22T19:10:56.755Z] #35 64.13 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-22T19:10:56.755Z] #35 64.16 Setting up cmake-data (3.13.4-1) ... [2021-02-22T19:10:56.755Z] #35 64.19 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-22T19:10:56.755Z] #35 64.22 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-22T19:10:56.755Z] #35 64.24 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-22T19:10:56.755Z] #35 64.29 Setting up cmake (3.13.4-1) ... [2021-02-22T19:10:56.755Z] #35 64.31 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:10:56.755Z] #35 64.38 Processing triggers for mime-support (3.62) ... [2021-02-22T19:10:56.862Z] #42 28.93 CC images/sk-inet.o [2021-02-22T19:10:57.438Z] #42 29.45 CC images/tun.o [2021-02-22T19:10:57.506Z] #35 ... [2021-02-22T19:10:57.506Z] [2021-02-22T19:10:57.507Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:57.507Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:57.507Z] #12 62.03 Selecting previously unselected package binutils-mingw-w64. [2021-02-22T19:10:57.507Z] #12 62.03 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-22T19:10:57.507Z] #12 62.04 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-22T19:10:57.702Z] #42 29.75 CC images/sk-netlink.o [2021-02-22T19:10:57.702Z] #42 ... [2021-02-22T19:10:57.702Z] [2021-02-22T19:10:57.702Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:10:57.702Z] #55 sha256:9adbdb33f1cf10bc497d587b0e84c6aee323f51356e82cc904e94926c8d02ccc [2021-02-22T19:10:57.702Z] #55 37.96 + bin/ctr [2021-02-22T19:10:57.702Z] #55 ... [2021-02-22T19:10:57.702Z] [2021-02-22T19:10:57.702Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:57.702Z] #44 sha256:c73fb4b3a90da34e6631506d20d932d7a37764a23b8f7d41cb5f5f51e01f15a1 [2021-02-22T19:10:57.702Z] #44 77.51 vendor/golang.org/x/crypto/cryptobyte [2021-02-22T19:10:57.702Z] #44 79.65 mime [2021-02-22T19:10:57.702Z] #44 80.35 vendor/golang.org/x/net/idna [2021-02-22T19:10:57.702Z] #44 82.97 net/textproto [2021-02-22T19:10:57.702Z] #44 82.97 vendor/golang.org/x/net/http/httpproxy [2021-02-22T19:10:57.702Z] #44 82.99 crypto/x509 [2021-02-22T19:10:57.769Z] #12 62.19 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-22T19:10:57.769Z] #12 62.19 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-22T19:10:57.769Z] #12 62.19 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-22T19:10:57.769Z] #12 62.41 Selecting previously unselected package dmsetup. [2021-02-22T19:10:57.965Z] #44 ... [2021-02-22T19:10:57.965Z] [2021-02-22T19:10:57.965Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:10:57.965Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:10:57.965Z] #42 30.01 CC images/packet-sock.o [2021-02-22T19:10:58.031Z] #12 62.42 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-22T19:10:58.031Z] #12 62.42 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-22T19:10:58.031Z] #12 62.59 Selecting previously unselected package mingw-w64-common. [2021-02-22T19:10:58.031Z] #12 62.60 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-22T19:10:58.031Z] #12 62.61 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-22T19:10:58.123Z] #36 9.012 [100%] Linking C executable tini-static [2021-02-22T19:10:58.191Z] #35 DONE 65.4s [2021-02-22T19:10:58.191Z] [2021-02-22T19:10:58.191Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:10:58.191Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:10:58.191Z] #41 63.61 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-22T19:10:58.191Z] #41 63.64 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-22T19:10:58.191Z] #41 63.66 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:58.191Z] #41 63.68 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-22T19:10:58.191Z] #41 63.70 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:58.191Z] #41 63.72 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-22T19:10:58.191Z] #41 63.73 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-22T19:10:58.191Z] #41 63.75 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-22T19:10:58.191Z] #41 63.77 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-22T19:10:58.192Z] #41 63.79 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-22T19:10:58.242Z] #42 30.44 CC images/ipc-var.o [2021-02-22T19:10:58.506Z] #42 30.62 CC images/ipc-desc.o [2021-02-22T19:10:58.606Z] #12 ... [2021-02-22T19:10:58.606Z] [2021-02-22T19:10:58.606Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:10:58.606Z] #33 sha256:7d4f25d0d746498f477cc093c953aeb13c6e95cb85ad2ccf285e3323d001d34b [2021-02-22T19:10:58.606Z] #33 53.19 time [2021-02-22T19:10:58.606Z] #33 59.40 internal/poll [2021-02-22T19:10:58.606Z] #33 61.30 internal/fmtsort [2021-02-22T19:10:58.606Z] #33 61.90 internal/syscall/execenv [2021-02-22T19:10:58.606Z] #33 62.08 internal/syscall/unix [2021-02-22T19:10:58.606Z] #33 62.16 strings [2021-02-22T19:10:58.606Z] #33 62.43 os [2021-02-22T19:10:58.870Z] #33 ... [2021-02-22T19:10:58.870Z] [2021-02-22T19:10:58.870Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:10:58.870Z] #50 sha256:a2bf0d2df417fa609975e09b7b46c838da17b60adab9de3e04dcb23a239e99c3 [2021-02-22T19:10:58.870Z] #50 63.10 encoding/binary [2021-02-22T19:10:59.064Z] #36 9.687 [100%] Built target tini-static [2021-02-22T19:10:59.064Z] #36 9.815 + mkdir -p /build [2021-02-22T19:10:59.064Z] #36 9.817 + cp tini-static /build/docker-init [2021-02-22T19:10:59.083Z] #42 30.90 CC images/ipc-shm.o [2021-02-22T19:10:59.170Z] #41 ... [2021-02-22T19:10:59.170Z] [2021-02-22T19:10:59.170Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:10:59.170Z] #44 sha256:e17b54739c5147805ce5ba27746d7b7a36ceef8c044630e4b39b0a9f42ce1f22 [2021-02-22T19:10:59.170Z] #44 56.44 internal/poll [2021-02-22T19:10:59.170Z] #44 58.95 os [2021-02-22T19:10:59.170Z] #44 60.10 internal/fmtsort [2021-02-22T19:10:59.170Z] #44 60.69 strings [2021-02-22T19:10:59.170Z] #44 62.98 fmt [2021-02-22T19:10:59.170Z] #44 63.92 path/filepath [2021-02-22T19:10:59.170Z] #44 65.26 regexp/syntax [2021-02-22T19:10:59.170Z] #44 ... [2021-02-22T19:10:59.170Z] [2021-02-22T19:10:59.170Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:10:59.170Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:10:59.170Z] #12 62.15 Selecting previously unselected package binutils-mingw-w64. [2021-02-22T19:10:59.170Z] #12 62.15 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-22T19:10:59.170Z] #12 62.17 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-22T19:10:59.170Z] #12 62.38 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-22T19:10:59.170Z] #12 62.38 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-22T19:10:59.170Z] #12 62.45 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-22T19:10:59.170Z] #12 62.61 Selecting previously unselected package dmsetup. [2021-02-22T19:10:59.170Z] #12 62.62 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-22T19:10:59.170Z] #12 62.62 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-22T19:10:59.170Z] #12 62.82 Selecting previously unselected package mingw-w64-common. [2021-02-22T19:10:59.170Z] #12 62.82 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-22T19:10:59.170Z] #12 62.84 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-22T19:10:59.325Z] #36 DONE 10.1s [2021-02-22T19:10:59.325Z] [2021-02-22T19:10:59.325Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:10:59.325Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:10:59.325Z] #42 2.113 Note: Building without setproctitle() and strlcpy() support. [2021-02-22T19:10:59.325Z] #42 2.114 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-22T19:10:59.325Z] #42 2.123 Note: Building without GnuTLS support [2021-02-22T19:10:59.325Z] #42 2.130 Makefile.config:39: Warn: you have no libnftables installed [2021-02-22T19:10:59.325Z] #42 2.130 Makefile.config:40: Warn: Building without nftables support [2021-02-22T19:10:59.325Z] #42 4.336 fatal: not a git repository (or any of the parent directories): .git [2021-02-22T19:10:59.325Z] #42 4.393 GEN .gitid [2021-02-22T19:10:59.325Z] #42 4.430 GEN criu/include/version.h [2021-02-22T19:10:59.325Z] #42 4.503 GEN include/common/asm [2021-02-22T19:10:59.346Z] #42 31.26 CC images/ipc-msg.o [2021-02-22T19:10:59.610Z] #42 31.61 CC images/ipc-sem.o [2021-02-22T19:10:59.875Z] #42 31.89 CC images/utsns.o [2021-02-22T19:11:00.139Z] #42 32.15 CC images/creds.o [2021-02-22T19:11:00.402Z] #42 32.36 CC images/vma.o [2021-02-22T19:11:00.665Z] #42 32.72 CC images/netdev.o [2021-02-22T19:11:00.792Z] #50 ... [2021-02-22T19:11:00.792Z] [2021-02-22T19:11:00.792Z] #35 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-02-22T19:11:00.792Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-22T19:11:00.792Z] #35 64.41 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-22T19:11:00.792Z] #35 64.43 Setting up xxd (2:8.1.0875-5) ... [2021-02-22T19:11:00.792Z] #35 64.45 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-22T19:11:00.792Z] #35 64.46 Setting up vim-common (2:8.1.0875-5) ... [2021-02-22T19:11:00.792Z] #35 64.50 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-22T19:11:00.792Z] #35 64.52 Setting up cmake-data (3.13.4-1) ... [2021-02-22T19:11:00.792Z] #35 64.55 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-22T19:11:00.792Z] #35 64.57 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-22T19:11:00.792Z] #35 64.59 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-22T19:11:00.792Z] #35 64.60 Setting up cmake (3.13.4-1) ... [2021-02-22T19:11:00.792Z] #35 64.62 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:11:00.792Z] #35 64.73 Processing triggers for mime-support (3.62) ... [2021-02-22T19:11:00.792Z] #35 DONE 65.2s [2021-02-22T19:11:00.792Z] [2021-02-22T19:11:00.792Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:11:00.792Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:11:00.792Z] #41 64.11 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-22T19:11:00.792Z] #41 64.13 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-22T19:11:00.792Z] #41 64.17 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-22T19:11:00.792Z] #41 64.18 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-22T19:11:00.792Z] #41 64.20 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-22T19:11:00.792Z] #41 64.23 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-22T19:11:00.792Z] #41 64.25 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-22T19:11:00.792Z] #41 64.26 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-22T19:11:00.792Z] #41 64.29 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-22T19:11:00.792Z] #41 64.30 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-22T19:11:01.241Z] #42 33.19 CC images/tty.o [2021-02-22T19:11:01.725Z] #12 ... [2021-02-22T19:11:01.725Z] [2021-02-22T19:11:01.725Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-22T19:11:01.725Z] #36 sha256:80ec0f3a2dcc1854aee12b2112476898ed2b6b4c66b69f77a5eb93a8c2568799 [2021-02-22T19:11:01.725Z] #36 1.304 + RM_GOPATH=0 [2021-02-22T19:11:01.725Z] #36 1.304 + TMP_GOPATH= [2021-02-22T19:11:01.725Z] #36 1.304 + : /build [2021-02-22T19:11:01.725Z] #36 1.304 + '[' -z '' ']' [2021-02-22T19:11:01.725Z] #36 1.304 ++ mktemp -d [2021-02-22T19:11:01.725Z] #36 1.304 + export GOPATH=/tmp/tmp.J2Ku1LR6Ac [2021-02-22T19:11:01.725Z] #36 1.304 + GOPATH=/tmp/tmp.J2Ku1LR6Ac [2021-02-22T19:11:01.725Z] #36 1.304 + RM_GOPATH=1 [2021-02-22T19:11:01.725Z] #36 1.304 + case "$(go env GOARCH)" in [2021-02-22T19:11:01.725Z] #36 1.304 ++ go env GOARCH [2021-02-22T19:11:01.725Z] #36 1.341 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:11:01.725Z] #36 1.341 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:11:01.725Z] #36 1.342 ++ dirname /tmp/install/install.sh [2021-02-22T19:11:01.725Z] #36 1.343 + dir=/tmp/install [2021-02-22T19:11:01.725Z] #36 1.344 + bin=tini [2021-02-22T19:11:01.725Z] #36 1.345 + shift [2021-02-22T19:11:01.725Z] #36 1.345 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-22T19:11:01.725Z] #36 1.345 + . /tmp/install/tini.installer [2021-02-22T19:11:01.725Z] #36 1.345 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-22T19:11:01.725Z] #36 1.346 + install_tini [2021-02-22T19:11:01.725Z] #36 1.346 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-22T19:11:01.725Z] #36 1.346 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-22T19:11:01.725Z] #36 1.347 + git clone https://github.com/krallin/tini.git /tmp/tmp.J2Ku1LR6Ac/tini [2021-02-22T19:11:01.725Z] #36 1.349 Cloning into '/tmp/tmp.J2Ku1LR6Ac/tini'... [2021-02-22T19:11:01.725Z] #36 2.087 + cd /tmp/tmp.J2Ku1LR6Ac/tini [2021-02-22T19:11:01.725Z] #36 2.088 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-22T19:11:01.725Z] #36 2.099 + cmake . [2021-02-22T19:11:01.725Z] #36 2.851 -- The C compiler identification is GNU 8.3.0 [2021-02-22T19:11:01.725Z] #36 2.955 -- Check for working C compiler: /usr/bin/cc [2021-02-22T19:11:01.725Z] #36 3.826 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-22T19:11:01.725Z] #36 3.856 -- Detecting C compiler ABI info [2021-02-22T19:11:01.869Z] #42 ... [2021-02-22T19:11:01.869Z] [2021-02-22T19:11:01.869Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:11:01.869Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:11:01.869Z] #12 66.96 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-22T19:11:01.869Z] #12 66.97 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-22T19:11:01.869Z] #12 66.98 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-22T19:11:01.869Z] #12 73.69 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-22T19:11:01.869Z] #12 73.69 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-22T19:11:01.869Z] #12 73.71 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:01.869Z] #12 73.90 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-22T19:11:01.869Z] #12 73.91 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-22T19:11:01.869Z] #12 73.91 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:01.869Z] #12 ... [2021-02-22T19:11:01.869Z] [2021-02-22T19:11:01.869Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:11:01.869Z] #50 sha256:a74ad4b260257c14c461a63e72d975bc5128289c6b7a79e2791bf7e40da29f60 [2021-02-22T19:11:01.869Z] #50 76.40 github.com/pkg/diff [2021-02-22T19:11:01.869Z] #50 76.99 go/ast [2021-02-22T19:11:02.130Z] #50 ... [2021-02-22T19:11:02.130Z] [2021-02-22T19:11:02.130Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:11:02.130Z] #33 sha256:ded16fc4a4800d4921f3da39b5406ee62df254e3a1d3ccfbc9dcd351324b26c9 [2021-02-22T19:11:02.130Z] #33 73.16 github.com/BurntSushi/toml/cmd/tomlv [2021-02-22T19:11:02.130Z] #33 DONE 77.8s [2021-02-22T19:11:02.190Z] #42 34.01 CC images/file-lock.o [2021-02-22T19:11:02.190Z] #42 34.28 CC images/rlimit.o [2021-02-22T19:11:02.393Z] [2021-02-22T19:11:02.393Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:11:02.393Z] #50 sha256:a74ad4b260257c14c461a63e72d975bc5128289c6b7a79e2791bf7e40da29f60 [2021-02-22T19:11:02.393Z] #50 77.87 golang.org/x/crypto/ssh/terminal [2021-02-22T19:11:02.454Z] #42 34.54 CC images/pagemap.o [2021-02-22T19:11:02.673Z] #36 4.611 -- Detecting C compiler ABI info - done [2021-02-22T19:11:02.673Z] #36 4.658 -- Detecting C compile features [2021-02-22T19:11:02.717Z] #42 34.79 CC images/siginfo.o [2021-02-22T19:11:02.981Z] #42 35.02 CC images/rpc.o [2021-02-22T19:11:03.348Z] #41 ... [2021-02-22T19:11:03.348Z] [2021-02-22T19:11:03.348Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:03.348Z] #44 sha256:1658c155205d228ce9d4b9bfba903b872936f529a1fbdc0d12310df32b638045 [2021-02-22T19:11:03.348Z] #44 57.78 time [2021-02-22T19:11:03.348Z] #44 63.26 strings [2021-02-22T19:11:03.348Z] #44 63.97 os [2021-02-22T19:11:03.348Z] #44 66.97 regexp/syntax [2021-02-22T19:11:03.348Z] #44 ... [2021-02-22T19:11:03.348Z] [2021-02-22T19:11:03.348Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-22T19:11:03.348Z] #36 sha256:c8b074654ac962139a7fed1f27ee5a880b7563c6c5474e820f84dea4c245501b [2021-02-22T19:11:03.348Z] #36 1.300 + RM_GOPATH=0 [2021-02-22T19:11:03.348Z] #36 1.300 + TMP_GOPATH= [2021-02-22T19:11:03.348Z] #36 1.300 + : /build [2021-02-22T19:11:03.348Z] #36 1.300 + '[' -z '' ']' [2021-02-22T19:11:03.348Z] #36 1.300 ++ mktemp -d [2021-02-22T19:11:03.348Z] #36 1.302 + export GOPATH=/tmp/tmp.RP6wWup9P0 [2021-02-22T19:11:03.348Z] #36 1.302 + GOPATH=/tmp/tmp.RP6wWup9P0 [2021-02-22T19:11:03.348Z] #36 1.302 + RM_GOPATH=1 [2021-02-22T19:11:03.348Z] #36 1.302 + case "$(go env GOARCH)" in [2021-02-22T19:11:03.348Z] #36 1.304 ++ go env GOARCH [2021-02-22T19:11:03.348Z] #36 1.348 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:11:03.348Z] #36 1.348 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:11:03.348Z] #36 1.348 ++ dirname /tmp/install/install.sh [2021-02-22T19:11:03.348Z] #36 1.352 + dir=/tmp/install [2021-02-22T19:11:03.348Z] #36 1.352 + bin=tini [2021-02-22T19:11:03.348Z] #36 1.352 + shift [2021-02-22T19:11:03.348Z] #36 1.352 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-22T19:11:03.348Z] #36 1.352 + . /tmp/install/tini.installer [2021-02-22T19:11:03.348Z] #36 1.352 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-22T19:11:03.348Z] #36 1.352 + install_tini [2021-02-22T19:11:03.348Z] #36 1.352 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-22T19:11:03.348Z] #36 1.352 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-22T19:11:03.348Z] #36 1.358 + git clone https://github.com/krallin/tini.git /tmp/tmp.RP6wWup9P0/tini [2021-02-22T19:11:03.348Z] #36 1.360 Cloning into '/tmp/tmp.RP6wWup9P0/tini'... [2021-02-22T19:11:03.348Z] #36 2.339 + cd /tmp/tmp.RP6wWup9P0/tini [2021-02-22T19:11:03.348Z] #36 2.339 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-22T19:11:03.348Z] #36 2.345 + cmake . [2021-02-22T19:11:03.561Z] #42 ... [2021-02-22T19:11:03.561Z] [2021-02-22T19:11:03.561Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:11:03.561Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-22T19:11:03.561Z] #12 84.55 Selecting previously unselected package libapparmor1:arm64. [2021-02-22T19:11:03.561Z] #12 84.56 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 84.56 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-02-22T19:11:03.561Z] #12 84.68 Selecting previously unselected package libapparmor-dev:arm64. [2021-02-22T19:11:03.561Z] #12 84.68 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 84.69 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-02-22T19:11:03.561Z] #12 84.87 Selecting previously unselected package libbtrfs0. [2021-02-22T19:11:03.561Z] #12 84.88 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 84.88 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-22T19:11:03.561Z] #12 84.96 Selecting previously unselected package libbtrfs-dev. [2021-02-22T19:11:03.561Z] #12 84.98 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 84.99 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:11:03.561Z] #12 85.13 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-02-22T19:11:03.561Z] #12 85.14 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 85.15 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-02-22T19:11:03.561Z] #12 85.27 Selecting previously unselected package libudev-dev:arm64. [2021-02-22T19:11:03.561Z] #12 85.28 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 85.30 Unpacking libudev-dev:arm64 (241-7~deb10u6) ... [2021-02-22T19:11:03.561Z] #12 85.48 Selecting previously unselected package libsepol1-dev:arm64. [2021-02-22T19:11:03.561Z] #12 85.49 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 85.49 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2021-02-22T19:11:03.561Z] #12 85.75 Selecting previously unselected package libpcre16-3:arm64. [2021-02-22T19:11:03.561Z] #12 85.75 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 85.76 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2021-02-22T19:11:03.561Z] #12 85.93 Selecting previously unselected package libpcre32-3:arm64. [2021-02-22T19:11:03.561Z] #12 85.93 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 85.94 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2021-02-22T19:11:03.561Z] #12 86.16 Selecting previously unselected package libpcrecpp0v5:arm64. [2021-02-22T19:11:03.561Z] #12 86.16 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 86.17 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-02-22T19:11:03.561Z] #12 86.30 Selecting previously unselected package libpcre3-dev:arm64. [2021-02-22T19:11:03.561Z] #12 86.32 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 86.33 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2021-02-22T19:11:03.561Z] #12 86.82 Selecting previously unselected package libselinux1-dev:arm64. [2021-02-22T19:11:03.561Z] #12 86.83 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 86.84 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2021-02-22T19:11:03.561Z] #12 87.16 Selecting previously unselected package libdevmapper-dev:arm64. [2021-02-22T19:11:03.561Z] #12 87.17 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 87.18 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-02-22T19:11:03.561Z] #12 87.31 Selecting previously unselected package libseccomp-dev:arm64. [2021-02-22T19:11:03.561Z] #12 87.33 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 87.34 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2021-02-22T19:11:03.561Z] #12 87.54 Selecting previously unselected package libsystemd-dev:arm64. [2021-02-22T19:11:03.561Z] #12 87.54 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_arm64.deb ... [2021-02-22T19:11:03.561Z] #12 87.55 Unpacking libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-02-22T19:11:03.561Z] #12 88.18 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-02-22T19:11:03.561Z] #12 88.21 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2021-02-22T19:11:03.561Z] #12 88.23 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-02-22T19:11:03.561Z] #12 88.24 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-22T19:11:03.561Z] #12 88.29 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2021-02-22T19:11:03.561Z] #12 88.31 Setting up libsepol1-dev:arm64 (2.8-1) ... [2021-02-22T19:11:03.561Z] #12 88.33 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:03.561Z] #12 88.36 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-22T19:11:03.561Z] #12 88.38 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2021-02-22T19:11:03.561Z] #12 88.39 Setting up libudev-dev:arm64 (241-7~deb10u6) ... [2021-02-22T19:11:03.561Z] #12 88.42 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-22T19:11:03.561Z] #12 88.45 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:11:03.561Z] #12 88.47 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-02-22T19:11:03.561Z] #12 88.48 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-22T19:11:03.561Z] #12 88.50 Setting up libsystemd-dev:arm64 (241-7~deb10u6) ... [2021-02-22T19:11:03.561Z] #12 88.51 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-22T19:11:03.561Z] #12 88.54 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2021-02-22T19:11:03.561Z] #12 88.59 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:03.561Z] #12 88.61 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-22T19:11:03.561Z] #12 88.62 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-22T19:11:03.561Z] #12 88.63 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:03.561Z] #12 88.65 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-22T19:11:03.561Z] #12 88.66 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-22T19:11:03.561Z] #12 88.67 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-22T19:11:03.561Z] #12 88.69 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2021-02-22T19:11:03.561Z] #12 88.72 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-02-22T19:11:03.561Z] #12 88.79 Setting up dmsetup (2:1.02.155-3) ... [2021-02-22T19:11:03.561Z] #12 88.87 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-02-22T19:11:03.561Z] #12 88.94 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-02-22T19:11:03.561Z] #12 88.96 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:11:03.611Z] #36 2.932 -- The C compiler identification is GNU 8.3.0 [2021-02-22T19:11:03.611Z] #36 2.979 -- Check for working C compiler: /usr/bin/cc [2021-02-22T19:11:03.619Z] #36 ... [2021-02-22T19:11:03.619Z] [2021-02-22T19:11:03.619Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:11:03.619Z] #33 sha256:49599d74ea920b1a31d76b93719f216fe6a116dd1a5371b73d15ffc7a3a7a05d [2021-02-22T19:11:03.619Z] #33 60.87 strings [2021-02-22T19:11:03.619Z] #33 62.91 fmt [2021-02-22T19:11:03.619Z] #33 63.74 path/filepath [2021-02-22T19:11:03.619Z] #33 65.56 io/ioutil [2021-02-22T19:11:03.619Z] #33 66.58 path [2021-02-22T19:11:03.619Z] #33 67.20 text/tabwriter [2021-02-22T19:11:03.619Z] #33 68.41 github.com/BurntSushi/toml [2021-02-22T19:11:03.619Z] #33 68.41 flag [2021-02-22T19:11:03.619Z] #33 70.40 log [2021-02-22T19:11:03.619Z] #33 ... [2021-02-22T19:11:03.619Z] [2021-02-22T19:11:03.619Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:11:03.619Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:11:03.619Z] #41 71.15 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-22T19:11:03.825Z] #12 ... [2021-02-22T19:11:03.825Z] [2021-02-22T19:11:03.825Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:11:03.825Z] #57 sha256:1d99aec33ec5b34f1aeda48cd10a6edc8288d7219f6a0b38dcad4457550e9b43 [2021-02-22T19:11:03.825Z] #57 84.42 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-22T19:11:03.825Z] #57 84.42 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-22T19:11:03.825Z] #57 DONE 89.7s [2021-02-22T19:11:03.825Z] [2021-02-22T19:11:03.825Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:03.825Z] #44 sha256:c73fb4b3a90da34e6631506d20d932d7a37764a23b8f7d41cb5f5f51e01f15a1 [2021-02-22T19:11:03.825Z] #44 84.10 vendor/golang.org/x/net/http/httpguts [2021-02-22T19:11:03.825Z] #44 84.13 mime/multipart [2021-02-22T19:11:03.825Z] #44 85.99 crypto/tls [2021-02-22T19:11:03.825Z] #44 ... [2021-02-22T19:11:03.825Z] [2021-02-22T19:11:03.825Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:11:03.825Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-22T19:11:03.825Z] #12 DONE 89.7s [2021-02-22T19:11:03.825Z] [2021-02-22T19:11:03.825Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:11:03.825Z] #52 sha256:c6d126a0686244c5db4f088bb9dc148a1fece83e7d6e3f6557aa8313abf954b2 [2021-02-22T19:11:03.881Z] #41 71.16 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:11:04.305Z] #50 79.60 mvdan.cc/editorconfig [2021-02-22T19:11:04.401Z] #52 ... [2021-02-22T19:11:04.401Z] [2021-02-22T19:11:04.401Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-22T19:11:04.401Z] #58 sha256:9a7514bbf68f44257664105d1acf9b365140a428fe0c10ff8e3105b6aa750b97 [2021-02-22T19:11:04.401Z] #58 DONE 0.4s [2021-02-22T19:11:04.401Z] [2021-02-22T19:11:04.401Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-22T19:11:04.401Z] #59 sha256:c625a17ae37a31787586769877efc5e1d41115269ee2bbc2793f903ffa43bc5b [2021-02-22T19:11:04.401Z] #59 DONE 0.2s [2021-02-22T19:11:04.401Z] [2021-02-22T19:11:04.401Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:04.401Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:11:04.401Z] #42 36.25 CC images/ext-file.o [2021-02-22T19:11:04.401Z] #42 36.53 CC images/cgroup.o [2021-02-22T19:11:04.559Z] #36 3.821 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-22T19:11:04.559Z] #36 3.835 -- Detecting C compiler ABI info [2021-02-22T19:11:04.874Z] #41 DONE 72.4s [2021-02-22T19:11:04.874Z] [2021-02-22T19:11:04.874Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:04.874Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:04.979Z] #42 37.19 CC images/userns.o [2021-02-22T19:11:05.253Z] #50 80.64 mvdan.cc/sh/v3/fileutil [2021-02-22T19:11:05.253Z] #50 80.94 mvdan.cc/sh/v3/syntax [2021-02-22T19:11:05.448Z] #42 ... [2021-02-22T19:11:05.448Z] [2021-02-22T19:11:05.448Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:11:05.448Z] #50 sha256:3fbf0e1197064b46eaf5d0e6f37d48a3798be407b55f61fd0212814b5cdaba34 [2021-02-22T19:11:05.448Z] #50 62.90 encoding/binary [2021-02-22T19:11:05.448Z] #50 63.36 fmt [2021-02-22T19:11:05.448Z] #50 65.10 encoding/base64 [2021-02-22T19:11:05.448Z] #50 66.50 golang.org/x/sys/unix [2021-02-22T19:11:05.448Z] #50 69.22 encoding/json [2021-02-22T19:11:05.448Z] #50 ... [2021-02-22T19:11:05.448Z] [2021-02-22T19:11:05.448Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:11:05.448Z] #33 sha256:49599d74ea920b1a31d76b93719f216fe6a116dd1a5371b73d15ffc7a3a7a05d [2021-02-22T19:11:05.448Z] #33 72.92 github.com/BurntSushi/toml/cmd/tomlv [2021-02-22T19:11:05.506Z] #36 4.700 -- Detecting C compiler ABI info - done [2021-02-22T19:11:05.506Z] #36 4.758 -- Detecting C compile features [2021-02-22T19:11:05.556Z] #42 37.67 CC images/google/protobuf/descriptor.o [2021-02-22T19:11:06.452Z] #36 ... [2021-02-22T19:11:06.452Z] [2021-02-22T19:11:06.453Z] #41 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-02-22T19:11:06.453Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-22T19:11:06.453Z] #41 71.02 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-22T19:11:06.453Z] #41 71.05 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:11:06.956Z] #42 ... [2021-02-22T19:11:06.956Z] [2021-02-22T19:11:06.956Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-22T19:11:06.956Z] #13 sha256:45b665fa2f6159ddf5354c16cc477f2d9ed38abd838cba31085b0c76fe535cce [2021-02-22T19:11:06.956Z] #13 DONE 2.8s [2021-02-22T19:11:06.956Z] [2021-02-22T19:11:06.956Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:11:06.956Z] #52 sha256:c6d126a0686244c5db4f088bb9dc148a1fece83e7d6e3f6557aa8313abf954b2 [2021-02-22T19:11:06.956Z] #52 2.015 + RM_GOPATH=0 [2021-02-22T19:11:06.956Z] #52 2.015 + TMP_GOPATH= [2021-02-22T19:11:06.956Z] #52 2.015 + : /build [2021-02-22T19:11:06.956Z] #52 2.015 + '[' -z '' ']' [2021-02-22T19:11:06.956Z] #52 2.015 ++ mktemp -d [2021-02-22T19:11:06.956Z] #52 2.015 + export GOPATH=/tmp/tmp.RIbW7y4lmn [2021-02-22T19:11:06.956Z] #52 2.015 + GOPATH=/tmp/tmp.RIbW7y4lmn [2021-02-22T19:11:06.956Z] #52 2.015 + RM_GOPATH=1 [2021-02-22T19:11:06.956Z] #52 2.015 + case "$(go env GOARCH)" in [2021-02-22T19:11:06.956Z] #52 2.015 ++ go env GOARCH [2021-02-22T19:11:06.956Z] #52 2.024 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:11:06.956Z] #52 2.024 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:11:06.956Z] #52 2.030 ++ dirname /tmp/install/install.sh [2021-02-22T19:11:06.956Z] #52 2.030 + dir=/tmp/install [2021-02-22T19:11:06.956Z] #52 2.030 + bin=runc [2021-02-22T19:11:06.956Z] #52 2.030 + shift [2021-02-22T19:11:06.956Z] #52 2.030 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-22T19:11:06.956Z] #52 2.030 + . /tmp/install/runc.installer [2021-02-22T19:11:06.956Z] #52 2.030 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-22T19:11:06.956Z] #52 2.030 + install_runc [2021-02-22T19:11:06.956Z] #52 2.030 + uname -r [2021-02-22T19:11:06.956Z] #52 2.035 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-22T19:11:06.956Z] #52 2.037 + RUNC_BUILDTAGS='seccomp ' [2021-02-22T19:11:06.956Z] #52 2.037 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-02-22T19:11:06.956Z] #52 2.037 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-02-22T19:11:06.956Z] #52 2.038 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.RIbW7y4lmn/src/github.com/opencontainers/runc [2021-02-22T19:11:06.956Z] #52 2.042 Cloning into '/tmp/tmp.RIbW7y4lmn/src/github.com/opencontainers/runc'... [2021-02-22T19:11:07.166Z] #50 ... [2021-02-22T19:11:07.166Z] [2021-02-22T19:11:07.166Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:07.166Z] #44 sha256:309cc25e457132348b133c16c1b4f9f9f1e83b1abd0c17911594f95ead02208e [2021-02-22T19:11:07.166Z] #44 72.53 go/token [2021-02-22T19:11:07.166Z] #44 73.35 go/scanner [2021-02-22T19:11:07.166Z] #44 73.39 internal/lazyregexp [2021-02-22T19:11:07.166Z] #44 73.66 net/url [2021-02-22T19:11:07.166Z] #44 75.02 go/ast [2021-02-22T19:11:07.166Z] #44 76.27 text/template/parse [2021-02-22T19:11:07.166Z] #44 80.80 text/template [2021-02-22T19:11:07.166Z] #44 80.99 go/parser [2021-02-22T19:11:07.166Z] #44 ... [2021-02-22T19:11:07.166Z] [2021-02-22T19:11:07.166Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:07.166Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:07.166Z] #42 6.894 PBCC images/timens.pb-c.c [2021-02-22T19:11:07.166Z] #42 6.915 DEP images/timens.pb-c.d [2021-02-22T19:11:07.166Z] #42 6.954 PBCC images/fown.pb-c.c [2021-02-22T19:11:07.166Z] #42 6.977 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-22T19:11:07.166Z] #42 7.042 PBCC images/opts.pb-c.c [2021-02-22T19:11:07.166Z] #42 7.077 PBCC images/memfd.pb-c.c [2021-02-22T19:11:07.166Z] #42 7.110 DEP images/fown.pb-c.d [2021-02-22T19:11:07.166Z] #42 7.189 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-22T19:11:07.166Z] #42 7.279 DEP images/opts.pb-c.d [2021-02-22T19:11:07.166Z] #42 7.377 DEP images/memfd.pb-c.d [2021-02-22T19:11:07.166Z] #42 7.428 PBCC images/sit.pb-c.c [2021-02-22T19:11:07.166Z] #42 7.688 DEP images/sit.pb-c.d [2021-02-22T19:11:07.166Z] #42 7.838 PBCC images/macvlan.pb-c.c [2021-02-22T19:11:07.166Z] #42 7.922 DEP images/macvlan.pb-c.d [2021-02-22T19:11:07.166Z] #42 8.031 PBCC images/autofs.pb-c.c [2021-02-22T19:11:07.166Z] #42 8.070 DEP images/autofs.pb-c.d [2021-02-22T19:11:07.166Z] #42 8.234 PBCC images/sysctl.pb-c.c [2021-02-22T19:11:07.166Z] #42 8.326 DEP images/sysctl.pb-c.d [2021-02-22T19:11:07.166Z] #42 8.474 PBCC images/time.pb-c.c [2021-02-22T19:11:07.166Z] #42 8.490 DEP images/time.pb-c.d [2021-02-22T19:11:07.166Z] #42 8.517 PBCC images/binfmt-misc.pb-c.c [2021-02-22T19:11:07.166Z] #42 8.550 DEP images/binfmt-misc.pb-c.d [2021-02-22T19:11:07.166Z] #42 8.589 PBCC images/seccomp.pb-c.c [2021-02-22T19:11:07.166Z] #42 8.623 DEP images/seccomp.pb-c.d [2021-02-22T19:11:07.166Z] #42 8.666 PBCC images/userns.pb-c.c [2021-02-22T19:11:07.166Z] #42 8.685 DEP images/userns.pb-c.d [2021-02-22T19:11:07.166Z] #42 8.744 PBCC images/cgroup.pb-c.c [2021-02-22T19:11:07.166Z] #42 8.775 DEP images/cgroup.pb-c.d [2021-02-22T19:11:07.166Z] #42 8.878 PBCC images/ext-file.pb-c.c [2021-02-22T19:11:07.166Z] #42 8.890 DEP images/ext-file.pb-c.d [2021-02-22T19:11:07.166Z] #42 8.949 PBCC images/rpc.pb-c.c [2021-02-22T19:11:07.166Z] #42 8.982 DEP images/rpc.pb-c.d [2021-02-22T19:11:07.166Z] #42 9.047 PBCC images/siginfo.pb-c.c [2021-02-22T19:11:07.166Z] #42 9.081 DEP images/siginfo.pb-c.d [2021-02-22T19:11:07.166Z] #42 9.134 PBCC images/pagemap.pb-c.c [2021-02-22T19:11:07.166Z] #42 9.174 DEP images/pagemap.pb-c.d [2021-02-22T19:11:07.166Z] #42 9.220 PBCC images/rlimit.pb-c.c [2021-02-22T19:11:07.166Z] #42 9.244 DEP images/rlimit.pb-c.d [2021-02-22T19:11:07.166Z] #42 9.311 PBCC images/file-lock.pb-c.c [2021-02-22T19:11:07.166Z] #42 9.337 DEP images/file-lock.pb-c.d [2021-02-22T19:11:07.166Z] #42 9.391 PBCC images/tty.pb-c.c [2021-02-22T19:11:07.166Z] #42 9.444 DEP images/tty.pb-c.d [2021-02-22T19:11:07.166Z] #42 9.527 PBCC images/tun.pb-c.c [2021-02-22T19:11:07.166Z] #42 9.602 PBCC images/netdev.pb-c.c [2021-02-22T19:11:07.166Z] #42 9.655 DEP images/tun.pb-c.d [2021-02-22T19:11:07.166Z] #42 9.714 DEP images/netdev.pb-c.d [2021-02-22T19:11:07.166Z] #42 9.803 PBCC images/vma.pb-c.c [2021-02-22T19:11:07.166Z] #42 9.830 DEP images/vma.pb-c.d [2021-02-22T19:11:07.166Z] #42 9.898 PBCC images/creds.pb-c.c [2021-02-22T19:11:07.166Z] #42 9.922 DEP images/creds.pb-c.d [2021-02-22T19:11:07.166Z] #42 9.966 PBCC images/utsns.pb-c.c [2021-02-22T19:11:07.166Z] #42 10.01 DEP images/utsns.pb-c.d [2021-02-22T19:11:07.166Z] #42 10.07 PBCC images/ipc-desc.pb-c.c [2021-02-22T19:11:07.166Z] #42 10.13 PBCC images/ipc-sem.pb-c.c [2021-02-22T19:11:07.166Z] #42 10.17 DEP images/ipc-desc.pb-c.d [2021-02-22T19:11:07.166Z] #42 10.24 DEP images/ipc-sem.pb-c.d [2021-02-22T19:11:07.166Z] #42 10.29 PBCC images/ipc-msg.pb-c.c [2021-02-22T19:11:07.166Z] #42 10.32 DEP images/ipc-msg.pb-c.d [2021-02-22T19:11:07.166Z] #42 10.39 PBCC images/ipc-shm.pb-c.c [2021-02-22T19:11:07.166Z] #42 10.40 DEP images/ipc-shm.pb-c.d [2021-02-22T19:11:07.166Z] #42 10.47 PBCC images/ipc-var.pb-c.c [2021-02-22T19:11:07.166Z] #42 10.51 DEP images/ipc-var.pb-c.d [2021-02-22T19:11:07.166Z] #42 10.55 PBCC images/sk-opts.pb-c.c [2021-02-22T19:11:07.166Z] #42 10.58 PBCC images/packet-sock.pb-c.c [2021-02-22T19:11:07.166Z] #42 10.64 DEP images/sk-opts.pb-c.d [2021-02-22T19:11:07.166Z] #42 10.73 DEP images/packet-sock.pb-c.d [2021-02-22T19:11:07.166Z] #42 10.77 PBCC images/sk-netlink.pb-c.c [2021-02-22T19:11:07.166Z] #42 10.80 DEP images/sk-netlink.pb-c.d [2021-02-22T19:11:07.166Z] #42 10.85 PBCC images/sk-inet.pb-c.c [2021-02-22T19:11:07.166Z] #42 10.96 DEP images/sk-inet.pb-c.d [2021-02-22T19:11:07.166Z] #42 11.04 PBCC images/sk-unix.pb-c.c [2021-02-22T19:11:07.166Z] #42 11.15 DEP images/sk-unix.pb-c.d [2021-02-22T19:11:07.166Z] #42 11.23 PBCC images/mm.pb-c.c [2021-02-22T19:11:07.166Z] #42 11.28 DEP images/mm.pb-c.d [2021-02-22T19:11:07.166Z] #42 11.36 PBCC images/timerfd.pb-c.c [2021-02-22T19:11:07.166Z] #42 11.41 DEP images/timerfd.pb-c.d [2021-02-22T19:11:07.166Z] #42 11.48 PBCC images/timer.pb-c.c [2021-02-22T19:11:07.166Z] #42 11.53 DEP images/timer.pb-c.d [2021-02-22T19:11:07.166Z] #42 11.60 PBCC images/sa.pb-c.c [2021-02-22T19:11:07.166Z] #42 11.64 DEP images/sa.pb-c.d [2021-02-22T19:11:07.166Z] #42 11.70 PBCC images/pipe-data.pb-c.c [2021-02-22T19:11:07.166Z] #42 11.74 DEP images/pipe-data.pb-c.d [2021-02-22T19:11:07.166Z] #42 11.80 PBCC images/mnt.pb-c.c [2021-02-22T19:11:07.166Z] #42 11.87 DEP images/mnt.pb-c.d [2021-02-22T19:11:07.166Z] #42 11.92 PBCC images/sk-packet.pb-c.c [2021-02-22T19:11:07.166Z] #42 11.94 DEP images/sk-packet.pb-c.d [2021-02-22T19:11:07.166Z] #42 11.98 PBCC images/tcp-stream.pb-c.c [2021-02-22T19:11:07.166Z] #42 12.03 DEP images/tcp-stream.pb-c.d [2021-02-22T19:11:07.166Z] #42 12.10 PBCC images/pipe.pb-c.c [2021-02-22T19:11:07.166Z] #42 12.14 DEP images/pipe.pb-c.d [2021-02-22T19:11:07.166Z] #42 12.21 PBCC images/pstree.pb-c.c [2021-02-22T19:11:07.166Z] #42 12.23 DEP images/pstree.pb-c.d [2021-02-22T19:11:07.166Z] #42 12.30 PBCC images/fs.pb-c.c [2021-02-22T19:11:07.166Z] #42 12.33 DEP images/fs.pb-c.d [2021-02-22T19:11:07.166Z] #42 12.38 PBCC images/signalfd.pb-c.c [2021-02-22T19:11:07.166Z] #42 12.47 DEP images/signalfd.pb-c.d [2021-02-22T19:11:07.166Z] #42 12.52 PBCC images/fh.pb-c.c [2021-02-22T19:11:07.166Z] #42 12.56 PBCC images/fsnotify.pb-c.c [2021-02-22T19:11:07.166Z] #42 12.62 DEP images/fh.pb-c.d [2021-02-22T19:11:07.399Z] #41 DONE 71.8s [2021-02-22T19:11:07.399Z] [2021-02-22T19:11:07.399Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:07.399Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:07.427Z] #42 12.71 DEP images/fsnotify.pb-c.d [2021-02-22T19:11:07.427Z] #42 12.75 PBCC images/eventpoll.pb-c.c [2021-02-22T19:11:07.427Z] #42 12.79 DEP images/eventpoll.pb-c.d [2021-02-22T19:11:07.427Z] #42 12.85 PBCC images/eventfd.pb-c.c [2021-02-22T19:11:07.427Z] #42 12.89 DEP images/eventfd.pb-c.d [2021-02-22T19:11:07.687Z] #42 12.97 PBCC images/remap-file-path.pb-c.c [2021-02-22T19:11:07.687Z] #42 12.99 DEP images/remap-file-path.pb-c.d [2021-02-22T19:11:07.687Z] #42 13.04 PBCC images/fifo.pb-c.c [2021-02-22T19:11:07.687Z] #42 13.09 DEP images/fifo.pb-c.d [2021-02-22T19:11:07.687Z] #42 13.13 PBCC images/ghost-file.pb-c.c [2021-02-22T19:11:07.947Z] #42 13.20 DEP images/ghost-file.pb-c.d [2021-02-22T19:11:07.947Z] #42 13.25 PBCC images/regfile.pb-c.c [2021-02-22T19:11:07.947Z] #42 13.30 DEP images/regfile.pb-c.d [2021-02-22T19:11:07.947Z] #42 13.35 PBCC images/ns.pb-c.c [2021-02-22T19:11:07.947Z] #42 13.38 DEP images/ns.pb-c.d [2021-02-22T19:11:08.207Z] #42 13.43 PBCC images/fdinfo.pb-c.c [2021-02-22T19:11:08.207Z] #42 13.56 DEP images/fdinfo.pb-c.d [2021-02-22T19:11:08.207Z] #42 13.61 PBCC images/core-aarch64.pb-c.c [2021-02-22T19:11:08.207Z] #42 13.65 PBCC images/core-arm.pb-c.c [2021-02-22T19:11:08.359Z] #52 ... [2021-02-22T19:11:08.359Z] [2021-02-22T19:11:08.359Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-22T19:11:08.359Z] #14 sha256:b0628dda7da84e32d5a5d214281ecebf965c5f7d2d2e684d31f49f89636c78be [2021-02-22T19:11:08.359Z] #14 DONE 1.8s [2021-02-22T19:11:08.469Z] #42 13.71 PBCC images/core-ppc64.pb-c.c [2021-02-22T19:11:08.469Z] #42 13.77 PBCC images/core-s390.pb-c.c [2021-02-22T19:11:08.469Z] #42 13.85 PBCC images/core-x86.pb-c.c [2021-02-22T19:11:08.469Z] #42 13.91 PBCC images/core.pb-c.c [2021-02-22T19:11:08.623Z] [2021-02-22T19:11:08.623Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-22T19:11:08.623Z] #15 sha256:32f6cc3ae9f58f5f089f3ea1f950a58492e7d9d8c82f02929abf8033cd75cd45 [2021-02-22T19:11:08.730Z] #42 13.99 PBCC images/inventory.pb-c.c [2021-02-22T19:11:08.730Z] #42 ... [2021-02-22T19:11:08.730Z] [2021-02-22T19:11:08.730Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:08.730Z] #44 sha256:309cc25e457132348b133c16c1b4f9f9f1e83b1abd0c17911594f95ead02208e [2021-02-22T19:11:08.730Z] #44 84.38 encoding/xml [2021-02-22T19:11:08.750Z] #33 ... [2021-02-22T19:11:08.750Z] [2021-02-22T19:11:08.750Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-22T19:11:08.750Z] #36 sha256:80ec0f3a2dcc1854aee12b2112476898ed2b6b4c66b69f77a5eb93a8c2568799 [2021-02-22T19:11:08.750Z] #36 7.078 -- Detecting C compile features - done [2021-02-22T19:11:08.750Z] #36 7.142 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-22T19:11:08.750Z] #36 7.659 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-22T19:11:08.750Z] #36 7.735 -- Configuring done [2021-02-22T19:11:08.750Z] #36 7.782 -- Generating done [2021-02-22T19:11:08.750Z] #36 7.817 -- Build files have been written to: /tmp/tmp.J2Ku1LR6Ac/tini [2021-02-22T19:11:08.750Z] #36 7.839 + make tini-static [2021-02-22T19:11:08.750Z] #36 8.105 Scanning dependencies of target tini-static [2021-02-22T19:11:08.750Z] #36 8.207 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-22T19:11:08.750Z] #36 9.554 [100%] Linking C executable tini-static [2021-02-22T19:11:08.750Z] #36 10.23 [100%] Built target tini-static [2021-02-22T19:11:08.750Z] #36 10.36 + mkdir -p /build [2021-02-22T19:11:08.750Z] #36 10.36 + cp tini-static /build/docker-init [2021-02-22T19:11:08.750Z] #36 DONE 10.7s [2021-02-22T19:11:09.048Z] [2021-02-22T19:11:09.048Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:11:09.048Z] #50 sha256:3fbf0e1197064b46eaf5d0e6f37d48a3798be407b55f61fd0212814b5cdaba34 [2021-02-22T19:11:09.048Z] #50 76.15 github.com/pkg/diff [2021-02-22T19:11:09.048Z] #50 76.22 go/ast [2021-02-22T19:11:09.953Z] #42 2.449 Note: Building without setproctitle() and strlcpy() support. [2021-02-22T19:11:09.953Z] #42 2.449 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-22T19:11:09.953Z] #42 2.493 Note: Building without GnuTLS support [2021-02-22T19:11:09.953Z] #42 2.495 Makefile.config:39: Warn: you have no libnftables installed [2021-02-22T19:11:09.953Z] #42 2.496 Makefile.config:40: Warn: Building without nftables support [2021-02-22T19:11:10.023Z] #15 1.375 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-22T19:11:10.023Z] #15 DONE 1.7s [2021-02-22T19:11:10.023Z] [2021-02-22T19:11:10.023Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-22T19:11:10.023Z] #16 sha256:9cb04e72ef9a04b0f4bfc192576234c11f69ea05edf915c6cc3526012abfec52 [2021-02-22T19:11:10.113Z] #44 85.44 go/doc [2021-02-22T19:11:10.460Z] #50 ... [2021-02-22T19:11:10.460Z] [2021-02-22T19:11:10.460Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:11:10.460Z] #33 sha256:49599d74ea920b1a31d76b93719f216fe6a116dd1a5371b73d15ffc7a3a7a05d [2021-02-22T19:11:10.460Z] #33 DONE 77.9s [2021-02-22T19:11:10.721Z] [2021-02-22T19:11:10.721Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:10.721Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:10.721Z] #42 2.318 Note: Building without setproctitle() and strlcpy() support. [2021-02-22T19:11:10.721Z] #42 2.320 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-22T19:11:10.721Z] #42 2.341 Note: Building without GnuTLS support [2021-02-22T19:11:10.721Z] #42 2.347 Makefile.config:39: Warn: you have no libnftables installed [2021-02-22T19:11:10.721Z] #42 2.348 Makefile.config:40: Warn: Building without nftables support [2021-02-22T19:11:10.721Z] #42 5.030 fatal: not a git repository (or any of the parent directories): .git [2021-02-22T19:11:10.721Z] #42 5.077 GEN .gitid [2021-02-22T19:11:10.721Z] #42 5.101 GEN criu/include/version.h [2021-02-22T19:11:10.721Z] #42 5.197 GEN include/common/asm [2021-02-22T19:11:10.901Z] #42 ... [2021-02-22T19:11:10.901Z] [2021-02-22T19:11:10.901Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:11:10.901Z] #50 sha256:a2bf0d2df417fa609975e09b7b46c838da17b60adab9de3e04dcb23a239e99c3 [2021-02-22T19:11:10.901Z] #50 65.47 encoding/base64 [2021-02-22T19:11:10.901Z] #50 65.64 context [2021-02-22T19:11:10.901Z] #50 66.87 fmt [2021-02-22T19:11:10.901Z] #50 66.91 path/filepath [2021-02-22T19:11:10.901Z] #50 68.51 golang.org/x/sys/unix [2021-02-22T19:11:10.901Z] #50 72.82 encoding/json [2021-02-22T19:11:11.163Z] #50 ... [2021-02-22T19:11:11.163Z] [2021-02-22T19:11:11.163Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-22T19:11:11.163Z] #36 sha256:c8b074654ac962139a7fed1f27ee5a880b7563c6c5474e820f84dea4c245501b [2021-02-22T19:11:11.163Z] #36 7.426 -- Detecting C compile features - done [2021-02-22T19:11:11.163Z] #36 7.491 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-22T19:11:11.163Z] #36 7.715 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-22T19:11:11.163Z] #36 7.880 -- Configuring done [2021-02-22T19:11:11.163Z] #36 7.901 -- Generating done [2021-02-22T19:11:11.163Z] #36 7.917 -- Build files have been written to: /tmp/tmp.RP6wWup9P0/tini [2021-02-22T19:11:11.163Z] #36 7.922 + make tini-static [2021-02-22T19:11:11.163Z] #36 8.349 Scanning dependencies of target tini-static [2021-02-22T19:11:11.163Z] #36 8.592 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-22T19:11:11.163Z] #36 10.00 [100%] Linking C executable tini-static [2021-02-22T19:11:11.425Z] #36 10.64 [100%] Built target tini-static [2021-02-22T19:11:11.425Z] #36 10.75 + mkdir -p /build [2021-02-22T19:11:11.425Z] #36 10.75 + cp tini-static /build/docker-init [2021-02-22T19:11:11.425Z] #36 ... [2021-02-22T19:11:11.425Z] [2021-02-22T19:11:11.425Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:11:11.425Z] #33 sha256:7d4f25d0d746498f477cc093c953aeb13c6e95cb85ad2ccf285e3323d001d34b [2021-02-22T19:11:11.425Z] #33 66.01 path [2021-02-22T19:11:11.425Z] #33 66.77 fmt [2021-02-22T19:11:11.425Z] #33 66.79 path/filepath [2021-02-22T19:11:11.425Z] #33 68.31 io/ioutil [2021-02-22T19:11:11.425Z] #33 68.90 text/tabwriter [2021-02-22T19:11:11.425Z] #33 70.81 github.com/BurntSushi/toml [2021-02-22T19:11:11.425Z] #33 70.83 flag [2021-02-22T19:11:11.425Z] #33 73.14 log [2021-02-22T19:11:11.425Z] #33 75.81 github.com/BurntSushi/toml/cmd/tomlv [2021-02-22T19:11:11.662Z] #42 ... [2021-02-22T19:11:11.662Z] [2021-02-22T19:11:11.662Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:11.662Z] #44 sha256:e17b54739c5147805ce5ba27746d7b7a36ceef8c044630e4b39b0a9f42ce1f22 [2021-02-22T19:11:11.662Z] #44 69.15 flag [2021-02-22T19:11:11.662Z] #44 70.62 go/token [2021-02-22T19:11:11.662Z] #44 71.18 regexp [2021-02-22T19:11:11.662Z] #44 71.83 go/scanner [2021-02-22T19:11:11.662Z] #44 73.46 go/ast [2021-02-22T19:11:11.662Z] #44 75.30 internal/lazyregexp [2021-02-22T19:11:11.662Z] #44 75.60 net/url [2021-02-22T19:11:11.662Z] #44 77.63 text/template/parse [2021-02-22T19:11:11.688Z] #33 ... [2021-02-22T19:11:11.688Z] [2021-02-22T19:11:11.688Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:11:11.688Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:11:11.688Z] #12 69.24 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-22T19:11:11.688Z] #12 69.24 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-22T19:11:11.688Z] #12 69.25 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-22T19:11:11.688Z] #12 75.75 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-22T19:11:11.688Z] #12 75.75 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-22T19:11:11.688Z] #12 75.76 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:11.688Z] #12 75.94 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-22T19:11:11.688Z] #12 75.95 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-22T19:11:11.688Z] #12 75.96 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:11.688Z] #12 ... [2021-02-22T19:11:11.688Z] [2021-02-22T19:11:11.688Z] #36 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-02-22T19:11:11.688Z] #36 sha256:c8b074654ac962139a7fed1f27ee5a880b7563c6c5474e820f84dea4c245501b [2021-02-22T19:11:11.688Z] #36 DONE 11.1s [2021-02-22T19:11:11.688Z] [2021-02-22T19:11:11.688Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:11.688Z] #44 sha256:1658c155205d228ce9d4b9bfba903b872936f529a1fbdc0d12310df32b638045 [2021-02-22T19:11:11.688Z] #44 68.28 fmt [2021-02-22T19:11:11.688Z] #44 72.82 regexp [2021-02-22T19:11:11.688Z] #44 73.44 go/token [2021-02-22T19:11:11.688Z] #44 74.41 go/scanner [2021-02-22T19:11:11.688Z] #44 75.91 go/ast [2021-02-22T19:11:11.923Z] #44 ... [2021-02-22T19:11:11.923Z] [2021-02-22T19:11:11.923Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:11:11.923Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:11:11.923Z] #12 69.48 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-22T19:11:11.923Z] #12 69.49 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-22T19:11:11.923Z] #12 69.50 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-22T19:11:11.923Z] #12 76.92 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-22T19:11:11.923Z] #12 76.97 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-22T19:11:11.923Z] #12 77.00 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:11.923Z] #12 77.52 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-22T19:11:11.923Z] #12 77.53 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-22T19:11:11.923Z] #12 77.54 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:11.950Z] #16 DONE 1.5s [2021-02-22T19:11:11.950Z] [2021-02-22T19:11:11.950Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-22T19:11:11.950Z] #17 sha256:f675607c515653c7bef5a9539c0ba98c237e0ad89b1b5f56bc801ffac0555ef7 [2021-02-22T19:11:11.951Z] #44 ... [2021-02-22T19:11:11.951Z] [2021-02-22T19:11:11.951Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:11.951Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:11.951Z] #42 4.737 fatal: not a git repository (or any of the parent directories): .git [2021-02-22T19:11:11.951Z] #42 4.803 GEN .gitid [2021-02-22T19:11:12.183Z] #12 ... [2021-02-22T19:11:12.183Z] [2021-02-22T19:11:12.183Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:12.183Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:12.183Z] #42 7.255 PBCC images/timens.pb-c.c [2021-02-22T19:11:12.183Z] #42 7.269 DEP images/timens.pb-c.d [2021-02-22T19:11:12.183Z] #42 7.324 PBCC images/fown.pb-c.c [2021-02-22T19:11:12.183Z] #42 7.359 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-22T19:11:12.183Z] #42 7.455 PBCC images/opts.pb-c.c [2021-02-22T19:11:12.214Z] #42 4.898 GEN criu/include/version.h [2021-02-22T19:11:12.444Z] #42 7.550 PBCC images/memfd.pb-c.c [2021-02-22T19:11:12.444Z] #42 7.564 DEP images/fown.pb-c.d [2021-02-22T19:11:12.444Z] #42 7.646 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-22T19:11:12.444Z] #42 7.701 DEP images/opts.pb-c.d [2021-02-22T19:11:12.476Z] #42 5.066 GEN include/common/asm [2021-02-22T19:11:12.705Z] #42 7.782 DEP images/memfd.pb-c.d [2021-02-22T19:11:12.705Z] #42 7.863 PBCC images/sit.pb-c.c [2021-02-22T19:11:12.705Z] #42 7.934 DEP images/sit.pb-c.d [2021-02-22T19:11:12.705Z] #42 7.994 PBCC images/macvlan.pb-c.c [2021-02-22T19:11:12.965Z] #42 8.031 DEP images/macvlan.pb-c.d [2021-02-22T19:11:12.965Z] #42 8.101 PBCC images/autofs.pb-c.c [2021-02-22T19:11:12.965Z] #42 8.126 DEP images/autofs.pb-c.d [2021-02-22T19:11:12.965Z] #42 8.173 PBCC images/sysctl.pb-c.c [2021-02-22T19:11:12.965Z] #42 8.227 DEP images/sysctl.pb-c.d [2021-02-22T19:11:13.226Z] #42 8.309 PBCC images/time.pb-c.c [2021-02-22T19:11:13.226Z] #42 8.334 DEP images/time.pb-c.d [2021-02-22T19:11:13.226Z] #42 8.409 PBCC images/binfmt-misc.pb-c.c [2021-02-22T19:11:13.226Z] #42 8.434 DEP images/binfmt-misc.pb-c.d [2021-02-22T19:11:13.345Z] #17 DONE 1.6s [2021-02-22T19:11:13.345Z] [2021-02-22T19:11:13.345Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:11:13.345Z] #52 sha256:c6d126a0686244c5db4f088bb9dc148a1fece83e7d6e3f6557aa8313abf954b2 [2021-02-22T19:11:13.345Z] #52 9.416 + cd /tmp/tmp.RIbW7y4lmn/src/github.com/opencontainers/runc [2021-02-22T19:11:13.345Z] #52 9.416 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-22T19:11:13.414Z] #44 88.57 github.com/LK4D4/vndr/build [2021-02-22T19:11:13.488Z] #42 8.486 PBCC images/seccomp.pb-c.c [2021-02-22T19:11:13.488Z] #42 8.534 DEP images/seccomp.pb-c.d [2021-02-22T19:11:13.488Z] #42 8.586 PBCC images/userns.pb-c.c [2021-02-22T19:11:13.488Z] #42 8.603 DEP images/userns.pb-c.d [2021-02-22T19:11:13.488Z] #42 8.633 PBCC images/cgroup.pb-c.c [2021-02-22T19:11:13.488Z] #42 8.656 DEP images/cgroup.pb-c.d [2021-02-22T19:11:13.488Z] #42 8.724 PBCC images/ext-file.pb-c.c [2021-02-22T19:11:13.608Z] #52 9.623 + '[' -z '' ']' [2021-02-22T19:11:13.608Z] #52 9.623 + target=static [2021-02-22T19:11:13.608Z] #52 9.623 + make 'BUILDTAGS=seccomp ' static [2021-02-22T19:11:13.749Z] #42 8.747 DEP images/ext-file.pb-c.d [2021-02-22T19:11:13.749Z] #42 8.793 PBCC images/rpc.pb-c.c [2021-02-22T19:11:13.749Z] #42 8.837 DEP images/rpc.pb-c.d [2021-02-22T19:11:13.749Z] #42 8.896 PBCC images/siginfo.pb-c.c [2021-02-22T19:11:13.749Z] #42 8.937 DEP images/siginfo.pb-c.d [2021-02-22T19:11:13.749Z] #42 9.000 PBCC images/pagemap.pb-c.c [2021-02-22T19:11:13.872Z] #52 9.988 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-02-22T19:11:13.985Z] #44 ... [2021-02-22T19:11:13.985Z] [2021-02-22T19:11:13.985Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:11:13.985Z] #55 sha256:930ade1c4a10b69884d2e3a69306e3e7f87580ac9b7772592b381b351de602ae [2021-02-22T19:11:13.985Z] #55 44.58 Checking out files: 39% (1476/3766) Checking out files: 40% (1507/3766) Checking out files: 41% (1545/3766) Checking out files: 42% (1582/3766) Checking out files: 43% (1620/3766) Checking out files: 44% (1658/3766) Checking out files: 45% (1695/3766) Checking out files: 46% (1733/3766) Checking out files: 47% (1771/3766) Checking out files: 48% (1808/3766) Checking out files: 49% (1846/3766) Checking out files: 50% (1883/3766) Checking out files: 51% (1921/3766) Checking out files: 52% (1959/3766) Checking out files: 53% (1996/3766) Checking out files: 54% (2034/3766) Checking out files: 55% (2072/3766) Checking out files: 56% (2109/3766) Checking out files: 57% (2147/3766) Checking out files: 58% (2185/3766) Checking out files: 59% (2222/3766) Checking out files: 60% (2260/3766) Checking out files: 61% (2298/3766) Checking out files: 62% (2335/3766) Checking out files: 63% (2373/3766) Checking out files: 64% (2411/3766) Checking out files: 65% (2448/3766) Checking out files: 66% (2486/3766) Checking out files: 67% (2524/3766) Checking out files: 68% (2561/3766) Checking out files: 69% (2599/3766) Checking out files: 70% (2637/3766) Checking out files: 71% (2674/3766) Checking out files: 72% (2712/3766) Checking out files: 73% (2750/3766) Checking out files: 74% (2787/3766) Checking out files: 75% (2825/3766) Checking out files: 76% (2863/3766) Checking out files: 77% (2900/3766) Checking out files: 78% (2938/3766) Checking out files: 79% (2976/3766) Checking out files: 80% (3013/3766) Checking out files: 81% (3051/3766) Checking out files: 82% (3089/3766) Checking out files: 83% (3126/3766) Checking out files: 84% (3164/3766) Checking out files: 85% (3202/3766) Checking out files: 86% (3239/3766) Checking out files: 87% (3277/3766) Checking out files: 88% (3315/3766) Checking out files: 89% (3352/3766) Checking out files: 90% (3390/3766) Checking out files: 91% (3428/3766) Checking out files: 92% (3465/3766) Checking out files: 93% (3503/3766) Checking out files: 94% (3541/3766) Checking out files: 95% (3578/3766) Checking out files: 96% (3616/3766) Checking out files: 97% (3654/3766) Checking out files: 98% (3691/3766) Checking out files: 99% (3729/3766) Checking out files: 100% (3766/3766) Checking out files: 100% (3766/3766), done. [2021-02-22T19:11:13.985Z] #55 46.46 + cd /tmp/tmp.KOLzufJka1/src/github.com/containerd/containerd [2021-02-22T19:11:13.985Z] #55 46.46 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:11:13.985Z] #55 48.23 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-22T19:11:13.985Z] #55 48.23 + BUILDTAGS='netgo osusergo static_build' [2021-02-22T19:11:13.985Z] #55 48.24 + export EXTRA_FLAGS=-buildmode=pie [2021-02-22T19:11:13.985Z] #55 48.24 + EXTRA_FLAGS=-buildmode=pie [2021-02-22T19:11:13.985Z] #55 48.24 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-22T19:11:13.985Z] #55 48.24 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-22T19:11:13.985Z] #55 48.24 + '[' '' = dynamic ']' [2021-02-22T19:11:13.985Z] #55 48.24 + make [2021-02-22T19:11:13.985Z] #55 49.27 + bin/ctr [2021-02-22T19:11:14.010Z] #42 9.085 DEP images/pagemap.pb-c.d [2021-02-22T19:11:14.010Z] #42 9.146 PBCC images/rlimit.pb-c.c [2021-02-22T19:11:14.010Z] #42 9.180 DEP images/rlimit.pb-c.d [2021-02-22T19:11:14.010Z] #42 9.238 PBCC images/file-lock.pb-c.c [2021-02-22T19:11:14.010Z] #42 9.247 DEP images/file-lock.pb-c.d [2021-02-22T19:11:14.271Z] #42 9.316 PBCC images/tty.pb-c.c [2021-02-22T19:11:14.271Z] #42 9.404 DEP images/tty.pb-c.d [2021-02-22T19:11:14.271Z] #42 9.455 PBCC images/tun.pb-c.c [2021-02-22T19:11:14.271Z] #42 9.517 PBCC images/netdev.pb-c.c [2021-02-22T19:11:14.401Z] #42 7.206 PBCC images/timens.pb-c.c [2021-02-22T19:11:14.401Z] #42 7.278 DEP images/timens.pb-c.d [2021-02-22T19:11:14.401Z] #42 7.327 PBCC images/fown.pb-c.c [2021-02-22T19:11:14.532Z] #42 9.564 DEP images/tun.pb-c.d [2021-02-22T19:11:14.532Z] #42 9.629 DEP images/netdev.pb-c.d [2021-02-22T19:11:14.532Z] #42 9.696 PBCC images/vma.pb-c.c [2021-02-22T19:11:14.532Z] #42 9.746 DEP images/vma.pb-c.d [2021-02-22T19:11:14.663Z] #42 7.410 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-22T19:11:14.663Z] #42 7.497 PBCC images/opts.pb-c.c [2021-02-22T19:11:14.663Z] #42 7.549 PBCC images/memfd.pb-c.c [2021-02-22T19:11:14.663Z] #42 7.588 DEP images/fown.pb-c.d [2021-02-22T19:11:14.793Z] #42 9.818 PBCC images/creds.pb-c.c [2021-02-22T19:11:14.793Z] #42 9.826 DEP images/creds.pb-c.d [2021-02-22T19:11:14.793Z] #42 9.866 PBCC images/utsns.pb-c.c [2021-02-22T19:11:14.793Z] #42 9.910 DEP images/utsns.pb-c.d [2021-02-22T19:11:14.793Z] #42 9.964 PBCC images/ipc-desc.pb-c.c [2021-02-22T19:11:14.793Z] #42 9.980 PBCC images/ipc-sem.pb-c.c [2021-02-22T19:11:14.793Z] #42 9.999 DEP images/ipc-desc.pb-c.d [2021-02-22T19:11:14.793Z] #42 10.04 DEP images/ipc-sem.pb-c.d [2021-02-22T19:11:14.793Z] #42 10.08 PBCC images/ipc-msg.pb-c.c [2021-02-22T19:11:14.793Z] #42 10.10 DEP images/ipc-msg.pb-c.d [2021-02-22T19:11:14.824Z] #52 ... [2021-02-22T19:11:14.824Z] [2021-02-22T19:11:14.824Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-22T19:11:14.824Z] #18 sha256:d30e02ac8b6e2e6d6a59961b4803a4d076ab9c882cdb8140a846da750eaa758f [2021-02-22T19:11:14.824Z] #18 DONE 1.5s [2021-02-22T19:11:14.824Z] [2021-02-22T19:11:14.824Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:11:14.824Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-22T19:11:14.925Z] #42 7.652 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-22T19:11:14.925Z] #42 7.772 DEP images/opts.pb-c.d [2021-02-22T19:11:15.054Z] #42 10.14 PBCC images/ipc-shm.pb-c.c [2021-02-22T19:11:15.054Z] #42 10.18 DEP images/ipc-shm.pb-c.d [2021-02-22T19:11:15.054Z] #42 10.22 PBCC images/ipc-var.pb-c.c [2021-02-22T19:11:15.089Z] #19 ... [2021-02-22T19:11:15.089Z] [2021-02-22T19:11:15.089Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:15.089Z] #44 sha256:c73fb4b3a90da34e6631506d20d932d7a37764a23b8f7d41cb5f5f51e01f15a1 [2021-02-22T19:11:15.089Z] #44 90.94 net/http/httptrace [2021-02-22T19:11:15.089Z] #44 91.23 net/http [2021-02-22T19:11:15.089Z] #44 ... [2021-02-22T19:11:15.089Z] [2021-02-22T19:11:15.089Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:15.089Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:11:15.089Z] #42 39.74 CC images/opts.o [2021-02-22T19:11:15.089Z] #42 40.07 CC images/seccomp.o [2021-02-22T19:11:15.089Z] #42 40.40 CC images/binfmt-misc.o [2021-02-22T19:11:15.089Z] #42 40.68 CC images/time.o [2021-02-22T19:11:15.089Z] #42 40.94 CC images/sysctl.o [2021-02-22T19:11:15.089Z] #42 41.12 CC images/autofs.o [2021-02-22T19:11:15.089Z] #42 41.42 CC images/macvlan.o [2021-02-22T19:11:15.089Z] #42 41.64 CC images/sit.o [2021-02-22T19:11:15.089Z] #42 41.88 CC images/memfd.o [2021-02-22T19:11:15.089Z] #42 42.37 CC images/timens.o [2021-02-22T19:11:15.089Z] #42 42.77 LINK images/built-in.o [2021-02-22T19:11:15.089Z] #42 42.99 GEN compel/include/asm [2021-02-22T19:11:15.089Z] #42 43.01 GEN compel/include/version.h [2021-02-22T19:11:15.089Z] #42 43.09 touch .config [2021-02-22T19:11:15.089Z] #42 43.18 GEN include/common/config.h [2021-02-22T19:11:15.089Z] #42 43.30 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-22T19:11:15.089Z] #42 43.31 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2021-02-22T19:11:15.089Z] #42 43.33 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2021-02-22T19:11:15.089Z] #42 43.34 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2021-02-22T19:11:15.089Z] #42 43.35 DEP compel/plugins/std/infect.d [2021-02-22T19:11:15.089Z] #42 43.40 DEP compel/plugins/std/string.d [2021-02-22T19:11:15.089Z] #42 43.44 DEP compel/plugins/std/log.d [2021-02-22T19:11:15.089Z] #42 43.49 DEP compel/plugins/std/fds.d [2021-02-22T19:11:15.089Z] #42 43.60 DEP compel/plugins/std/std.d [2021-02-22T19:11:15.089Z] #42 43.80 DEP compel/plugins/shmem/shmem.d [2021-02-22T19:11:15.089Z] #42 44.02 DEP compel/plugins/fds/fds.d [2021-02-22T19:11:15.089Z] #42 44.23 CC compel/plugins/std/std.o [2021-02-22T19:11:15.089Z] #42 44.59 CC compel/plugins/std/fds.o [2021-02-22T19:11:15.089Z] #42 45.04 CC compel/plugins/std/log.o [2021-02-22T19:11:15.089Z] #42 46.08 CC compel/plugins/std/string.o [2021-02-22T19:11:15.089Z] #42 46.59 CC compel/plugins/std/infect.o [2021-02-22T19:11:15.089Z] #42 47.17 CC compel/arch/aarch64/plugins/std/parasite-head.o [2021-02-22T19:11:15.089Z] #42 47.20 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2021-02-22T19:11:15.089Z] #42 47.25 AR compel/plugins/std.lib.a [2021-02-22T19:11:15.188Z] #42 7.878 DEP images/memfd.pb-c.d [2021-02-22T19:11:15.188Z] #42 7.925 PBCC images/sit.pb-c.c [2021-02-22T19:11:15.188Z] #42 7.979 DEP images/sit.pb-c.d [2021-02-22T19:11:15.188Z] #42 8.068 PBCC images/macvlan.pb-c.c [2021-02-22T19:11:15.188Z] #42 8.119 DEP images/macvlan.pb-c.d [2021-02-22T19:11:15.315Z] #42 10.27 DEP images/ipc-var.pb-c.d [2021-02-22T19:11:15.315Z] #42 10.32 PBCC images/sk-opts.pb-c.c [2021-02-22T19:11:15.315Z] #42 10.37 PBCC images/packet-sock.pb-c.c [2021-02-22T19:11:15.315Z] #42 10.44 DEP images/sk-opts.pb-c.d [2021-02-22T19:11:15.315Z] #42 10.51 DEP images/packet-sock.pb-c.d [2021-02-22T19:11:15.357Z] #42 47.46 CC compel/plugins/fds/fds.o [2021-02-22T19:11:15.450Z] #42 8.234 PBCC images/autofs.pb-c.c [2021-02-22T19:11:15.450Z] #42 8.280 DEP images/autofs.pb-c.d [2021-02-22T19:11:15.450Z] #42 8.324 PBCC images/sysctl.pb-c.c [2021-02-22T19:11:15.450Z] #42 8.358 DEP images/sysctl.pb-c.d [2021-02-22T19:11:15.576Z] #42 10.58 PBCC images/sk-netlink.pb-c.c [2021-02-22T19:11:15.576Z] #42 10.64 DEP images/sk-netlink.pb-c.d [2021-02-22T19:11:15.576Z] #42 10.69 PBCC images/sk-inet.pb-c.c [2021-02-22T19:11:15.576Z] #42 10.74 DEP images/sk-inet.pb-c.d [2021-02-22T19:11:15.622Z] #42 ... [2021-02-22T19:11:15.622Z] [2021-02-22T19:11:15.622Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:15.622Z] #44 sha256:c73fb4b3a90da34e6631506d20d932d7a37764a23b8f7d41cb5f5f51e01f15a1 [2021-02-22T19:11:15.622Z] #44 101.5 github.com/LK4D4/vndr/godl [2021-02-22T19:11:15.712Z] #42 8.401 PBCC images/time.pb-c.c [2021-02-22T19:11:15.712Z] #42 8.445 DEP images/time.pb-c.d [2021-02-22T19:11:15.712Z] #42 8.504 PBCC images/binfmt-misc.pb-c.c [2021-02-22T19:11:15.712Z] #42 8.563 DEP images/binfmt-misc.pb-c.d [2021-02-22T19:11:15.712Z] #42 8.619 PBCC images/seccomp.pb-c.c [2021-02-22T19:11:15.838Z] #42 10.82 PBCC images/sk-unix.pb-c.c [2021-02-22T19:11:15.838Z] #42 10.91 DEP images/sk-unix.pb-c.d [2021-02-22T19:11:15.838Z] #42 10.99 PBCC images/mm.pb-c.c [2021-02-22T19:11:15.838Z] #42 11.04 DEP images/mm.pb-c.d [2021-02-22T19:11:15.838Z] #42 11.13 PBCC images/timerfd.pb-c.c [2021-02-22T19:11:15.974Z] #42 8.658 DEP images/seccomp.pb-c.d [2021-02-22T19:11:15.974Z] #42 8.731 PBCC images/userns.pb-c.c [2021-02-22T19:11:15.974Z] #42 8.782 DEP images/userns.pb-c.d [2021-02-22T19:11:15.974Z] #42 8.818 PBCC images/cgroup.pb-c.c [2021-02-22T19:11:15.974Z] #42 8.860 DEP images/cgroup.pb-c.d [2021-02-22T19:11:16.099Z] #42 11.20 DEP images/timerfd.pb-c.d [2021-02-22T19:11:16.099Z] #42 11.26 PBCC images/timer.pb-c.c [2021-02-22T19:11:16.099Z] #42 11.29 DEP images/timer.pb-c.d [2021-02-22T19:11:16.099Z] #42 11.34 PBCC images/sa.pb-c.c [2021-02-22T19:11:16.198Z] #44 102.2 github.com/LK4D4/vndr [2021-02-22T19:11:16.236Z] #42 8.966 PBCC images/ext-file.pb-c.c [2021-02-22T19:11:16.236Z] #42 9.023 DEP images/ext-file.pb-c.d [2021-02-22T19:11:16.236Z] #42 9.098 PBCC images/rpc.pb-c.c [2021-02-22T19:11:16.360Z] #42 11.41 DEP images/sa.pb-c.d [2021-02-22T19:11:16.360Z] #42 11.48 PBCC images/pipe-data.pb-c.c [2021-02-22T19:11:16.360Z] #42 11.52 DEP images/pipe-data.pb-c.d [2021-02-22T19:11:16.499Z] #42 9.183 DEP images/rpc.pb-c.d [2021-02-22T19:11:16.499Z] #42 9.246 PBCC images/siginfo.pb-c.c [2021-02-22T19:11:16.499Z] #42 ... [2021-02-22T19:11:16.499Z] [2021-02-22T19:11:16.499Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-02-22T19:11:16.499Z] #33 sha256:7d4f25d0d746498f477cc093c953aeb13c6e95cb85ad2ccf285e3323d001d34b [2021-02-22T19:11:16.499Z] #33 DONE 81.1s [2021-02-22T19:11:16.499Z] [2021-02-22T19:11:16.499Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:16.499Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:16.499Z] #42 9.285 DEP images/siginfo.pb-c.d [2021-02-22T19:11:16.621Z] #42 11.57 PBCC images/mnt.pb-c.c [2021-02-22T19:11:16.621Z] #42 11.60 DEP images/mnt.pb-c.d [2021-02-22T19:11:16.621Z] #42 11.70 PBCC images/sk-packet.pb-c.c [2021-02-22T19:11:16.621Z] #42 11.72 DEP images/sk-packet.pb-c.d [2021-02-22T19:11:16.621Z] #42 11.78 PBCC images/tcp-stream.pb-c.c [2021-02-22T19:11:16.621Z] #42 11.85 DEP images/tcp-stream.pb-c.d [2021-02-22T19:11:16.621Z] #42 11.91 PBCC images/pipe.pb-c.c [2021-02-22T19:11:16.762Z] #42 9.398 PBCC images/pagemap.pb-c.c [2021-02-22T19:11:16.762Z] #42 9.492 DEP images/pagemap.pb-c.d [2021-02-22T19:11:16.762Z] #42 9.567 PBCC images/rlimit.pb-c.c [2021-02-22T19:11:16.762Z] #42 9.590 DEP images/rlimit.pb-c.d [2021-02-22T19:11:16.884Z] #42 11.96 DEP images/pipe.pb-c.d [2021-02-22T19:11:16.884Z] #42 12.04 PBCC images/pstree.pb-c.c [2021-02-22T19:11:16.884Z] #42 12.06 DEP images/pstree.pb-c.d [2021-02-22T19:11:16.884Z] #42 12.10 PBCC images/fs.pb-c.c [2021-02-22T19:11:16.884Z] #42 12.11 DEP images/fs.pb-c.d [2021-02-22T19:11:16.884Z] #42 12.17 PBCC images/signalfd.pb-c.c [2021-02-22T19:11:17.025Z] #42 9.717 PBCC images/file-lock.pb-c.c [2021-02-22T19:11:17.025Z] #42 9.756 DEP images/file-lock.pb-c.d [2021-02-22T19:11:17.146Z] #42 12.22 DEP images/signalfd.pb-c.d [2021-02-22T19:11:17.146Z] #42 12.30 PBCC images/fh.pb-c.c [2021-02-22T19:11:17.146Z] #42 12.34 PBCC images/fsnotify.pb-c.c [2021-02-22T19:11:17.146Z] #42 12.38 DEP images/fh.pb-c.d [2021-02-22T19:11:17.146Z] #42 12.42 DEP images/fsnotify.pb-c.d [2021-02-22T19:11:17.288Z] #42 9.875 PBCC images/tty.pb-c.c [2021-02-22T19:11:17.288Z] #42 9.997 DEP images/tty.pb-c.d [2021-02-22T19:11:17.407Z] #42 12.50 PBCC images/eventpoll.pb-c.c [2021-02-22T19:11:17.407Z] #42 12.52 DEP images/eventpoll.pb-c.d [2021-02-22T19:11:17.407Z] #42 12.57 PBCC images/eventfd.pb-c.c [2021-02-22T19:11:17.407Z] #42 12.59 DEP images/eventfd.pb-c.d [2021-02-22T19:11:17.407Z] #42 12.65 PBCC images/remap-file-path.pb-c.c [2021-02-22T19:11:17.407Z] #42 12.67 DEP images/remap-file-path.pb-c.d [2021-02-22T19:11:17.553Z] #42 10.19 PBCC images/tun.pb-c.c [2021-02-22T19:11:17.553Z] #42 10.22 PBCC images/netdev.pb-c.c [2021-02-22T19:11:17.553Z] #42 10.30 DEP images/tun.pb-c.d [2021-02-22T19:11:17.553Z] #42 10.38 DEP images/netdev.pb-c.d [2021-02-22T19:11:17.668Z] #42 12.76 PBCC images/fifo.pb-c.c [2021-02-22T19:11:17.668Z] #42 12.78 DEP images/fifo.pb-c.d [2021-02-22T19:11:17.668Z] #42 12.82 PBCC images/ghost-file.pb-c.c [2021-02-22T19:11:17.816Z] #42 10.50 PBCC images/vma.pb-c.c [2021-02-22T19:11:17.816Z] #42 10.56 DEP images/vma.pb-c.d [2021-02-22T19:11:17.816Z] #42 10.60 PBCC images/creds.pb-c.c [2021-02-22T19:11:17.816Z] #42 10.65 DEP images/creds.pb-c.d [2021-02-22T19:11:17.816Z] #42 10.70 PBCC images/utsns.pb-c.c [2021-02-22T19:11:17.929Z] #42 12.93 DEP images/ghost-file.pb-c.d [2021-02-22T19:11:17.929Z] #42 13.03 PBCC images/regfile.pb-c.c [2021-02-22T19:11:17.929Z] #42 13.07 DEP images/regfile.pb-c.d [2021-02-22T19:11:17.929Z] #42 13.14 PBCC images/ns.pb-c.c [2021-02-22T19:11:18.078Z] #42 10.73 DEP images/utsns.pb-c.d [2021-02-22T19:11:18.078Z] #42 10.78 PBCC images/ipc-desc.pb-c.c [2021-02-22T19:11:18.078Z] #42 10.81 PBCC images/ipc-sem.pb-c.c [2021-02-22T19:11:18.078Z] #42 10.86 DEP images/ipc-desc.pb-c.d [2021-02-22T19:11:18.078Z] #42 10.93 DEP images/ipc-sem.pb-c.d [2021-02-22T19:11:18.187Z] #55 ... [2021-02-22T19:11:18.187Z] [2021-02-22T19:11:18.187Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:11:18.187Z] #50 sha256:a74ad4b260257c14c461a63e72d975bc5128289c6b7a79e2791bf7e40da29f60 [2021-02-22T19:11:18.187Z] #50 87.42 mvdan.cc/sh/v3/cmd/shfmt [2021-02-22T19:11:18.187Z] #50 DONE 93.7s [2021-02-22T19:11:18.187Z] [2021-02-22T19:11:18.187Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:18.187Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:18.187Z] #42 14.06 DEP images/core-aarch64.pb-c.d [2021-02-22T19:11:18.187Z] #42 14.11 DEP images/core-arm.pb-c.d [2021-02-22T19:11:18.187Z] #42 14.18 DEP images/core-ppc64.pb-c.d [2021-02-22T19:11:18.187Z] #42 14.25 DEP images/core-s390.pb-c.d [2021-02-22T19:11:18.187Z] #42 14.32 DEP images/core-x86.pb-c.d [2021-02-22T19:11:18.187Z] #42 14.40 DEP images/core.pb-c.d [2021-02-22T19:11:18.187Z] #42 14.48 DEP images/inventory.pb-c.d [2021-02-22T19:11:18.187Z] #42 14.53 PBCC images/cpuinfo.pb-c.c [2021-02-22T19:11:18.187Z] #42 14.59 DEP images/cpuinfo.pb-c.d [2021-02-22T19:11:18.187Z] #42 14.63 PBCC images/stats.pb-c.c [2021-02-22T19:11:18.187Z] #42 14.65 DEP images/stats.pb-c.d [2021-02-22T19:11:18.187Z] #42 16.06 make[1]: Nothing to be done for 'all'. [2021-02-22T19:11:18.187Z] #42 17.47 CC images/stats.o [2021-02-22T19:11:18.187Z] #42 17.88 CC images/core.o [2021-02-22T19:11:18.187Z] #42 18.61 CC images/core-x86.o [2021-02-22T19:11:18.187Z] #42 19.25 CC images/core-arm.o [2021-02-22T19:11:18.187Z] #42 19.61 CC images/core-aarch64.o [2021-02-22T19:11:18.187Z] #42 20.02 CC images/core-ppc64.o [2021-02-22T19:11:18.187Z] #42 20.75 CC images/core-s390.o [2021-02-22T19:11:18.187Z] #42 21.43 CC images/cpuinfo.o [2021-02-22T19:11:18.187Z] #42 21.86 CC images/inventory.o [2021-02-22T19:11:18.187Z] #42 22.14 CC images/fdinfo.o [2021-02-22T19:11:18.187Z] #42 22.47 CC images/fown.o [2021-02-22T19:11:18.187Z] #42 22.73 CC images/ns.o [2021-02-22T19:11:18.187Z] #42 22.92 CC images/regfile.o [2021-02-22T19:11:18.187Z] #42 23.21 CC images/ghost-file.o [2021-02-22T19:11:18.191Z] #42 13.16 DEP images/ns.pb-c.d [2021-02-22T19:11:18.191Z] #42 13.20 PBCC images/fdinfo.pb-c.c [2021-02-22T19:11:18.191Z] #42 13.26 DEP images/fdinfo.pb-c.d [2021-02-22T19:11:18.191Z] #42 13.30 PBCC images/core-aarch64.pb-c.c [2021-02-22T19:11:18.191Z] #42 13.33 PBCC images/core-arm.pb-c.c [2021-02-22T19:11:18.191Z] #42 13.36 PBCC images/core-ppc64.pb-c.c [2021-02-22T19:11:18.191Z] #42 13.41 PBCC images/core-s390.pb-c.c [2021-02-22T19:11:18.342Z] #42 11.02 PBCC images/ipc-msg.pb-c.c [2021-02-22T19:11:18.342Z] #42 11.05 DEP images/ipc-msg.pb-c.d [2021-02-22T19:11:18.342Z] #42 11.11 PBCC images/ipc-shm.pb-c.c [2021-02-22T19:11:18.342Z] #42 11.13 DEP images/ipc-shm.pb-c.d [2021-02-22T19:11:18.342Z] #42 11.18 PBCC images/ipc-var.pb-c.c [2021-02-22T19:11:18.342Z] #42 11.19 DEP images/ipc-var.pb-c.d [2021-02-22T19:11:18.342Z] #42 11.29 PBCC images/sk-opts.pb-c.c [2021-02-22T19:11:18.447Z] #42 23.75 CC images/fifo.o [2021-02-22T19:11:18.452Z] #42 13.44 PBCC images/core-x86.pb-c.c [2021-02-22T19:11:18.452Z] #42 13.50 PBCC images/core.pb-c.c [2021-02-22T19:11:18.452Z] #42 13.58 PBCC images/inventory.pb-c.c [2021-02-22T19:11:18.452Z] #42 13.66 DEP images/core-aarch64.pb-c.d [2021-02-22T19:11:18.606Z] #42 11.31 PBCC images/packet-sock.pb-c.c [2021-02-22T19:11:18.606Z] #42 11.37 DEP images/sk-opts.pb-c.d [2021-02-22T19:11:18.606Z] #42 11.41 DEP images/packet-sock.pb-c.d [2021-02-22T19:11:18.606Z] #42 11.46 PBCC images/sk-netlink.pb-c.c [2021-02-22T19:11:18.606Z] #42 11.50 DEP images/sk-netlink.pb-c.d [2021-02-22T19:11:18.713Z] #42 13.75 DEP images/core-arm.pb-c.d [2021-02-22T19:11:18.713Z] #42 13.84 DEP images/core-ppc64.pb-c.d [2021-02-22T19:11:18.713Z] #42 13.91 DEP images/core-s390.pb-c.d [2021-02-22T19:11:18.713Z] #42 13.94 DEP images/core-x86.pb-c.d [2021-02-22T19:11:18.868Z] #42 11.59 PBCC images/sk-inet.pb-c.c [2021-02-22T19:11:18.868Z] #42 11.64 DEP images/sk-inet.pb-c.d [2021-02-22T19:11:18.868Z] #42 11.70 PBCC images/sk-unix.pb-c.c [2021-02-22T19:11:18.868Z] #42 11.75 DEP images/sk-unix.pb-c.d [2021-02-22T19:11:18.868Z] #42 11.82 PBCC images/mm.pb-c.c [2021-02-22T19:11:18.974Z] #42 13.99 DEP images/core.pb-c.d [2021-02-22T19:11:18.974Z] #42 14.04 DEP images/inventory.pb-c.d [2021-02-22T19:11:18.974Z] #42 14.12 PBCC images/cpuinfo.pb-c.c [2021-02-22T19:11:18.974Z] #42 14.18 DEP images/cpuinfo.pb-c.d [2021-02-22T19:11:19.018Z] #42 24.19 CC images/remap-file-path.o [2021-02-22T19:11:19.130Z] #42 11.91 DEP images/mm.pb-c.d [2021-02-22T19:11:19.130Z] #42 11.99 PBCC images/timerfd.pb-c.c [2021-02-22T19:11:19.130Z] #42 12.03 DEP images/timerfd.pb-c.d [2021-02-22T19:11:19.130Z] #42 12.08 PBCC images/timer.pb-c.c [2021-02-22T19:11:19.234Z] #42 14.27 PBCC images/stats.pb-c.c [2021-02-22T19:11:19.234Z] #42 14.28 DEP images/stats.pb-c.d [2021-02-22T19:11:19.278Z] #42 24.56 CC images/eventfd.o [2021-02-22T19:11:19.394Z] #42 12.11 DEP images/timer.pb-c.d [2021-02-22T19:11:19.394Z] #42 12.16 PBCC images/sa.pb-c.c [2021-02-22T19:11:19.394Z] #42 12.20 DEP images/sa.pb-c.d [2021-02-22T19:11:19.394Z] #42 12.26 PBCC images/pipe-data.pb-c.c [2021-02-22T19:11:19.394Z] #42 12.28 DEP images/pipe-data.pb-c.d [2021-02-22T19:11:19.394Z] #42 12.31 PBCC images/mnt.pb-c.c [2021-02-22T19:11:19.539Z] #42 24.70 CC images/eventpoll.o [2021-02-22T19:11:19.539Z] #42 24.89 CC images/fh.o [2021-02-22T19:11:19.659Z] #42 12.38 DEP images/mnt.pb-c.d [2021-02-22T19:11:19.659Z] #42 12.46 PBCC images/sk-packet.pb-c.c [2021-02-22T19:11:19.659Z] #42 12.50 DEP images/sk-packet.pb-c.d [2021-02-22T19:11:19.659Z] #42 12.54 PBCC images/tcp-stream.pb-c.c [2021-02-22T19:11:19.659Z] #42 12.60 DEP images/tcp-stream.pb-c.d [2021-02-22T19:11:19.799Z] #42 25.16 CC images/fsnotify.o [2021-02-22T19:11:19.921Z] #42 12.65 PBCC images/pipe.pb-c.c [2021-02-22T19:11:19.921Z] #42 12.71 DEP images/pipe.pb-c.d [2021-02-22T19:11:19.921Z] #42 12.74 PBCC images/pstree.pb-c.c [2021-02-22T19:11:19.921Z] #42 12.78 DEP images/pstree.pb-c.d [2021-02-22T19:11:19.921Z] #42 12.82 PBCC images/fs.pb-c.c [2021-02-22T19:11:20.183Z] #42 12.84 DEP images/fs.pb-c.d [2021-02-22T19:11:20.183Z] #42 12.90 PBCC images/signalfd.pb-c.c [2021-02-22T19:11:20.183Z] #42 12.98 DEP images/signalfd.pb-c.d [2021-02-22T19:11:20.183Z] #42 13.05 PBCC images/fh.pb-c.c [2021-02-22T19:11:20.183Z] #42 13.10 PBCC images/fsnotify.pb-c.c [2021-02-22T19:11:20.445Z] #42 13.18 DEP images/fh.pb-c.d [2021-02-22T19:11:20.445Z] #42 13.22 DEP images/fsnotify.pb-c.d [2021-02-22T19:11:20.445Z] #42 13.28 PBCC images/eventpoll.pb-c.c [2021-02-22T19:11:20.445Z] #42 13.30 DEP images/eventpoll.pb-c.d [2021-02-22T19:11:20.445Z] #42 13.37 PBCC images/eventfd.pb-c.c [2021-02-22T19:11:20.619Z] #42 15.82 make[1]: Nothing to be done for 'all'. [2021-02-22T19:11:20.707Z] #42 13.42 DEP images/eventfd.pb-c.d [2021-02-22T19:11:20.707Z] #42 13.47 PBCC images/remap-file-path.pb-c.c [2021-02-22T19:11:20.707Z] #42 13.51 DEP images/remap-file-path.pb-c.d [2021-02-22T19:11:20.707Z] #42 13.59 PBCC images/fifo.pb-c.c [2021-02-22T19:11:20.707Z] #42 13.64 DEP images/fifo.pb-c.d [2021-02-22T19:11:20.740Z] #42 25.75 CC images/signalfd.o [2021-02-22T19:11:20.740Z] #42 25.94 CC images/fs.o [2021-02-22T19:11:20.880Z] #42 ... [2021-02-22T19:11:20.880Z] [2021-02-22T19:11:20.880Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:11:20.880Z] #50 sha256:3fbf0e1197064b46eaf5d0e6f37d48a3798be407b55f61fd0212814b5cdaba34 [2021-02-22T19:11:20.880Z] #50 78.31 golang.org/x/crypto/ssh/terminal [2021-02-22T19:11:20.880Z] #50 80.11 mvdan.cc/editorconfig [2021-02-22T19:11:20.880Z] #50 81.26 mvdan.cc/sh/v3/fileutil [2021-02-22T19:11:20.880Z] #50 81.42 mvdan.cc/sh/v3/syntax [2021-02-22T19:11:20.880Z] #50 87.87 mvdan.cc/sh/v3/cmd/shfmt [2021-02-22T19:11:20.969Z] #42 13.69 PBCC images/ghost-file.pb-c.c [2021-02-22T19:11:20.969Z] #42 13.72 DEP images/ghost-file.pb-c.d [2021-02-22T19:11:20.969Z] #42 13.78 PBCC images/regfile.pb-c.c [2021-02-22T19:11:20.969Z] #42 13.83 DEP images/regfile.pb-c.d [2021-02-22T19:11:20.969Z] #42 13.90 PBCC images/ns.pb-c.c [2021-02-22T19:11:21.001Z] #42 26.19 CC images/pstree.o [2021-02-22T19:11:21.141Z] #50 ... [2021-02-22T19:11:21.141Z] [2021-02-22T19:11:21.141Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:21.141Z] #44 sha256:e17b54739c5147805ce5ba27746d7b7a36ceef8c044630e4b39b0a9f42ce1f22 [2021-02-22T19:11:21.141Z] #44 79.83 go/parser [2021-02-22T19:11:21.141Z] #44 82.07 text/template [2021-02-22T19:11:21.141Z] #44 83.30 encoding/xml [2021-02-22T19:11:21.141Z] #44 86.83 go/doc [2021-02-22T19:11:21.141Z] #44 87.97 github.com/LK4D4/vndr/versioned [2021-02-22T19:11:21.141Z] #44 88.04 compress/flate [2021-02-22T19:11:21.231Z] #42 13.92 DEP images/ns.pb-c.d [2021-02-22T19:11:21.231Z] #42 14.00 PBCC images/fdinfo.pb-c.c [2021-02-22T19:11:21.231Z] #42 14.11 DEP images/fdinfo.pb-c.d [2021-02-22T19:11:21.231Z] #42 14.19 PBCC images/core-aarch64.pb-c.c [2021-02-22T19:11:21.261Z] #42 26.43 CC images/pipe.o [2021-02-22T19:11:21.261Z] #42 26.61 CC images/tcp-stream.o [2021-02-22T19:11:21.493Z] #42 14.24 PBCC images/core-arm.pb-c.c [2021-02-22T19:11:21.493Z] #42 14.28 PBCC images/core-ppc64.pb-c.c [2021-02-22T19:11:21.493Z] #42 14.31 PBCC images/core-s390.pb-c.c [2021-02-22T19:11:21.515Z] #44 ... [2021-02-22T19:11:21.515Z] [2021-02-22T19:11:21.515Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:21.515Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:11:21.515Z] #42 47.84 AR compel/plugins/fds.lib.a [2021-02-22T19:11:21.515Z] #42 47.91 HOSTDEP compel/src/lib/log-host.d [2021-02-22T19:11:21.515Z] #42 48.05 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-22T19:11:21.515Z] #42 48.24 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2021-02-22T19:11:21.515Z] #42 48.32 HOSTDEP compel/src/main-host.d [2021-02-22T19:11:21.515Z] #42 48.49 DEP compel/src/lib/ptrace.d [2021-02-22T19:11:21.515Z] #42 48.61 DEP compel/src/lib/infect.d [2021-02-22T19:11:21.515Z] #42 48.79 DEP compel/src/lib/infect-util.d [2021-02-22T19:11:21.515Z] #42 48.91 DEP compel/src/lib/infect-rpc.d [2021-02-22T19:11:21.515Z] #42 49.06 DEP compel/arch/aarch64/src/lib/infect.d [2021-02-22T19:11:21.515Z] #42 49.16 DEP compel/arch/aarch64/src/lib/cpu.d [2021-02-22T19:11:21.515Z] #42 49.20 DEP compel/src/lib/log.d [2021-02-22T19:11:21.515Z] #42 49.33 DEP compel/src/main.d [2021-02-22T19:11:21.515Z] #42 49.48 DEP compel/src/lib/handle-elf.d [2021-02-22T19:11:21.515Z] #42 49.60 DEP compel/arch/aarch64/src/lib/handle-elf.d [2021-02-22T19:11:21.515Z] #42 49.72 CC compel/src/lib/log.o [2021-02-22T19:11:21.515Z] #42 50.04 CC compel/arch/aarch64/src/lib/cpu.o [2021-02-22T19:11:21.515Z] #42 50.21 CC compel/arch/aarch64/src/lib/infect.o [2021-02-22T19:11:21.515Z] #42 50.64 CC compel/src/lib/infect-rpc.o [2021-02-22T19:11:21.515Z] #42 50.95 CC compel/src/lib/infect-util.o [2021-02-22T19:11:21.515Z] #42 51.25 CC compel/src/lib/infect.o [2021-02-22T19:11:21.515Z] #42 53.55 CC compel/src/lib/ptrace.o [2021-02-22T19:11:21.714Z] #44 ... [2021-02-22T19:11:21.714Z] [2021-02-22T19:11:21.714Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:11:21.714Z] #55 sha256:94f014e939b8f008b2d8914c1e0d3c83b9cf57c5ee3e4df24208bc6ed44ae5ba [2021-02-22T19:11:21.755Z] #42 14.35 PBCC images/core-x86.pb-c.c [2021-02-22T19:11:21.755Z] #42 14.40 PBCC images/core.pb-c.c [2021-02-22T19:11:21.755Z] #42 14.46 PBCC images/inventory.pb-c.c [2021-02-22T19:11:21.755Z] #42 14.52 DEP images/core-aarch64.pb-c.d [2021-02-22T19:11:21.755Z] #42 14.58 DEP images/core-arm.pb-c.d [2021-02-22T19:11:21.831Z] #42 26.88 CC images/sk-packet.o [2021-02-22T19:11:21.831Z] #42 27.15 CC images/mnt.o [2021-02-22T19:11:22.017Z] #42 14.66 DEP images/core-ppc64.pb-c.d [2021-02-22T19:11:22.017Z] #42 14.75 DEP images/core-s390.pb-c.d [2021-02-22T19:11:22.017Z] #42 14.84 DEP images/core-x86.pb-c.d [2021-02-22T19:11:22.017Z] #42 14.88 DEP images/core.pb-c.d [2021-02-22T19:11:22.017Z] #42 14.96 DEP images/inventory.pb-c.d [2021-02-22T19:11:22.092Z] #42 27.36 CC images/pipe-data.o [2021-02-22T19:11:22.093Z] #42 54.07 AR compel/libcompel.a [2021-02-22T19:11:22.093Z] #42 54.21 HOSTCC compel/src/main-host.o [2021-02-22T19:11:22.280Z] #42 15.01 PBCC images/cpuinfo.pb-c.c [2021-02-22T19:11:22.280Z] #42 15.04 DEP images/cpuinfo.pb-c.d [2021-02-22T19:11:22.352Z] #42 27.54 CC images/sa.o [2021-02-22T19:11:22.352Z] #42 27.73 CC images/timer.o [2021-02-22T19:11:22.542Z] #42 15.11 PBCC images/stats.pb-c.c [2021-02-22T19:11:22.542Z] #42 15.18 DEP images/stats.pb-c.d [2021-02-22T19:11:22.542Z] #42 ... [2021-02-22T19:11:22.542Z] [2021-02-22T19:11:22.542Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:22.542Z] #44 sha256:1658c155205d228ce9d4b9bfba903b872936f529a1fbdc0d12310df32b638045 [2021-02-22T19:11:22.542Z] #44 77.08 internal/lazyregexp [2021-02-22T19:11:22.542Z] #44 77.85 net/url [2021-02-22T19:11:22.542Z] #44 79.55 text/template/parse [2021-02-22T19:11:22.542Z] #44 81.92 go/parser [2021-02-22T19:11:22.542Z] #44 83.95 text/template [2021-02-22T19:11:22.542Z] #44 85.64 encoding/xml [2021-02-22T19:11:22.613Z] #42 28.00 CC images/timerfd.o [2021-02-22T19:11:22.613Z] #42 ... [2021-02-22T19:11:22.613Z] [2021-02-22T19:11:22.613Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:11:22.613Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:11:22.613Z] #12 98.24 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-22T19:11:22.613Z] #12 98.27 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-22T19:11:22.613Z] #12 98.28 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:22.671Z] #42 54.59 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2021-02-22T19:11:22.804Z] #44 ... [2021-02-22T19:11:22.804Z] [2021-02-22T19:11:22.804Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:11:22.804Z] #50 sha256:a2bf0d2df417fa609975e09b7b46c838da17b60adab9de3e04dcb23a239e99c3 [2021-02-22T19:11:22.804Z] #50 78.78 github.com/pkg/diff [2021-02-22T19:11:22.804Z] #50 79.63 go/ast [2021-02-22T19:11:22.804Z] #50 80.43 golang.org/x/crypto/ssh/terminal [2021-02-22T19:11:22.804Z] #50 82.53 mvdan.cc/editorconfig [2021-02-22T19:11:22.804Z] #50 83.78 mvdan.cc/sh/v3/fileutil [2021-02-22T19:11:22.804Z] #50 84.01 mvdan.cc/sh/v3/syntax [2021-02-22T19:11:22.935Z] #42 54.86 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-22T19:11:23.020Z] #55 44.09 Checking out files: 45% (1732/3766) Checking out files: 46% (1733/3766) Checking out files: 47% (1771/3766) Checking out files: 48% (1808/3766) Checking out files: 49% (1846/3766) Checking out files: 50% (1883/3766) Checking out files: 51% (1921/3766) Checking out files: 52% (1959/3766) Checking out files: 53% (1996/3766) Checking out files: 54% (2034/3766) Checking out files: 55% (2072/3766) Checking out files: 56% (2109/3766) Checking out files: 57% (2147/3766) Checking out files: 58% (2185/3766) Checking out files: 59% (2222/3766) Checking out files: 60% (2260/3766) Checking out files: 61% (2298/3766) Checking out files: 62% (2335/3766) Checking out files: 63% (2373/3766) Checking out files: 64% (2411/3766) Checking out files: 65% (2448/3766) Checking out files: 66% (2486/3766) Checking out files: 67% (2524/3766) Checking out files: 68% (2561/3766) Checking out files: 69% (2599/3766) Checking out files: 70% (2637/3766) Checking out files: 71% (2674/3766) Checking out files: 72% (2712/3766) Checking out files: 73% (2750/3766) Checking out files: 74% (2787/3766) Checking out files: 75% (2825/3766) Checking out files: 76% (2863/3766) Checking out files: 77% (2900/3766) Checking out files: 78% (2938/3766) Checking out files: 79% (2976/3766) Checking out files: 80% (3013/3766) Checking out files: 81% (3051/3766) Checking out files: 82% (3089/3766) Checking out files: 83% (3126/3766) Checking out files: 84% (3164/3766) Checking out files: 85% (3202/3766) Checking out files: 86% (3239/3766) Checking out files: 86% (3269/3766) Checking out files: 87% (3277/3766) Checking out files: 88% (3315/3766) Checking out files: 89% (3352/3766) Checking out files: 90% (3390/3766) Checking out files: 91% (3428/3766) Checking out files: 92% (3465/3766) Checking out files: 93% (3503/3766) Checking out files: 94% (3541/3766) Checking out files: 95% (3578/3766) Checking out files: 96% (3616/3766) Checking out files: 97% (3654/3766) Checking out files: 98% (3691/3766) Checking out files: 99% (3729/3766) Checking out files: 100% (3766/3766) Checking out files: 100% (3766/3766), done. [2021-02-22T19:11:23.020Z] #55 45.64 + cd /tmp/tmp.pywdDYVTvk/src/github.com/containerd/containerd [2021-02-22T19:11:23.198Z] #42 55.23 HOSTCC compel/src/lib/log-host.o [2021-02-22T19:11:23.198Z] #42 55.35 HOSTLINK compel/compel-host-bin [2021-02-22T19:11:23.281Z] #55 45.64 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:11:23.462Z] #42 55.50 DEP soccr/soccr.d [2021-02-22T19:11:23.726Z] #42 55.80 CC soccr/soccr.o [2021-02-22T19:11:24.362Z] #50 ... [2021-02-22T19:11:24.362Z] [2021-02-22T19:11:24.362Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:24.362Z] #44 sha256:1658c155205d228ce9d4b9bfba903b872936f529a1fbdc0d12310df32b638045 [2021-02-22T19:11:24.362Z] #44 88.98 go/doc [2021-02-22T19:11:24.524Z] #12 ... [2021-02-22T19:11:24.524Z] [2021-02-22T19:11:24.524Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:24.524Z] #44 sha256:309cc25e457132348b133c16c1b4f9f9f1e83b1abd0c17911594f95ead02208e [2021-02-22T19:11:24.524Z] #44 89.87 github.com/LK4D4/vndr/versioned [2021-02-22T19:11:24.524Z] #44 89.96 compress/flate [2021-02-22T19:11:24.524Z] #44 92.15 hash/crc32 [2021-02-22T19:11:24.524Z] #44 92.77 compress/gzip [2021-02-22T19:11:24.524Z] #44 92.78 net [2021-02-22T19:11:24.524Z] #44 93.35 vendor/golang.org/x/text/transform [2021-02-22T19:11:24.524Z] #44 94.06 vendor/golang.org/x/text/unicode/bidi [2021-02-22T19:11:24.524Z] #44 96.11 vendor/golang.org/x/text/secure/bidirule [2021-02-22T19:11:24.524Z] #44 96.52 vendor/golang.org/x/text/unicode/norm [2021-02-22T19:11:24.524Z] #44 100.1 vendor/golang.org/x/net/idna [2021-02-22T19:11:24.524Z] #44 ... [2021-02-22T19:11:24.524Z] [2021-02-22T19:11:24.524Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:24.524Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:24.524Z] #42 28.21 CC images/mm.o [2021-02-22T19:11:24.524Z] #42 28.59 CC images/sk-opts.o [2021-02-22T19:11:24.524Z] #42 28.79 CC images/sk-unix.o [2021-02-22T19:11:24.524Z] #42 29.07 CC images/sk-inet.o [2021-02-22T19:11:24.524Z] #42 29.43 CC images/tun.o [2021-02-22T19:11:24.524Z] #42 29.68 CC images/sk-netlink.o [2021-02-22T19:11:24.524Z] #42 29.86 CC images/packet-sock.o [2021-02-22T19:11:24.680Z] #42 ... [2021-02-22T19:11:24.680Z] [2021-02-22T19:11:24.680Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:24.680Z] #44 sha256:c73fb4b3a90da34e6631506d20d932d7a37764a23b8f7d41cb5f5f51e01f15a1 [2021-02-22T19:11:24.680Z] #44 DONE 110.6s [2021-02-22T19:11:24.680Z] [2021-02-22T19:11:24.680Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:11:24.680Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-22T19:11:24.680Z] #19 1.724 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:11:24.680Z] #19 1.754 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:11:24.680Z] #19 1.761 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:11:24.680Z] #19 2.299 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2021-02-22T19:11:24.680Z] #19 3.252 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [262 kB] [2021-02-22T19:11:24.680Z] #19 4.517 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B] [2021-02-22T19:11:24.680Z] #19 6.919 Fetched 8246 kB in 5s (1514 kB/s) [2021-02-22T19:11:24.680Z] #19 6.919 Reading package lists... [2021-02-22T19:11:25.095Z] #42 30.24 CC images/ipc-var.o [2021-02-22T19:11:25.095Z] #42 30.46 CC images/ipc-desc.o [2021-02-22T19:11:25.196Z] #55 47.77 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-22T19:11:25.196Z] #55 47.77 + BUILDTAGS='netgo osusergo static_build' [2021-02-22T19:11:25.196Z] #55 47.77 + export EXTRA_FLAGS=-buildmode=pie [2021-02-22T19:11:25.196Z] #55 47.77 + EXTRA_FLAGS=-buildmode=pie [2021-02-22T19:11:25.196Z] #55 47.77 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-22T19:11:25.196Z] #55 47.77 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-22T19:11:25.196Z] #55 47.77 + '[' '' = dynamic ']' [2021-02-22T19:11:25.196Z] #55 47.77 + make [2021-02-22T19:11:25.257Z] #19 9.942 Reading package lists... [2021-02-22T19:11:25.257Z] #19 ... [2021-02-22T19:11:25.257Z] [2021-02-22T19:11:25.257Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:25.257Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:11:25.257Z] #42 57.40 AR soccr/libsoccr.a [2021-02-22T19:11:25.524Z] #42 57.46 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-22T19:11:25.665Z] #42 30.71 CC images/ipc-shm.o [2021-02-22T19:11:25.665Z] #42 30.89 CC images/ipc-msg.o [2021-02-22T19:11:25.925Z] #42 31.07 CC images/ipc-sem.o [2021-02-22T19:11:25.925Z] #42 31.26 CC images/utsns.o [2021-02-22T19:11:26.102Z] #42 58.01 DEP criu/arch/aarch64/sigframe.d [2021-02-22T19:11:26.102Z] #42 58.26 DEP criu/arch/aarch64/crtools.d [2021-02-22T19:11:26.138Z] #55 48.45 + bin/ctr [2021-02-22T19:11:26.186Z] #42 31.48 CC images/creds.o [2021-02-22T19:11:26.366Z] #42 58.41 DEP criu/arch/aarch64/cpu.d [2021-02-22T19:11:26.366Z] #42 58.43 DEP criu/arch/aarch64/bitops.d [2021-02-22T19:11:26.366Z] #42 58.45 CC criu/arch/aarch64/bitops.o [2021-02-22T19:11:26.366Z] #42 58.50 CC criu/arch/aarch64/cpu.o [2021-02-22T19:11:26.456Z] #42 31.65 CC images/vma.o [2021-02-22T19:11:26.456Z] #42 31.85 CC images/netdev.o [2021-02-22T19:11:26.631Z] #42 58.67 CC criu/arch/aarch64/crtools.o [2021-02-22T19:11:26.940Z] #44 91.47 github.com/LK4D4/vndr/versioned [2021-02-22T19:11:26.940Z] #44 91.59 compress/flate [2021-02-22T19:11:27.027Z] #42 32.26 CC images/tty.o [2021-02-22T19:11:27.093Z] #55 ... [2021-02-22T19:11:27.093Z] [2021-02-22T19:11:27.093Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:11:27.093Z] #50 sha256:3fbf0e1197064b46eaf5d0e6f37d48a3798be407b55f61fd0212814b5cdaba34 [2021-02-22T19:11:27.093Z] #50 DONE 94.7s [2021-02-22T19:11:27.093Z] [2021-02-22T19:11:27.093Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:27.093Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:27.093Z] #42 17.32 CC images/stats.o [2021-02-22T19:11:27.093Z] #42 17.73 CC images/core.o [2021-02-22T19:11:27.093Z] #42 18.40 CC images/core-x86.o [2021-02-22T19:11:27.093Z] #42 18.94 CC images/core-arm.o [2021-02-22T19:11:27.093Z] #42 19.35 CC images/core-aarch64.o [2021-02-22T19:11:27.093Z] #42 19.81 CC images/core-ppc64.o [2021-02-22T19:11:27.093Z] #42 20.55 CC images/core-s390.o [2021-02-22T19:11:27.093Z] #42 21.34 CC images/cpuinfo.o [2021-02-22T19:11:27.093Z] #42 21.88 CC images/inventory.o [2021-02-22T19:11:27.093Z] #42 22.25 CC images/fdinfo.o [2021-02-22T19:11:27.208Z] #42 59.27 CC criu/arch/aarch64/sigframe.o [2021-02-22T19:11:27.473Z] #42 59.57 LINK criu/arch/aarch64/crtools.built-in.o [2021-02-22T19:11:27.473Z] #42 59.63 DEP criu/pie/util-vdso.d [2021-02-22T19:11:27.598Z] #42 32.80 CC images/file-lock.o [2021-02-22T19:11:27.738Z] #42 59.78 DEP criu/pie/util.d [2021-02-22T19:11:27.859Z] #42 33.04 CC images/rlimit.o [2021-02-22T19:11:27.859Z] #42 33.19 CC images/pagemap.o [2021-02-22T19:11:27.884Z] #44 92.48 github.com/LK4D4/vndr/build [2021-02-22T19:11:28.004Z] #42 59.99 CC criu/pie/util.o [2021-02-22T19:11:28.035Z] #42 23.02 CC images/fown.o [2021-02-22T19:11:28.120Z] #42 33.52 CC images/siginfo.o [2021-02-22T19:11:28.269Z] #42 60.42 CC criu/pie/util-vdso.o [2021-02-22T19:11:28.297Z] #42 23.38 CC images/ns.o [2021-02-22T19:11:28.558Z] #42 23.73 CC images/regfile.o [2021-02-22T19:11:28.691Z] #42 33.81 CC images/rpc.o [2021-02-22T19:11:28.818Z] #42 23.92 CC images/ghost-file.o [2021-02-22T19:11:29.079Z] #42 24.19 CC images/fifo.o [2021-02-22T19:11:29.222Z] #42 61.03 AR criu/pie/pie.lib.a [2021-02-22T19:11:29.222Z] #42 61.10 DEP criu/pie/restorer.d [2021-02-22T19:11:29.340Z] #42 24.43 CC images/remap-file-path.o [2021-02-22T19:11:29.487Z] #42 ... [2021-02-22T19:11:29.487Z] [2021-02-22T19:11:29.487Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:11:29.487Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-22T19:11:29.487Z] #31 DONE 115.0s [2021-02-22T19:11:29.487Z] [2021-02-22T19:11:29.487Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:29.487Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:11:29.487Z] #42 61.40 DEP criu/arch/aarch64/intraprocedure.d [2021-02-22T19:11:29.487Z] #42 61.41 DEP criu/arch/aarch64/restorer.d [2021-02-22T19:11:29.487Z] #42 61.55 DEP criu/arch/aarch64/vdso-pie.d [2021-02-22T19:11:29.601Z] #42 24.68 CC images/eventfd.o [2021-02-22T19:11:29.631Z] #42 35.00 CC images/ext-file.o [2021-02-22T19:11:29.757Z] #42 61.64 DEP criu/pie/parasite-vdso.d [2021-02-22T19:11:29.757Z] #42 61.83 DEP criu/pie/parasite.d [2021-02-22T19:11:29.801Z] #44 ... [2021-02-22T19:11:29.801Z] [2021-02-22T19:11:29.801Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:11:29.801Z] #55 sha256:a8cafc750c6d644dab8c313f6d479893777bca9e7e8983a01e5027f08fea8e3e [2021-02-22T19:11:29.801Z] #55 45.08 Checking out files: 45% (1718/3766) Checking out files: 46% (1733/3766) Checking out files: 47% (1771/3766) Checking out files: 48% (1808/3766) Checking out files: 49% (1846/3766) Checking out files: 50% (1883/3766) Checking out files: 51% (1921/3766) Checking out files: 52% (1959/3766) Checking out files: 53% (1996/3766) Checking out files: 54% (2034/3766) Checking out files: 55% (2072/3766) Checking out files: 56% (2109/3766) Checking out files: 57% (2147/3766) Checking out files: 58% (2185/3766) Checking out files: 59% (2222/3766) Checking out files: 60% (2260/3766) Checking out files: 61% (2298/3766) Checking out files: 62% (2335/3766) Checking out files: 63% (2373/3766) Checking out files: 64% (2411/3766) Checking out files: 65% (2448/3766) Checking out files: 66% (2486/3766) Checking out files: 67% (2524/3766) Checking out files: 68% (2561/3766) Checking out files: 69% (2599/3766) Checking out files: 70% (2637/3766) Checking out files: 71% (2674/3766) Checking out files: 72% (2712/3766) Checking out files: 73% (2750/3766) Checking out files: 74% (2787/3766) Checking out files: 75% (2825/3766) Checking out files: 76% (2863/3766) Checking out files: 77% (2900/3766) Checking out files: 78% (2938/3766) Checking out files: 79% (2976/3766) Checking out files: 80% (3013/3766) Checking out files: 81% (3051/3766) Checking out files: 82% (3089/3766) Checking out files: 83% (3126/3766) Checking out files: 84% (3164/3766) Checking out files: 84% (3193/3766) Checking out files: 85% (3202/3766) Checking out files: 86% (3239/3766) Checking out files: 87% (3277/3766) Checking out files: 88% (3315/3766) Checking out files: 89% (3352/3766) Checking out files: 90% (3390/3766) Checking out files: 91% (3428/3766) Checking out files: 92% (3465/3766) Checking out files: 93% (3503/3766) Checking out files: 94% (3541/3766) Checking out files: 95% (3578/3766) Checking out files: 96% (3616/3766) Checking out files: 97% (3654/3766) Checking out files: 98% (3691/3766) Checking out files: 99% (3729/3766) Checking out files: 100% (3766/3766) Checking out files: 100% (3766/3766), done. [2021-02-22T19:11:29.801Z] #55 46.77 + cd /tmp/tmp.bc19xgvytA/src/github.com/containerd/containerd [2021-02-22T19:11:29.801Z] #55 46.77 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-22T19:11:29.801Z] #55 48.25 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-22T19:11:29.801Z] #55 48.25 + BUILDTAGS='netgo osusergo static_build' [2021-02-22T19:11:29.801Z] #55 48.25 + export EXTRA_FLAGS=-buildmode=pie [2021-02-22T19:11:29.801Z] #55 48.25 + EXTRA_FLAGS=-buildmode=pie [2021-02-22T19:11:29.801Z] #55 48.25 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-22T19:11:29.801Z] #55 48.25 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-22T19:11:29.801Z] #55 48.25 + '[' '' = dynamic ']' [2021-02-22T19:11:29.801Z] #55 48.25 + make [2021-02-22T19:11:29.862Z] #42 24.97 CC images/eventpoll.o [2021-02-22T19:11:29.891Z] #42 35.17 CC images/cgroup.o [2021-02-22T19:11:30.020Z] #42 62.03 CC criu/pie/parasite.o [2021-02-22T19:11:30.123Z] #42 25.23 CC images/fh.o [2021-02-22T19:11:30.386Z] #42 25.47 CC images/fsnotify.o [2021-02-22T19:11:30.461Z] #42 35.87 CC images/userns.o [2021-02-22T19:11:30.722Z] #42 36.15 CC images/google/protobuf/descriptor.o [2021-02-22T19:11:30.960Z] #42 26.07 CC images/signalfd.o [2021-02-22T19:11:31.188Z] #55 49.32 + bin/ctr [2021-02-22T19:11:31.220Z] #42 26.31 CC images/fs.o [2021-02-22T19:11:31.415Z] #42 63.18 LINK criu/pie/parasite.built-in.o [2021-02-22T19:11:31.415Z] #42 63.19 GEN criu/pie/parasite-blob.h [2021-02-22T19:11:31.415Z] #42 63.21 CC criu/pie/parasite-vdso.o [2021-02-22T19:11:31.482Z] #42 26.56 CC images/pstree.o [2021-02-22T19:11:31.678Z] #42 63.63 CC criu/arch/aarch64/vdso-pie.o [2021-02-22T19:11:31.678Z] #42 63.80 CC criu/arch/aarch64/restorer.o [2021-02-22T19:11:31.743Z] #42 26.76 CC images/pipe.o [2021-02-22T19:11:31.743Z] #42 27.00 CC images/tcp-stream.o [2021-02-22T19:11:31.942Z] #42 64.10 CC criu/arch/aarch64/intraprocedure.o [2021-02-22T19:11:31.942Z] #42 64.12 CC criu/pie/restorer.o [2021-02-22T19:11:32.004Z] #42 27.27 CC images/sk-packet.o [2021-02-22T19:11:32.266Z] #42 ... [2021-02-22T19:11:32.266Z] [2021-02-22T19:11:32.266Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:11:32.266Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:11:32.266Z] #12 99.70 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-22T19:11:32.266Z] #12 99.70 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-22T19:11:32.266Z] #12 99.71 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:32.527Z] #12 ... [2021-02-22T19:11:32.527Z] [2021-02-22T19:11:32.527Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:32.527Z] #44 sha256:e17b54739c5147805ce5ba27746d7b7a36ceef8c044630e4b39b0a9f42ce1f22 [2021-02-22T19:11:32.527Z] #44 89.97 github.com/LK4D4/vndr/build [2021-02-22T19:11:32.527Z] #44 91.19 hash/crc32 [2021-02-22T19:11:32.527Z] #44 91.82 compress/gzip [2021-02-22T19:11:32.527Z] #44 92.64 net [2021-02-22T19:11:32.527Z] #44 93.23 vendor/golang.org/x/text/transform [2021-02-22T19:11:32.527Z] #44 93.99 vendor/golang.org/x/text/unicode/bidi [2021-02-22T19:11:32.527Z] #44 96.16 vendor/golang.org/x/text/secure/bidirule [2021-02-22T19:11:32.527Z] #44 96.45 vendor/golang.org/x/text/unicode/norm [2021-02-22T19:11:32.527Z] #44 99.83 vendor/golang.org/x/net/idna [2021-02-22T19:11:32.676Z] #42 37.72 CC images/opts.o [2021-02-22T19:11:32.676Z] #42 37.94 CC images/seccomp.o [2021-02-22T19:11:32.789Z] #44 ... [2021-02-22T19:11:32.789Z] [2021-02-22T19:11:32.789Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:32.789Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:32.789Z] #42 27.65 CC images/mnt.o [2021-02-22T19:11:32.789Z] #42 27.94 CC images/pipe-data.o [2021-02-22T19:11:32.947Z] #42 38.27 CC images/binfmt-misc.o [2021-02-22T19:11:33.050Z] #42 28.21 CC images/sa.o [2021-02-22T19:11:33.109Z] #55 ... [2021-02-22T19:11:33.109Z] [2021-02-22T19:11:33.109Z] #50 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-02-22T19:11:33.109Z] #50 sha256:a2bf0d2df417fa609975e09b7b46c838da17b60adab9de3e04dcb23a239e99c3 [2021-02-22T19:11:33.109Z] #50 91.38 mvdan.cc/sh/v3/cmd/shfmt [2021-02-22T19:11:33.109Z] #50 DONE 97.8s [2021-02-22T19:11:33.109Z] [2021-02-22T19:11:33.109Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:33.109Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:33.109Z] #42 17.14 make[1]: Nothing to be done for 'all'. [2021-02-22T19:11:33.109Z] #42 18.85 CC images/stats.o [2021-02-22T19:11:33.109Z] #42 19.25 CC images/core.o [2021-02-22T19:11:33.109Z] #42 19.95 CC images/core-x86.o [2021-02-22T19:11:33.109Z] #42 20.59 CC images/core-arm.o [2021-02-22T19:11:33.109Z] #42 20.99 CC images/core-aarch64.o [2021-02-22T19:11:33.109Z] #42 21.31 CC images/core-ppc64.o [2021-02-22T19:11:33.109Z] #42 21.97 CC images/core-s390.o [2021-02-22T19:11:33.109Z] #42 22.77 CC images/cpuinfo.o [2021-02-22T19:11:33.109Z] #42 23.23 CC images/inventory.o [2021-02-22T19:11:33.109Z] #42 23.52 CC images/fdinfo.o [2021-02-22T19:11:33.109Z] #42 23.98 CC images/fown.o [2021-02-22T19:11:33.109Z] #42 24.19 CC images/ns.o [2021-02-22T19:11:33.109Z] #42 24.46 CC images/regfile.o [2021-02-22T19:11:33.109Z] #42 24.75 CC images/ghost-file.o [2021-02-22T19:11:33.109Z] #42 25.17 CC images/fifo.o [2021-02-22T19:11:33.109Z] #42 25.41 CC images/remap-file-path.o [2021-02-22T19:11:33.109Z] #42 25.69 CC images/eventfd.o [2021-02-22T19:11:33.109Z] #42 25.94 CC images/eventpoll.o [2021-02-22T19:11:33.223Z] #42 38.52 CC images/time.o [2021-02-22T19:11:33.311Z] #42 28.44 CC images/timer.o [2021-02-22T19:11:33.371Z] #42 26.27 CC images/fh.o [2021-02-22T19:11:33.488Z] #42 38.79 CC images/sysctl.o [2021-02-22T19:11:33.749Z] #42 39.03 CC images/autofs.o [2021-02-22T19:11:33.885Z] #42 28.77 CC images/timerfd.o [2021-02-22T19:11:33.885Z] #42 29.07 CC images/mm.o [2021-02-22T19:11:33.946Z] #42 26.66 CC images/fsnotify.o [2021-02-22T19:11:34.092Z] #42 39.17 CC images/macvlan.o [2021-02-22T19:11:34.092Z] #42 39.41 CC images/sit.o [2021-02-22T19:11:34.147Z] #42 29.45 CC images/sk-opts.o [2021-02-22T19:11:34.352Z] #42 39.63 CC images/memfd.o [2021-02-22T19:11:34.408Z] #42 29.65 CC images/sk-unix.o [2021-02-22T19:11:34.611Z] #42 39.91 CC images/timens.o [2021-02-22T19:11:34.871Z] #42 40.18 LINK images/built-in.o [2021-02-22T19:11:34.892Z] #42 27.62 CC images/signalfd.o [2021-02-22T19:11:34.980Z] #42 29.92 CC images/sk-inet.o [2021-02-22T19:11:35.131Z] #42 40.37 GEN compel/include/asm [2021-02-22T19:11:35.131Z] #42 40.40 GEN compel/include/version.h [2021-02-22T19:11:35.131Z] #42 40.43 touch .config [2021-02-22T19:11:35.131Z] #42 40.49 GEN include/common/config.h [2021-02-22T19:11:35.131Z] #42 40.57 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-22T19:11:35.131Z] #42 40.59 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-22T19:11:35.154Z] #42 27.94 CC images/fs.o [2021-02-22T19:11:35.241Z] #42 30.27 CC images/tun.o [2021-02-22T19:11:35.262Z] #42 66.90 LINK criu/pie/restorer.built-in.o [2021-02-22T19:11:35.262Z] #42 66.93 GEN criu/pie/restorer-blob.h [2021-02-22T19:11:35.262Z] #42 67.05 DEP criu/vdso.d [2021-02-22T19:11:35.262Z] #42 ... [2021-02-22T19:11:35.262Z] [2021-02-22T19:11:35.262Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:11:35.262Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-22T19:11:35.262Z] #19 9.942 Reading package lists... [2021-02-22T19:11:35.262Z] #19 13.26 Building dependency tree... [2021-02-22T19:11:35.262Z] #19 14.52 libcap2-bin is already the newest version (1:2.25-2). [2021-02-22T19:11:35.262Z] #19 14.52 The following additional packages will be installed: [2021-02-22T19:11:35.262Z] #19 14.52 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-22T19:11:35.262Z] #19 14.52 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-22T19:11:35.262Z] #19 14.53 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-22T19:11:35.262Z] #19 14.53 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-22T19:11:35.262Z] #19 14.53 python3.7 python3.7-minimal vim-runtime xxd [2021-02-22T19:11:35.262Z] #19 14.53 Suggested packages: [2021-02-22T19:11:35.262Z] #19 14.53 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-22T19:11:35.262Z] #19 14.53 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-22T19:11:35.262Z] #19 14.53 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-22T19:11:35.262Z] #19 14.53 Recommended packages: [2021-02-22T19:11:35.262Z] #19 14.53 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-22T19:11:35.262Z] #19 14.53 python3-keyrings.alt python3-xdg unzip [2021-02-22T19:11:35.262Z] #19 16.22 The following NEW packages will be installed: [2021-02-22T19:11:35.262Z] #19 16.22 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-22T19:11:35.262Z] #19 16.22 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-22T19:11:35.262Z] #19 16.23 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-22T19:11:35.262Z] #19 16.23 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-22T19:11:35.262Z] #19 16.23 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-22T19:11:35.262Z] #19 16.23 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-22T19:11:35.262Z] #19 16.23 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-22T19:11:35.262Z] #19 16.23 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-22T19:11:35.262Z] #19 16.23 xz-utils zip [2021-02-22T19:11:35.262Z] #19 16.63 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-22T19:11:35.262Z] #19 16.63 Need to get 27.6 MB of archives. [2021-02-22T19:11:35.262Z] #19 16.63 After this operation, 114 MB of additional disk space will be used. [2021-02-22T19:11:35.262Z] #19 16.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2021-02-22T19:11:35.262Z] #19 16.63 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2021-02-22T19:11:35.262Z] #19 16.65 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2021-02-22T19:11:35.262Z] #19 16.70 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-02-22T19:11:35.262Z] #19 16.71 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-02-22T19:11:35.262Z] #19 16.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2021-02-22T19:11:35.262Z] #19 16.78 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2021-02-22T19:11:35.262Z] #19 16.80 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-02-22T19:11:35.262Z] #19 16.80 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-02-22T19:11:35.262Z] #19 16.80 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2021-02-22T19:11:35.262Z] #19 16.81 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2021-02-22T19:11:35.262Z] #19 16.81 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2021-02-22T19:11:35.262Z] #19 16.82 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-02-22T19:11:35.262Z] #19 16.82 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2021-02-22T19:11:35.262Z] #19 16.82 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2021-02-22T19:11:35.262Z] #19 16.83 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2021-02-22T19:11:35.262Z] #19 16.84 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-02-22T19:11:35.262Z] #19 16.86 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-22T19:11:35.262Z] #19 16.86 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2021-02-22T19:11:35.262Z] #19 16.88 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2021-02-22T19:11:35.262Z] #19 16.88 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2021-02-22T19:11:35.262Z] #19 16.89 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2021-02-22T19:11:35.262Z] #19 16.90 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2021-02-22T19:11:35.262Z] #19 16.93 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-02-22T19:11:35.262Z] #19 16.93 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-02-22T19:11:35.262Z] #19 16.94 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-02-22T19:11:35.262Z] #19 16.94 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2021-02-22T19:11:35.262Z] #19 16.94 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2021-02-22T19:11:35.262Z] #19 16.95 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-02-22T19:11:35.262Z] #19 17.31 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-02-22T19:11:35.262Z] #19 17.32 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-02-22T19:11:35.262Z] #19 17.32 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-02-22T19:11:35.262Z] #19 17.32 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2021-02-22T19:11:35.262Z] #19 17.32 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2021-02-22T19:11:35.263Z] #19 17.33 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-22T19:11:35.263Z] #19 17.40 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-22T19:11:35.263Z] #19 17.40 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-22T19:11:35.263Z] #19 17.41 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2021-02-22T19:11:35.263Z] #19 17.42 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-22T19:11:35.263Z] #19 17.42 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-22T19:11:35.263Z] #19 17.44 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-22T19:11:35.263Z] #19 17.45 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2021-02-22T19:11:35.263Z] #19 17.49 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2021-02-22T19:11:35.263Z] #19 17.50 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2021-02-22T19:11:35.263Z] #19 17.51 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-22T19:11:35.263Z] #19 17.73 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2021-02-22T19:11:35.263Z] #19 17.76 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2021-02-22T19:11:35.263Z] #19 17.78 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2021-02-22T19:11:35.263Z] #19 18.28 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:11:35.263Z] #19 18.36 Fetched 27.6 MB in 2s (18.3 MB/s) [2021-02-22T19:11:35.263Z] #19 18.43 Selecting previously unselected package pigz. [2021-02-22T19:11:35.263Z] #19 18.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 ... 23405 files and directories currently installed.) [2021-02-22T19:11:35.263Z] #19 18.59 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2021-02-22T19:11:35.263Z] #19 18.61 Unpacking pigz (2.4-1) ... [2021-02-22T19:11:35.263Z] #19 18.73 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-02-22T19:11:35.263Z] #19 18.73 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-02-22T19:11:35.263Z] #19 18.74 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-02-22T19:11:35.263Z] #19 19.29 Selecting previously unselected package python3.7-minimal. [2021-02-22T19:11:35.263Z] #19 19.30 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2021-02-22T19:11:35.263Z] #19 19.31 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-22T19:11:35.263Z] #19 20.07 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2021-02-22T19:11:35.263Z] #19 20.10 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-22T19:11:35.263Z] #19 ... [2021-02-22T19:11:35.263Z] [2021-02-22T19:11:35.263Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:35.263Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:11:35.263Z] #42 67.32 DEP criu/uts_ns.d [2021-02-22T19:11:35.391Z] #42 40.62 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-22T19:11:35.391Z] #42 40.64 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-22T19:11:35.391Z] #42 40.67 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-22T19:11:35.391Z] #42 40.69 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-22T19:11:35.391Z] #42 40.71 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-22T19:11:35.391Z] #42 40.73 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-22T19:11:35.391Z] #42 40.75 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-22T19:11:35.391Z] #42 40.77 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-22T19:11:35.391Z] #42 40.78 DEP compel/plugins/std/infect.d [2021-02-22T19:11:35.416Z] #42 28.12 CC images/pstree.o [2021-02-22T19:11:35.502Z] #42 30.53 CC images/sk-netlink.o [2021-02-22T19:11:35.502Z] #42 30.76 CC images/packet-sock.o [2021-02-22T19:11:35.526Z] #42 67.54 DEP criu/util.d [2021-02-22T19:11:35.651Z] #42 40.93 DEP compel/plugins/std/string.d [2021-02-22T19:11:35.678Z] #42 28.32 CC images/pipe.o [2021-02-22T19:11:35.764Z] #42 31.06 CC images/ipc-var.o [2021-02-22T19:11:35.789Z] #42 67.80 DEP criu/uffd.d [2021-02-22T19:11:35.911Z] #42 41.04 DEP compel/plugins/std/log.d [2021-02-22T19:11:35.911Z] #42 41.12 DEP compel/plugins/std/fds.d [2021-02-22T19:11:35.911Z] #42 41.21 DEP compel/plugins/std/std.d [2021-02-22T19:11:35.941Z] #42 28.65 CC images/tcp-stream.o [2021-02-22T19:11:36.069Z] #42 68.10 DEP criu/tun.d [2021-02-22T19:11:36.171Z] #42 41.38 DEP compel/plugins/shmem/shmem.d [2021-02-22T19:11:36.171Z] #42 41.52 DEP compel/plugins/fds/fds.d [2021-02-22T19:11:36.203Z] #42 28.87 CC images/sk-packet.o [2021-02-22T19:11:36.333Z] #42 68.22 DEP criu/tty.d [2021-02-22T19:11:36.333Z] #42 68.35 DEP criu/timerfd.d [2021-02-22T19:11:36.333Z] #42 68.47 DEP criu/timens.d [2021-02-22T19:11:36.333Z] #42 68.57 DEP criu/sysfs_parse.d [2021-02-22T19:11:36.338Z] #42 31.28 CC images/ipc-desc.o [2021-02-22T19:11:36.431Z] #42 41.66 CC compel/plugins/std/std.o [2021-02-22T19:11:36.465Z] #42 29.16 CC images/mnt.o [2021-02-22T19:11:36.465Z] #42 ... [2021-02-22T19:11:36.465Z] [2021-02-22T19:11:36.465Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:11:36.465Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:11:36.465Z] #12 101.0 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-22T19:11:36.465Z] #12 101.0 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-22T19:11:36.465Z] #12 101.0 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:36.596Z] #42 68.69 DEP criu/sysctl.d [2021-02-22T19:11:36.614Z] #42 31.54 CC images/ipc-shm.o [2021-02-22T19:11:36.614Z] #42 31.75 CC images/ipc-msg.o [2021-02-22T19:11:36.690Z] #42 41.92 CC compel/plugins/std/fds.o [2021-02-22T19:11:36.690Z] #42 ... [2021-02-22T19:11:36.690Z] [2021-02-22T19:11:36.690Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:36.690Z] #44 sha256:309cc25e457132348b133c16c1b4f9f9f1e83b1abd0c17911594f95ead02208e [2021-02-22T19:11:36.690Z] #44 102.4 vendor/golang.org/x/net/http2/hpack [2021-02-22T19:11:36.690Z] #44 103.5 mime [2021-02-22T19:11:36.690Z] #44 105.2 mime/quotedprintable [2021-02-22T19:11:36.690Z] #44 105.6 net/http/internal [2021-02-22T19:11:36.690Z] #44 109.9 net/textproto [2021-02-22T19:11:36.690Z] #44 110.0 crypto/x509 [2021-02-22T19:11:36.690Z] #44 111.1 vendor/golang.org/x/net/http/httpguts [2021-02-22T19:11:36.690Z] #44 111.3 vendor/golang.org/x/net/http/httpproxy [2021-02-22T19:11:36.690Z] #44 111.8 mime/multipart [2021-02-22T19:11:36.859Z] #42 68.88 DEP criu/string.d [2021-02-22T19:11:36.859Z] #42 68.92 DEP criu/stats.d [2021-02-22T19:11:36.859Z] #42 69.04 DEP criu/sockets.d [2021-02-22T19:11:36.875Z] #42 32.02 CC images/ipc-sem.o [2021-02-22T19:11:37.123Z] #42 ... [2021-02-22T19:11:37.123Z] [2021-02-22T19:11:37.123Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-22T19:11:37.123Z] #23 sha256:84cee587f681abb17d1933ad4cdeca6dccb73842406eed1fbe8dbb6f52caffe0 [2021-02-22T19:11:37.123Z] #23 113.0 Checking out files: 23% (2642/11186) Checking out files: 24% (2685/11186) Checking out files: 25% (2797/11186) Checking out files: 26% (2909/11186) Checking out files: 27% (3021/11186) Checking out files: 28% (3133/11186) Checking out files: 29% (3244/11186) Checking out files: 30% (3356/11186) Checking out files: 31% (3468/11186) Checking out files: 32% (3580/11186) Checking out files: 33% (3692/11186) Checking out files: 34% (3804/11186) Checking out files: 35% (3916/11186) Checking out files: 36% (4027/11186) Checking out files: 37% (4139/11186) Checking out files: 38% (4251/11186) Checking out files: 39% (4363/11186) Checking out files: 40% (4475/11186) Checking out files: 41% (4587/11186) Checking out files: 42% (4699/11186) Checking out files: 43% (4810/11186) Checking out files: 43% (4868/11186) Checking out files: 44% (4922/11186) Checking out files: 45% (5034/11186) Checking out files: 46% (5146/11186) Checking out files: 47% (5258/11186) Checking out files: 48% (5370/11186) Checking out files: 49% (5482/11186) Checking out files: 50% (5593/11186) Checking out files: 51% (5705/11186) Checking out files: 52% (5817/11186) Checking out files: 53% (5929/11186) Checking out files: 54% (6041/11186) Checking out files: 55% (6153/11186) Checking out files: 56% (6265/11186) Checking out files: 57% (6377/11186) Checking out files: 58% (6488/11186) Checking out files: 59% (6600/11186) Checking out files: 60% (6712/11186) Checking out files: 61% (6824/11186) Checking out files: 62% (6936/11186) Checking out files: 63% (7048/11186) Checking out files: 64% (7160/11186) Checking out files: 65% (7271/11186) Checking out files: 66% (7383/11186) Checking out files: 66% (7477/11186) Checking out files: 67% (7495/11186) Checking out files: 68% (7607/11186) Checking out files: 69% (7719/11186) Checking out files: 70% (7831/11186) Checking out files: 71% (7943/11186) Checking out files: 72% (8054/11186) Checking out files: 73% (8166/11186) Checking out files: 74% (8278/11186) Checking out files: 75% (8390/11186) Checking out files: 76% (8502/11186) Checking out files: 77% (8614/11186) Checking out files: 78% (8726/11186) Checking out files: 79% (8837/11186) Checking out files: 80% (8949/11186) Checking out files: 81% (9061/11186) Checking out files: 82% (9173/11186) Checking out files: 83% (9285/11186) Checking out files: 84% (9397/11186) Checking out files: 85% (9509/11186) Checking out files: 85% (9510/11186) Checking out files: 86% (9620/11186) Checking out files: 87% (9732/11186) Checking out files: 88% (9844/11186) Checking out files: 89% (9956/11186) Checking out files: 90% (10068/11186) Checking out files: 91% (10180/11186) Checking out files: 92% (10292/11186) Checking out files: 93% (10403/11186) Checking out files: 94% (10515/11186) Checking out files: 95% (10627/11186) Checking out files: 96% (10739/11186) Checking out files: 97% (10851/11186) Checking out files: 98% (10963/11186) Checking out files: 99% (11075/11186) Checking out files: 100% (11186/11186) Checking out files: 100% (11186/11186), done. [2021-02-22T19:11:37.123Z] #23 116.8 + cd /tmp/tmp.5vjpCB4AOO/tmp/docker-ce [2021-02-22T19:11:37.123Z] #23 116.8 + git checkout -q v17.06.2-ce [2021-02-22T19:11:37.123Z] #23 120.5 + mkdir -p /tmp/tmp.5vjpCB4AOO/src/github.com/docker [2021-02-22T19:11:37.123Z] #23 120.5 + mv components/cli /tmp/tmp.5vjpCB4AOO/src/github.com/docker/cli [2021-02-22T19:11:37.123Z] #23 120.5 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-02-22T19:11:37.139Z] #42 32.27 CC images/utsns.o [2021-02-22T19:11:37.259Z] #44 ... [2021-02-22T19:11:37.259Z] [2021-02-22T19:11:37.259Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:37.259Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:37.259Z] #42 42.44 CC compel/plugins/std/log.o [2021-02-22T19:11:37.387Z] #23 ... [2021-02-22T19:11:37.387Z] [2021-02-22T19:11:37.387Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:11:37.387Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-22T19:11:37.387Z] #19 22.11 Selecting previously unselected package python3-minimal. [2021-02-22T19:11:37.387Z] #19 22.11 (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 ... 23654 files and directories currently installed.) [2021-02-22T19:11:37.387Z] #19 22.18 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-02-22T19:11:37.387Z] #19 22.20 Unpacking python3-minimal (3.7.3-1) ... [2021-02-22T19:11:37.387Z] #19 22.35 Selecting previously unselected package libmpdec2:arm64. [2021-02-22T19:11:37.387Z] #19 22.36 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-02-22T19:11:37.387Z] #19 22.37 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-02-22T19:11:37.387Z] #19 22.48 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-02-22T19:11:37.387Z] #19 22.49 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2021-02-22T19:11:37.387Z] #19 22.50 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-02-22T19:11:37.400Z] #42 32.45 CC images/creds.o [2021-02-22T19:11:37.400Z] #42 32.64 CC images/vma.o [2021-02-22T19:11:37.661Z] #42 32.85 CC images/netdev.o [2021-02-22T19:11:37.964Z] #19 23.30 Selecting previously unselected package python3.7. [2021-02-22T19:11:37.964Z] #19 23.30 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2021-02-22T19:11:37.964Z] #19 23.32 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-22T19:11:38.199Z] #42 43.23 CC compel/plugins/std/string.o [2021-02-22T19:11:38.227Z] #19 23.44 Selecting previously unselected package libpython3-stdlib:arm64. [2021-02-22T19:11:38.227Z] #19 23.44 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-02-22T19:11:38.227Z] #19 23.45 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-02-22T19:11:38.227Z] #19 23.61 Setting up python3-minimal (3.7.3-1) ... [2021-02-22T19:11:38.233Z] #42 33.18 CC images/tty.o [2021-02-22T19:11:38.494Z] #42 33.74 CC images/file-lock.o [2021-02-22T19:11:38.755Z] #42 33.92 CC images/rlimit.o [2021-02-22T19:11:38.770Z] #42 43.85 CC compel/plugins/std/infect.o [2021-02-22T19:11:39.020Z] #42 34.09 CC images/pagemap.o [2021-02-22T19:11:39.030Z] #42 44.32 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-22T19:11:39.030Z] #42 44.39 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-22T19:11:39.030Z] #42 44.45 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-22T19:11:39.194Z] #19 24.40 Selecting previously unselected package python3. [2021-02-22T19:11:39.194Z] #19 24.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 ... 24066 files and directories currently installed.) [2021-02-22T19:11:39.194Z] #19 24.43 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2021-02-22T19:11:39.194Z] #19 24.44 Unpacking python3 (3.7.3-1) ... [2021-02-22T19:11:39.194Z] #19 24.55 Selecting previously unselected package libip4tc0:arm64. [2021-02-22T19:11:39.194Z] #19 24.56 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2021-02-22T19:11:39.194Z] #19 24.56 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2021-02-22T19:11:39.194Z] #19 24.66 Selecting previously unselected package libip6tc0:arm64. [2021-02-22T19:11:39.281Z] #42 34.36 CC images/siginfo.o [2021-02-22T19:11:39.290Z] #42 44.55 AR compel/plugins/std.lib.a [2021-02-22T19:11:39.290Z] #42 44.62 CC compel/plugins/fds/fds.o [2021-02-22T19:11:39.457Z] #19 24.66 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2021-02-22T19:11:39.457Z] #19 24.69 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2021-02-22T19:11:39.457Z] #19 24.78 Selecting previously unselected package libiptc0:arm64. [2021-02-22T19:11:39.457Z] #19 24.79 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2021-02-22T19:11:39.457Z] #19 24.80 Unpacking libiptc0:arm64 (1.8.2-4) ... [2021-02-22T19:11:39.542Z] #42 34.64 CC images/rpc.o [2021-02-22T19:11:39.551Z] #42 44.83 AR compel/plugins/fds.lib.a [2021-02-22T19:11:39.551Z] #42 44.88 HOSTDEP compel/src/lib/log-host.d [2021-02-22T19:11:39.720Z] #19 24.91 Selecting previously unselected package libnfnetlink0:arm64. [2021-02-22T19:11:39.720Z] #19 24.92 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-02-22T19:11:39.720Z] #19 24.92 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-02-22T19:11:39.720Z] #19 25.03 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-02-22T19:11:39.720Z] #19 25.03 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2021-02-22T19:11:39.720Z] #19 25.04 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-02-22T19:11:39.797Z] #12 ... [2021-02-22T19:11:39.797Z] [2021-02-22T19:11:39.797Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:39.797Z] #44 sha256:1658c155205d228ce9d4b9bfba903b872936f529a1fbdc0d12310df32b638045 [2021-02-22T19:11:39.797Z] #44 94.36 hash/crc32 [2021-02-22T19:11:39.797Z] #44 95.02 compress/gzip [2021-02-22T19:11:39.797Z] #44 95.80 vendor/golang.org/x/crypto/cryptobyte [2021-02-22T19:11:39.797Z] #44 95.86 net [2021-02-22T19:11:39.797Z] #44 97.82 vendor/golang.org/x/crypto/chacha20poly1305 [2021-02-22T19:11:39.797Z] #44 99.55 vendor/golang.org/x/crypto/hkdf [2021-02-22T19:11:39.797Z] #44 99.67 vendor/golang.org/x/text/transform [2021-02-22T19:11:39.797Z] #44 100.4 vendor/golang.org/x/text/unicode/bidi [2021-02-22T19:11:39.797Z] #44 101.9 vendor/golang.org/x/text/secure/bidirule [2021-02-22T19:11:39.797Z] #44 102.3 vendor/golang.org/x/text/unicode/norm [2021-02-22T19:11:39.811Z] #42 45.05 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-22T19:11:39.811Z] #42 45.18 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-22T19:11:39.811Z] #42 45.25 HOSTDEP compel/src/main-host.d [2021-02-22T19:11:39.984Z] #19 25.14 Selecting previously unselected package libnftnl11:arm64. [2021-02-22T19:11:39.984Z] #19 25.15 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2021-02-22T19:11:39.984Z] #19 25.16 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2021-02-22T19:11:39.984Z] #19 25.29 Selecting previously unselected package iptables. [2021-02-22T19:11:39.984Z] #19 25.30 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2021-02-22T19:11:39.984Z] #19 25.30 Unpacking iptables (1.8.2-4) ... [2021-02-22T19:11:40.059Z] #44 ... [2021-02-22T19:11:40.059Z] [2021-02-22T19:11:40.060Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:40.060Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:40.060Z] #42 29.39 CC images/pipe-data.o [2021-02-22T19:11:40.060Z] #42 29.61 CC images/sa.o [2021-02-22T19:11:40.060Z] #42 29.86 CC images/timer.o [2021-02-22T19:11:40.060Z] #42 30.19 CC images/timerfd.o [2021-02-22T19:11:40.060Z] #42 30.41 CC images/mm.o [2021-02-22T19:11:40.060Z] #42 30.68 CC images/sk-opts.o [2021-02-22T19:11:40.060Z] #42 30.88 CC images/sk-unix.o [2021-02-22T19:11:40.060Z] #42 31.16 CC images/sk-inet.o [2021-02-22T19:11:40.060Z] #42 31.51 CC images/tun.o [2021-02-22T19:11:40.060Z] #42 31.75 CC images/sk-netlink.o [2021-02-22T19:11:40.060Z] #42 31.96 CC images/packet-sock.o [2021-02-22T19:11:40.060Z] #42 32.31 CC images/ipc-var.o [2021-02-22T19:11:40.060Z] #42 32.53 CC images/ipc-desc.o [2021-02-22T19:11:40.060Z] #42 32.70 CC images/ipc-shm.o [2021-02-22T19:11:40.072Z] #42 45.33 DEP compel/src/lib/ptrace.d [2021-02-22T19:11:40.072Z] #42 45.44 DEP compel/src/lib/infect.d [2021-02-22T19:11:40.322Z] #42 33.00 CC images/ipc-msg.o [2021-02-22T19:11:40.332Z] #42 45.58 DEP compel/src/lib/infect-util.d [2021-02-22T19:11:40.332Z] #42 45.68 DEP compel/src/lib/infect-rpc.d [2021-02-22T19:11:40.562Z] #19 25.67 Selecting previously unselected package xxd. [2021-02-22T19:11:40.562Z] #19 25.67 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-02-22T19:11:40.562Z] #19 25.68 Unpacking xxd (2:8.1.0875-5) ... [2021-02-22T19:11:40.562Z] #19 25.85 Selecting previously unselected package vim-common. [2021-02-22T19:11:40.562Z] #19 25.85 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-22T19:11:40.562Z] #19 25.88 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-22T19:11:40.584Z] #42 33.32 CC images/ipc-sem.o [2021-02-22T19:11:40.592Z] #42 45.81 DEP compel/arch/x86/src/lib/infect.d [2021-02-22T19:11:40.592Z] #42 45.94 DEP compel/arch/x86/src/lib/cpu.d [2021-02-22T19:11:40.592Z] #42 46.00 DEP compel/src/lib/log.d [2021-02-22T19:11:40.825Z] #19 26.10 Selecting previously unselected package bash-completion. [2021-02-22T19:11:40.825Z] #19 26.10 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-22T19:11:40.846Z] #42 33.52 CC images/utsns.o [2021-02-22T19:11:40.846Z] #42 33.66 CC images/creds.o [2021-02-22T19:11:40.853Z] #42 46.15 DEP compel/src/main.d [2021-02-22T19:11:40.853Z] #42 46.24 DEP compel/src/lib/handle-elf.d [2021-02-22T19:11:40.928Z] #42 35.90 CC images/ext-file.o [2021-02-22T19:11:40.928Z] #42 36.12 CC images/cgroup.o [2021-02-22T19:11:41.108Z] #42 33.84 CC images/vma.o [2021-02-22T19:11:41.113Z] #42 46.32 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-22T19:11:41.113Z] #42 46.48 CC compel/src/lib/log.o [2021-02-22T19:11:41.371Z] #42 34.10 CC images/netdev.o [2021-02-22T19:11:41.633Z] #42 34.36 CC images/tty.o [2021-02-22T19:11:41.684Z] #42 46.82 CC compel/arch/x86/src/lib/cpu.o [2021-02-22T19:11:41.872Z] #42 36.83 CC images/userns.o [2021-02-22T19:11:41.872Z] #42 37.07 CC images/google/protobuf/descriptor.o [2021-02-22T19:11:41.895Z] #42 ... [2021-02-22T19:11:41.895Z] [2021-02-22T19:11:41.895Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:41.895Z] #44 sha256:1658c155205d228ce9d4b9bfba903b872936f529a1fbdc0d12310df32b638045 [2021-02-22T19:11:41.895Z] #44 106.6 vendor/golang.org/x/net/idna [2021-02-22T19:11:42.254Z] #42 47.62 CC compel/arch/x86/src/lib/infect.o [2021-02-22T19:11:43.195Z] #42 ... [2021-02-22T19:11:43.195Z] [2021-02-22T19:11:43.195Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:11:43.195Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:11:43.195Z] #12 113.0 Selecting previously unselected package libapparmor1:amd64. [2021-02-22T19:11:43.195Z] #12 113.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 113.0 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-22T19:11:43.195Z] #12 113.2 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-22T19:11:43.195Z] #12 113.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 113.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-22T19:11:43.195Z] #12 113.3 Selecting previously unselected package libbtrfs0. [2021-02-22T19:11:43.195Z] #12 113.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 113.3 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-22T19:11:43.195Z] #12 113.5 Selecting previously unselected package libbtrfs-dev. [2021-02-22T19:11:43.195Z] #12 113.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 113.5 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:11:43.195Z] #12 113.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-22T19:11:43.195Z] #12 113.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 113.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:43.195Z] #12 113.6 Selecting previously unselected package libudev-dev:amd64. [2021-02-22T19:11:43.195Z] #12 113.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 113.7 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-22T19:11:43.195Z] #12 113.9 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-22T19:11:43.195Z] #12 113.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 113.9 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-22T19:11:43.195Z] #12 114.3 Selecting previously unselected package libpcre16-3:amd64. [2021-02-22T19:11:43.195Z] #12 114.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 114.3 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-22T19:11:43.195Z] #12 114.5 Selecting previously unselected package libpcre32-3:amd64. [2021-02-22T19:11:43.195Z] #12 114.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 114.5 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-22T19:11:43.195Z] #12 114.7 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-22T19:11:43.195Z] #12 114.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 114.7 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-22T19:11:43.195Z] #12 114.8 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-22T19:11:43.195Z] #12 114.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 114.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-22T19:11:43.195Z] #12 115.2 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-22T19:11:43.195Z] #12 115.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 115.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-22T19:11:43.195Z] #12 115.5 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-22T19:11:43.195Z] #12 115.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 115.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:43.195Z] #12 115.6 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-22T19:11:43.195Z] #12 115.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 115.6 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-22T19:11:43.195Z] #12 115.7 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-22T19:11:43.195Z] #12 115.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-02-22T19:11:43.195Z] #12 115.7 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-22T19:11:43.195Z] #12 116.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-22T19:11:43.195Z] #12 116.2 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-22T19:11:43.195Z] #12 116.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-22T19:11:43.195Z] #12 116.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-22T19:11:43.195Z] #12 116.3 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-22T19:11:43.195Z] #12 116.3 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-22T19:11:43.195Z] #12 116.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:43.195Z] #12 116.3 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-22T19:11:43.195Z] #12 116.4 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-22T19:11:43.195Z] #12 116.4 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-22T19:11:43.195Z] #12 116.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-22T19:11:43.195Z] #12 116.4 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:11:43.195Z] #12 116.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-22T19:11:43.195Z] #12 116.4 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-22T19:11:43.195Z] #12 116.5 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-22T19:11:43.195Z] #12 116.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-22T19:11:43.195Z] #12 116.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-22T19:11:43.195Z] #12 116.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:43.195Z] #12 116.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-22T19:11:43.195Z] #12 116.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-22T19:11:43.195Z] #12 116.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:43.195Z] #12 116.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-22T19:11:43.195Z] #12 116.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-22T19:11:43.195Z] #12 116.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-22T19:11:43.195Z] #12 116.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-22T19:11:43.195Z] #12 116.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:43.195Z] #12 116.6 Setting up dmsetup (2:1.02.155-3) ... [2021-02-22T19:11:43.195Z] #12 116.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:43.195Z] #12 116.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:43.195Z] #12 116.7 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:11:43.195Z] #12 DONE 118.7s [2021-02-22T19:11:43.195Z] [2021-02-22T19:11:43.195Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:11:43.195Z] #52 sha256:5e33e4ff4ca72d189b7c2b78957e260703b2437a7f1c1571dde0a4e3c9c71361 [2021-02-22T19:11:43.788Z] #42 38.82 CC images/opts.o [2021-02-22T19:11:43.788Z] #42 39.00 CC images/seccomp.o [2021-02-22T19:11:44.145Z] #19 28.87 Unpacking bash-completion (1:2.8-6) ... [2021-02-22T19:11:44.145Z] #19 29.34 Selecting previously unselected package bzip2. [2021-02-22T19:11:44.145Z] #19 29.35 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2021-02-22T19:11:44.145Z] #19 29.35 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-22T19:11:44.360Z] #42 39.32 CC images/binfmt-misc.o [2021-02-22T19:11:44.360Z] #42 39.50 CC images/time.o [2021-02-22T19:11:44.409Z] #19 29.50 Selecting previously unselected package xz-utils. [2021-02-22T19:11:44.409Z] #19 29.51 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2021-02-22T19:11:44.409Z] #19 29.53 Unpacking xz-utils (5.2.4-1) ... [2021-02-22T19:11:44.409Z] #19 29.74 Selecting previously unselected package apparmor. [2021-02-22T19:11:44.409Z] #19 29.74 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2021-02-22T19:11:44.460Z] #44 108.6 vendor/golang.org/x/net/http2/hpack [2021-02-22T19:11:44.594Z] #52 1.655 + RM_GOPATH=0 [2021-02-22T19:11:44.594Z] #52 1.655 + TMP_GOPATH= [2021-02-22T19:11:44.594Z] #52 1.655 + : /build [2021-02-22T19:11:44.594Z] #52 1.655 + '[' -z '' ']' [2021-02-22T19:11:44.594Z] #52 1.660 ++ mktemp -d [2021-02-22T19:11:44.594Z] #52 1.660 + export GOPATH=/tmp/tmp.o9uRM9lBLp [2021-02-22T19:11:44.594Z] #52 1.660 + GOPATH=/tmp/tmp.o9uRM9lBLp [2021-02-22T19:11:44.594Z] #52 1.660 + RM_GOPATH=1 [2021-02-22T19:11:44.594Z] #52 1.660 + case "$(go env GOARCH)" in [2021-02-22T19:11:44.594Z] #52 1.660 ++ go env GOARCH [2021-02-22T19:11:44.594Z] #52 1.694 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:11:44.594Z] #52 1.694 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:11:44.625Z] #42 ... [2021-02-22T19:11:44.625Z] [2021-02-22T19:11:44.625Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:44.625Z] #44 sha256:e17b54739c5147805ce5ba27746d7b7a36ceef8c044630e4b39b0a9f42ce1f22 [2021-02-22T19:11:44.625Z] #44 101.9 vendor/golang.org/x/net/http2/hpack [2021-02-22T19:11:44.625Z] #44 103.2 mime [2021-02-22T19:11:44.625Z] #44 104.7 mime/quotedprintable [2021-02-22T19:11:44.625Z] #44 105.0 net/http/internal [2021-02-22T19:11:44.625Z] #44 109.6 net/textproto [2021-02-22T19:11:44.625Z] #44 109.7 crypto/x509 [2021-02-22T19:11:44.625Z] #44 110.7 vendor/golang.org/x/net/http/httpguts [2021-02-22T19:11:44.625Z] #44 110.9 vendor/golang.org/x/net/http/httpproxy [2021-02-22T19:11:44.625Z] #44 111.5 mime/multipart [2021-02-22T19:11:44.625Z] #44 ... [2021-02-22T19:11:44.625Z] [2021-02-22T19:11:44.625Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:44.625Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:44.625Z] #42 39.81 CC images/sysctl.o [2021-02-22T19:11:44.673Z] #19 29.82 Unpacking apparmor (2.13.2-10) ... [2021-02-22T19:11:44.855Z] #52 ... [2021-02-22T19:11:44.855Z] [2021-02-22T19:11:44.855Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-22T19:11:44.855Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-22T19:11:44.855Z] #13 DONE 1.7s [2021-02-22T19:11:44.855Z] [2021-02-22T19:11:44.855Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:11:44.855Z] #52 sha256:5e33e4ff4ca72d189b7c2b78957e260703b2437a7f1c1571dde0a4e3c9c71361 [2021-02-22T19:11:44.855Z] #52 1.695 ++ dirname /tmp/install/install.sh [2021-02-22T19:11:44.855Z] #52 1.696 + dir=/tmp/install [2021-02-22T19:11:44.855Z] #52 1.696 + bin=runc [2021-02-22T19:11:44.855Z] #52 1.696 + shift [2021-02-22T19:11:44.855Z] #52 1.696 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-22T19:11:44.855Z] #52 1.696 + . /tmp/install/runc.installer [2021-02-22T19:11:44.855Z] #52 1.697 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-22T19:11:44.855Z] #52 1.697 + install_runc [2021-02-22T19:11:44.855Z] #52 1.697 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-22T19:11:44.855Z] #52 1.698 + uname -r [2021-02-22T19:11:44.855Z] #52 1.702 + RUNC_BUILDTAGS='seccomp ' [2021-02-22T19:11:44.855Z] #52 1.702 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-02-22T19:11:44.855Z] #52 1.702 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-02-22T19:11:44.855Z] #52 1.703 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.o9uRM9lBLp/src/github.com/opencontainers/runc [2021-02-22T19:11:44.855Z] #52 1.725 Cloning into '/tmp/tmp.o9uRM9lBLp/src/github.com/opencontainers/runc'... [2021-02-22T19:11:44.886Z] #42 39.99 CC images/autofs.o [2021-02-22T19:11:44.936Z] #19 30.14 Selecting previously unselected package aufs-tools. [2021-02-22T19:11:44.936Z] #19 30.14 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2021-02-22T19:11:44.936Z] #19 30.15 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-22T19:11:44.936Z] #19 30.33 Selecting previously unselected package libonig5:arm64. [2021-02-22T19:11:44.936Z] #19 30.33 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2021-02-22T19:11:44.936Z] #19 30.35 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-02-22T19:11:45.034Z] #44 109.6 mime [2021-02-22T19:11:45.147Z] #42 40.27 CC images/macvlan.o [2021-02-22T19:11:45.200Z] #19 30.54 Selecting previously unselected package libjq1:arm64. [2021-02-22T19:11:45.200Z] #19 30.54 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-02-22T19:11:45.200Z] #19 30.55 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-22T19:11:45.200Z] #19 30.63 Selecting previously unselected package jq. [2021-02-22T19:11:45.409Z] #42 40.51 CC images/sit.o [2021-02-22T19:11:45.464Z] #19 30.64 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-02-22T19:11:45.464Z] #19 30.65 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-22T19:11:45.464Z] #19 30.76 Selecting previously unselected package libaio1:arm64. [2021-02-22T19:11:45.464Z] #19 30.77 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2021-02-22T19:11:45.464Z] #19 30.77 Unpacking libaio1:arm64 (0.3.112-3) ... [2021-02-22T19:11:45.464Z] #19 30.84 Selecting previously unselected package libgpm2:arm64. [2021-02-22T19:11:45.464Z] #19 30.84 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2021-02-22T19:11:45.464Z] #19 30.85 Unpacking libgpm2:arm64 (1.20.7-5) ... [2021-02-22T19:11:45.670Z] #42 40.72 CC images/memfd.o [2021-02-22T19:11:45.727Z] #19 30.95 Selecting previously unselected package libicu63:arm64. [2021-02-22T19:11:45.727Z] #19 30.97 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-02-22T19:11:45.727Z] #19 30.98 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-22T19:11:45.931Z] #42 41.09 CC images/timens.o [2021-02-22T19:11:46.193Z] #42 41.34 LINK images/built-in.o [2021-02-22T19:11:46.239Z] #52 ... [2021-02-22T19:11:46.239Z] [2021-02-22T19:11:46.239Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-22T19:11:46.239Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-22T19:11:46.239Z] #14 DONE 1.2s [2021-02-22T19:11:46.239Z] [2021-02-22T19:11:46.239Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-22T19:11:46.239Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-22T19:11:46.455Z] #42 41.51 GEN compel/include/asm [2021-02-22T19:11:46.455Z] #42 41.55 GEN compel/include/version.h [2021-02-22T19:11:46.455Z] #42 41.55 touch .config [2021-02-22T19:11:46.455Z] #42 41.61 GEN include/common/config.h [2021-02-22T19:11:46.455Z] #42 41.72 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-22T19:11:46.716Z] #42 41.74 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-22T19:11:46.716Z] #42 41.76 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-22T19:11:46.716Z] #42 41.78 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-22T19:11:46.716Z] #42 41.81 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-22T19:11:46.716Z] #42 41.83 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-22T19:11:46.716Z] #42 41.84 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-22T19:11:46.716Z] #42 41.90 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-22T19:11:46.716Z] #42 41.92 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-22T19:11:46.716Z] #42 41.93 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-22T19:11:46.955Z] #44 111.4 mime/quotedprintable [2021-02-22T19:11:46.978Z] #42 41.94 DEP compel/plugins/std/infect.d [2021-02-22T19:11:46.978Z] #42 42.11 DEP compel/plugins/std/string.d [2021-02-22T19:11:46.978Z] #42 42.18 DEP compel/plugins/std/log.d [2021-02-22T19:11:47.181Z] #15 1.027 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-22T19:11:47.181Z] #15 DONE 1.1s [2021-02-22T19:11:47.181Z] [2021-02-22T19:11:47.181Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-22T19:11:47.181Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-22T19:11:47.217Z] #44 111.8 net/http/internal [2021-02-22T19:11:47.239Z] #42 42.27 DEP compel/plugins/std/fds.d [2021-02-22T19:11:47.239Z] #42 42.36 DEP compel/plugins/std/std.d [2021-02-22T19:11:47.239Z] #42 42.44 DEP compel/plugins/shmem/shmem.d [2021-02-22T19:11:47.500Z] #42 42.59 DEP compel/plugins/fds/fds.d [2021-02-22T19:11:47.500Z] #42 42.72 CC compel/plugins/std/std.o [2021-02-22T19:11:47.654Z] #19 ... [2021-02-22T19:11:47.654Z] [2021-02-22T19:11:47.654Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:47.654Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:11:47.654Z] #42 69.27 DEP criu/sk-unix.d [2021-02-22T19:11:47.654Z] #42 69.47 DEP criu/sk-tcp.d [2021-02-22T19:11:47.654Z] #42 69.62 DEP criu/sk-queue.d [2021-02-22T19:11:47.654Z] #42 69.72 DEP criu/sk-packet.d [2021-02-22T19:11:47.654Z] #42 69.84 DEP criu/sk-netlink.d [2021-02-22T19:11:47.654Z] #42 70.01 DEP criu/sk-inet.d [2021-02-22T19:11:47.654Z] #42 70.20 DEP criu/signalfd.d [2021-02-22T19:11:47.654Z] #42 70.36 DEP criu/sigframe.d [2021-02-22T19:11:47.654Z] #42 70.48 DEP criu/shmem.d [2021-02-22T19:11:47.654Z] #42 70.70 DEP criu/servicefd.d [2021-02-22T19:11:47.654Z] #42 70.91 DEP criu/seize.d [2021-02-22T19:11:47.654Z] #42 71.20 DEP criu/seccomp.d [2021-02-22T19:11:47.654Z] #42 71.37 DEP criu/rst-malloc.d [2021-02-22T19:11:47.654Z] #42 71.47 DEP criu/rbtree.d [2021-02-22T19:11:47.654Z] #42 71.53 DEP criu/pstree.d [2021-02-22T19:11:47.654Z] #42 71.70 DEP criu/protobuf.d [2021-02-22T19:11:47.654Z] #42 71.86 GEN criu/protobuf-desc-gen.h [2021-02-22T19:11:47.654Z] #42 73.41 DEP criu/protobuf-desc.d [2021-02-22T19:11:47.654Z] #42 73.52 DEP criu/proc_parse.d [2021-02-22T19:11:47.654Z] #42 73.73 DEP criu/plugin.d [2021-02-22T19:11:47.654Z] #42 73.90 DEP criu/pipes.d [2021-02-22T19:11:47.654Z] #42 74.13 DEP criu/pie-util.d [2021-02-22T19:11:47.654Z] #42 74.29 DEP criu/pie-util-vdso.d [2021-02-22T19:11:47.654Z] #42 74.45 DEP criu/path.d [2021-02-22T19:11:47.654Z] #42 74.61 DEP criu/parasite-syscall.d [2021-02-22T19:11:47.654Z] #42 74.85 DEP criu/pagemap.d [2021-02-22T19:11:47.654Z] #42 75.06 DEP criu/pagemap-cache.d [2021-02-22T19:11:47.654Z] #42 75.28 DEP criu/page-xfer.d [2021-02-22T19:11:47.654Z] #42 75.50 DEP criu/page-pipe.d [2021-02-22T19:11:47.654Z] #42 75.65 DEP criu/netfilter.d [2021-02-22T19:11:47.654Z] #42 75.92 DEP criu/net.d [2021-02-22T19:11:47.654Z] #42 76.15 DEP criu/namespaces.d [2021-02-22T19:11:47.654Z] #42 76.30 DEP criu/mount.d [2021-02-22T19:11:47.654Z] #42 76.59 DEP criu/memfd.d [2021-02-22T19:11:47.654Z] #42 76.79 DEP criu/mem.d [2021-02-22T19:11:47.654Z] #42 76.95 DEP criu/lsm.d [2021-02-22T19:11:47.654Z] #42 77.06 DEP criu/log.d [2021-02-22T19:11:47.654Z] #42 77.14 DEP criu/libnetlink.d [2021-02-22T19:11:47.654Z] #42 77.29 DEP criu/kerndat.d [2021-02-22T19:11:47.654Z] #42 77.44 DEP criu/kcmp-ids.d [2021-02-22T19:11:47.654Z] #42 77.60 DEP criu/irmap.d [2021-02-22T19:11:47.654Z] #42 77.79 DEP criu/ipc_ns.d [2021-02-22T19:11:47.654Z] #42 78.01 DEP criu/image.d [2021-02-22T19:11:47.654Z] #42 78.21 DEP criu/image-desc.d [2021-02-22T19:11:47.654Z] #42 78.39 DEP criu/fsnotify.d [2021-02-22T19:11:47.654Z] #42 78.59 DEP criu/filesystems.d [2021-02-22T19:11:47.654Z] #42 78.89 DEP criu/files.d [2021-02-22T19:11:47.654Z] #42 79.17 DEP criu/files-reg.d [2021-02-22T19:11:47.654Z] #42 79.39 DEP criu/files-ext.d [2021-02-22T19:11:47.654Z] #42 79.51 DEP criu/file-lock.d [2021-02-22T19:11:47.654Z] #42 79.61 DEP criu/file-ids.d [2021-02-22T19:11:47.654Z] #42 79.71 DEP criu/fifo.d [2021-02-22T19:11:47.654Z] #42 79.80 DEP criu/fdstore.d [2021-02-22T19:11:47.654Z] #42 79.89 DEP criu/fault-injection.d [2021-02-22T19:11:47.917Z] #42 79.94 DEP criu/external.d [2021-02-22T19:11:48.072Z] #42 42.98 CC compel/plugins/std/fds.o [2021-02-22T19:11:48.126Z] #16 ... [2021-02-22T19:11:48.126Z] [2021-02-22T19:11:48.126Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:11:48.126Z] #57 sha256:15add59fe34823536fb3d65c2668f33da16cada55e15134f71be2ed808960201 [2021-02-22T19:11:48.126Z] #57 114.9 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-22T19:11:48.126Z] #57 114.9 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-22T19:11:48.126Z] #57 DONE 123.7s [2021-02-22T19:11:48.181Z] #42 80.05 DEP criu/eventpoll.d [2021-02-22T19:11:48.181Z] #42 80.18 DEP criu/eventfd.d [2021-02-22T19:11:48.181Z] #42 80.32 DEP criu/crtools.d [2021-02-22T19:11:48.333Z] #42 43.47 CC compel/plugins/std/log.o [2021-02-22T19:11:48.388Z] [2021-02-22T19:11:48.388Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-22T19:11:48.388Z] #58 sha256:c48307328a010b8e08cb68ab766b59589fa509b78d5c4ef2ad169db86071256c [2021-02-22T19:11:48.388Z] #58 DONE 0.1s [2021-02-22T19:11:48.388Z] [2021-02-22T19:11:48.388Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-22T19:11:48.388Z] #59 sha256:c80f6426e6c804f52d9607b6f1b7a8527ec69f00e91f11a953baa90396939605 [2021-02-22T19:11:48.388Z] #59 DONE 0.1s [2021-02-22T19:11:48.388Z] [2021-02-22T19:11:48.388Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:48.388Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:48.388Z] #42 48.63 CC compel/src/lib/infect-rpc.o [2021-02-22T19:11:48.388Z] #42 49.23 CC compel/src/lib/infect-util.o [2021-02-22T19:11:48.388Z] #42 49.79 CC compel/src/lib/infect.o [2021-02-22T19:11:48.388Z] #42 53.32 CC compel/src/lib/ptrace.o [2021-02-22T19:11:48.388Z] #42 ... [2021-02-22T19:11:48.388Z] [2021-02-22T19:11:48.388Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:48.388Z] #44 sha256:309cc25e457132348b133c16c1b4f9f9f1e83b1abd0c17911594f95ead02208e [2021-02-22T19:11:48.388Z] #44 114.0 crypto/tls [2021-02-22T19:11:48.388Z] #44 121.4 net/http/httptrace [2021-02-22T19:11:48.388Z] #44 121.9 net/http [2021-02-22T19:11:48.445Z] #42 ... [2021-02-22T19:11:48.445Z] [2021-02-22T19:11:48.445Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:11:48.445Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-22T19:11:48.445Z] #19 33.58 Selecting previously unselected package libnet1:arm64. [2021-02-22T19:11:48.445Z] #19 33.60 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-02-22T19:11:48.445Z] #19 33.61 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:11:48.445Z] #19 33.74 Selecting previously unselected package libnl-3-200:arm64. [2021-02-22T19:11:48.445Z] #19 33.75 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2021-02-22T19:11:48.445Z] #19 33.76 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-02-22T19:11:48.608Z] #44 ... [2021-02-22T19:11:48.608Z] [2021-02-22T19:11:48.608Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:48.608Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:48.608Z] #42 34.96 CC images/file-lock.o [2021-02-22T19:11:48.608Z] #42 35.16 CC images/rlimit.o [2021-02-22T19:11:48.608Z] #42 35.36 CC images/pagemap.o [2021-02-22T19:11:48.608Z] #42 35.70 CC images/siginfo.o [2021-02-22T19:11:48.609Z] #42 35.94 CC images/rpc.o [2021-02-22T19:11:48.609Z] #42 37.06 CC images/ext-file.o [2021-02-22T19:11:48.609Z] #42 37.22 CC images/cgroup.o [2021-02-22T19:11:48.609Z] #42 37.83 CC images/userns.o [2021-02-22T19:11:48.609Z] #42 38.14 CC images/google/protobuf/descriptor.o [2021-02-22T19:11:48.609Z] #42 39.75 CC images/opts.o [2021-02-22T19:11:48.609Z] #42 39.96 CC images/seccomp.o [2021-02-22T19:11:48.609Z] #42 40.29 CC images/binfmt-misc.o [2021-02-22T19:11:48.609Z] #42 40.54 CC images/time.o [2021-02-22T19:11:48.609Z] #42 40.75 CC images/sysctl.o [2021-02-22T19:11:48.609Z] #42 40.94 CC images/autofs.o [2021-02-22T19:11:48.609Z] #42 41.21 CC images/macvlan.o [2021-02-22T19:11:48.609Z] #42 41.41 CC images/sit.o [2021-02-22T19:11:48.648Z] #44 ... [2021-02-22T19:11:48.648Z] [2021-02-22T19:11:48.648Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-22T19:11:48.648Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-22T19:11:48.648Z] #16 DONE 1.4s [2021-02-22T19:11:48.648Z] [2021-02-22T19:11:48.648Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-22T19:11:48.648Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-22T19:11:48.708Z] #19 33.87 Selecting previously unselected package libprotobuf-c1:arm64. [2021-02-22T19:11:48.708Z] #19 33.88 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-02-22T19:11:48.708Z] #19 33.89 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-22T19:11:48.708Z] #19 34.00 Selecting previously unselected package libreadline5:arm64. [2021-02-22T19:11:48.708Z] #19 34.00 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2021-02-22T19:11:48.708Z] #19 34.01 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-02-22T19:11:48.872Z] #42 41.59 CC images/memfd.o [2021-02-22T19:11:48.872Z] #42 ... [2021-02-22T19:11:48.872Z] [2021-02-22T19:11:48.872Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:11:48.872Z] #57 sha256:12f61084adb575543e76e25cac85b113506ee12a56c2b6068a1218115c5775ac [2021-02-22T19:11:48.872Z] #57 113.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-22T19:11:48.872Z] #57 113.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-22T19:11:49.008Z] #19 34.18 Selecting previously unselected package net-tools. [2021-02-22T19:11:49.008Z] #19 34.18 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2021-02-22T19:11:49.008Z] #19 34.20 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-22T19:11:49.271Z] #19 34.51 Selecting previously unselected package python-pip-whl. [2021-02-22T19:11:49.271Z] #19 34.52 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-22T19:11:49.271Z] #19 34.53 Unpacking python-pip-whl (18.1-5) ... [2021-02-22T19:11:49.277Z] #42 44.35 CC compel/plugins/std/string.o [2021-02-22T19:11:49.849Z] #19 35.01 Selecting previously unselected package python3-lib2to3. [2021-02-22T19:11:49.849Z] #19 35.02 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-22T19:11:49.849Z] #19 35.02 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-22T19:11:49.849Z] #19 35.17 Selecting previously unselected package python3-distutils. [2021-02-22T19:11:49.849Z] #19 35.17 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-22T19:11:49.849Z] #19 35.17 Unpacking python3-distutils (3.7.3-1) ... [2021-02-22T19:11:49.849Z] #42 44.95 CC compel/plugins/std/infect.o [2021-02-22T19:11:50.111Z] #42 45.39 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-22T19:11:50.113Z] #19 35.34 Selecting previously unselected package python3-pip. [2021-02-22T19:11:50.113Z] #19 35.34 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-22T19:11:50.113Z] #19 35.36 Unpacking python3-pip (18.1-5) ... [2021-02-22T19:11:50.113Z] #19 35.55 Selecting previously unselected package python3-pkg-resources. [2021-02-22T19:11:50.372Z] #42 45.45 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-22T19:11:50.372Z] #42 45.52 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-22T19:11:50.372Z] #42 ... [2021-02-22T19:11:50.372Z] [2021-02-22T19:11:50.372Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:11:50.372Z] #57 sha256:1c5ad4049b669d6e8b88d6a5c6b7567611eddde3eb584e994f864109249f334d [2021-02-22T19:11:50.372Z] #57 117.8 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-22T19:11:50.372Z] #57 117.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-22T19:11:50.377Z] #19 35.56 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-22T19:11:50.377Z] #19 35.57 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-22T19:11:50.377Z] #19 35.71 Selecting previously unselected package python3-setuptools. [2021-02-22T19:11:50.377Z] #19 35.72 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-22T19:11:50.377Z] #19 35.73 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-22T19:11:50.559Z] #17 DONE 1.7s [2021-02-22T19:11:50.560Z] [2021-02-22T19:11:50.560Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-22T19:11:50.560Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-22T19:11:50.641Z] #19 36.00 Selecting previously unselected package python3-wheel. [2021-02-22T19:11:50.641Z] #19 36.02 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-22T19:11:50.641Z] #19 36.02 Unpacking python3-wheel (0.32.3-2) ... [2021-02-22T19:11:50.905Z] #19 36.13 Selecting previously unselected package sudo. [2021-02-22T19:11:50.905Z] #19 36.14 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ... [2021-02-22T19:11:50.905Z] #19 36.15 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-22T19:11:51.482Z] #19 36.76 Selecting previously unselected package thin-provisioning-tools. [2021-02-22T19:11:51.482Z] #19 36.77 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2021-02-22T19:11:51.482Z] #19 36.78 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-22T19:11:51.746Z] #19 37.06 Selecting previously unselected package uidmap. [2021-02-22T19:11:51.746Z] #19 37.07 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2021-02-22T19:11:51.746Z] #19 37.10 Unpacking uidmap (1:4.5-1.1) ... [2021-02-22T19:11:51.942Z] #18 DONE 1.4s [2021-02-22T19:11:51.943Z] [2021-02-22T19:11:51.943Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:11:51.943Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:11:52.010Z] #19 37.31 Selecting previously unselected package vim-runtime. [2021-02-22T19:11:52.010Z] #19 37.31 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-22T19:11:52.010Z] #19 37.35 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-22T19:11:52.010Z] #19 37.41 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-22T19:11:52.010Z] #19 37.42 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-22T19:11:53.327Z] #19 1.613 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:11:53.327Z] #19 1.706 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:11:53.615Z] #19 1.870 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:11:53.679Z] #57 ... [2021-02-22T19:11:53.679Z] [2021-02-22T19:11:53.679Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:11:53.679Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:11:53.679Z] #12 114.6 Selecting previously unselected package libapparmor1:amd64. [2021-02-22T19:11:53.679Z] #12 114.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 114.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-22T19:11:53.679Z] #12 114.7 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-22T19:11:53.679Z] #12 114.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 114.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-22T19:11:53.679Z] #12 114.9 Selecting previously unselected package libbtrfs0. [2021-02-22T19:11:53.679Z] #12 114.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 114.9 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-22T19:11:53.679Z] #12 114.9 Selecting previously unselected package libbtrfs-dev. [2021-02-22T19:11:53.679Z] #12 115.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 115.0 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:11:53.679Z] #12 115.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-22T19:11:53.679Z] #12 115.1 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 115.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:53.679Z] #12 115.2 Selecting previously unselected package libudev-dev:amd64. [2021-02-22T19:11:53.679Z] #12 115.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 115.2 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-22T19:11:53.679Z] #12 115.4 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-22T19:11:53.679Z] #12 115.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 115.4 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-22T19:11:53.679Z] #12 115.6 Selecting previously unselected package libpcre16-3:amd64. [2021-02-22T19:11:53.679Z] #12 115.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 115.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-22T19:11:53.679Z] #12 115.8 Selecting previously unselected package libpcre32-3:amd64. [2021-02-22T19:11:53.679Z] #12 115.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 115.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-22T19:11:53.679Z] #12 116.1 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-22T19:11:53.679Z] #12 116.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 116.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-22T19:11:53.679Z] #12 116.2 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-22T19:11:53.679Z] #12 116.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 116.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-22T19:11:53.679Z] #12 116.6 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-22T19:11:53.679Z] #12 116.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 116.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-22T19:11:53.679Z] #12 117.0 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-22T19:11:53.679Z] #12 117.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 117.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:53.679Z] #12 117.2 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-22T19:11:53.679Z] #12 117.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 117.2 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-22T19:11:53.679Z] #12 117.4 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-22T19:11:53.679Z] #12 117.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-02-22T19:11:53.679Z] #12 117.4 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-22T19:11:53.679Z] #12 118.0 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-22T19:11:53.679Z] #12 118.0 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-22T19:11:53.679Z] #12 118.0 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-22T19:11:53.679Z] #12 118.1 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-22T19:11:53.679Z] #12 118.1 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-22T19:11:53.679Z] #12 118.1 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-22T19:11:53.679Z] #12 118.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:53.679Z] #12 118.2 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-22T19:11:53.679Z] #12 118.2 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-22T19:11:53.679Z] #12 118.2 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-22T19:11:53.679Z] #12 118.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-22T19:11:53.679Z] #12 118.3 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:11:53.679Z] #12 118.3 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-22T19:11:53.679Z] #12 118.3 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-22T19:11:53.679Z] #12 118.3 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-22T19:11:53.679Z] #12 118.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-22T19:11:53.679Z] #12 118.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-22T19:11:53.679Z] #12 118.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:53.679Z] #12 118.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-22T19:11:53.679Z] #12 118.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-22T19:11:53.679Z] #12 118.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:53.679Z] #12 118.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-22T19:11:53.679Z] #12 118.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-22T19:11:53.679Z] #12 118.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-22T19:11:53.679Z] #12 118.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-22T19:11:53.679Z] #12 118.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:53.679Z] #12 118.5 Setting up dmsetup (2:1.02.155-3) ... [2021-02-22T19:11:53.679Z] #12 118.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:53.679Z] #12 118.5 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:53.679Z] #12 118.5 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:11:53.679Z] #12 DONE 120.8s [2021-02-22T19:11:53.679Z] [2021-02-22T19:11:53.679Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:53.679Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:53.679Z] #42 45.61 AR compel/plugins/std.lib.a [2021-02-22T19:11:53.679Z] #42 45.70 CC compel/plugins/fds/fds.o [2021-02-22T19:11:53.679Z] #42 45.95 AR compel/plugins/fds.lib.a [2021-02-22T19:11:53.679Z] #42 46.00 HOSTDEP compel/src/lib/log-host.d [2021-02-22T19:11:53.679Z] #42 46.09 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-22T19:11:53.679Z] #42 46.25 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-22T19:11:53.679Z] #42 46.35 HOSTDEP compel/src/main-host.d [2021-02-22T19:11:53.679Z] #42 46.47 DEP compel/src/lib/ptrace.d [2021-02-22T19:11:53.679Z] #42 46.62 DEP compel/src/lib/infect.d [2021-02-22T19:11:53.679Z] #42 46.71 DEP compel/src/lib/infect-util.d [2021-02-22T19:11:53.679Z] #42 46.76 DEP compel/src/lib/infect-rpc.d [2021-02-22T19:11:53.679Z] #42 46.86 DEP compel/arch/x86/src/lib/infect.d [2021-02-22T19:11:53.679Z] #42 46.96 DEP compel/arch/x86/src/lib/cpu.d [2021-02-22T19:11:53.679Z] #42 47.04 DEP compel/src/lib/log.d [2021-02-22T19:11:53.679Z] #42 47.10 DEP compel/src/main.d [2021-02-22T19:11:53.679Z] #42 47.17 DEP compel/src/lib/handle-elf.d [2021-02-22T19:11:53.679Z] #42 47.24 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-22T19:11:53.679Z] #42 47.39 CC compel/src/lib/log.o [2021-02-22T19:11:53.679Z] #42 47.58 CC compel/arch/x86/src/lib/cpu.o [2021-02-22T19:11:53.679Z] #42 48.16 CC compel/arch/x86/src/lib/infect.o [2021-02-22T19:11:53.879Z] #19 2.320 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:11:54.131Z] #19 ... [2021-02-22T19:11:54.131Z] [2021-02-22T19:11:54.131Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:11:54.131Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-22T19:11:54.131Z] #39 138.2 + dpkg --print-architecture [2021-02-22T19:11:54.131Z] #39 DONE 139.8s [2021-02-22T19:11:54.131Z] [2021-02-22T19:11:54.131Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:54.131Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:11:54.131Z] #42 80.48 DEP criu/cr-service.d [2021-02-22T19:11:54.131Z] #42 80.69 DEP criu/cr-restore.d [2021-02-22T19:11:54.131Z] #42 80.89 DEP criu/cr-errno.d [2021-02-22T19:11:54.131Z] #42 80.91 DEP criu/cr-dump.d [2021-02-22T19:11:54.131Z] #42 81.14 DEP criu/cr-dedup.d [2021-02-22T19:11:54.131Z] #42 81.27 DEP criu/cr-check.d [2021-02-22T19:11:54.131Z] #42 81.60 DEP criu/config.d [2021-02-22T19:11:54.131Z] #42 81.79 DEP criu/clone-noasan.d [2021-02-22T19:11:54.131Z] #42 81.94 DEP criu/cgroup.d [2021-02-22T19:11:54.131Z] #42 82.20 DEP criu/cgroup-props.d [2021-02-22T19:11:54.131Z] #42 82.34 DEP criu/bitmap.d [2021-02-22T19:11:54.131Z] #42 82.35 DEP criu/bfd.d [2021-02-22T19:11:54.131Z] #42 82.47 DEP criu/autofs.d [2021-02-22T19:11:54.131Z] #42 82.71 DEP criu/aio.d [2021-02-22T19:11:54.131Z] #42 82.95 DEP criu/action-scripts.d [2021-02-22T19:11:54.131Z] #42 83.24 CC criu/action-scripts.o [2021-02-22T19:11:54.131Z] #42 83.77 CC criu/aio.o [2021-02-22T19:11:54.131Z] #42 84.21 CC criu/autofs.o [2021-02-22T19:11:54.131Z] #42 85.66 CC criu/bfd.o [2021-02-22T19:11:54.179Z] #57 ... [2021-02-22T19:11:54.179Z] [2021-02-22T19:11:54.179Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:11:54.179Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:11:54.179Z] #12 117.6 Selecting previously unselected package libapparmor1:amd64. [2021-02-22T19:11:54.179Z] #12 117.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-22T19:11:54.179Z] #12 117.6 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-22T19:11:54.179Z] #12 117.7 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-22T19:11:54.179Z] #12 117.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-22T19:11:54.179Z] #12 117.8 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-22T19:11:54.179Z] #12 117.9 Selecting previously unselected package libbtrfs0. [2021-02-22T19:11:54.179Z] #12 117.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-22T19:11:54.179Z] #12 117.9 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-22T19:11:54.179Z] #12 118.0 Selecting previously unselected package libbtrfs-dev. [2021-02-22T19:11:54.179Z] #12 118.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-22T19:11:54.179Z] #12 118.1 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:11:54.179Z] #12 118.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-22T19:11:54.179Z] #12 118.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-22T19:11:54.179Z] #12 118.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:54.179Z] #12 118.3 Selecting previously unselected package libudev-dev:amd64. [2021-02-22T19:11:54.179Z] #12 118.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ... [2021-02-22T19:11:54.179Z] #12 118.3 Unpacking libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-22T19:11:54.179Z] #12 118.5 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-22T19:11:54.179Z] #12 118.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-22T19:11:54.179Z] #12 118.5 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-22T19:11:54.179Z] #12 118.8 Selecting previously unselected package libpcre16-3:amd64. [2021-02-22T19:11:54.179Z] #12 118.8 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-22T19:11:54.179Z] #12 118.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-22T19:11:54.322Z] #42 49.37 CC compel/src/lib/infect-rpc.o [2021-02-22T19:11:54.395Z] #42 86.42 CC criu/bitmap.o [2021-02-22T19:11:54.442Z] #12 119.0 Selecting previously unselected package libpcre32-3:amd64. [2021-02-22T19:11:54.442Z] #12 119.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-22T19:11:54.442Z] #12 119.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-22T19:11:54.660Z] #42 86.72 CC criu/cgroup-props.o [2021-02-22T19:11:54.704Z] #12 119.2 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-22T19:11:54.704Z] #12 119.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-22T19:11:54.704Z] #12 119.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-22T19:11:54.704Z] #12 119.3 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-22T19:11:54.704Z] #12 119.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-22T19:11:54.704Z] #12 119.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-22T19:11:54.932Z] #42 50.02 CC compel/src/lib/infect-util.o [2021-02-22T19:11:54.932Z] #42 ... [2021-02-22T19:11:54.932Z] [2021-02-22T19:11:54.932Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-22T19:11:54.932Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-22T19:11:54.932Z] #13 DONE 1.6s [2021-02-22T19:11:55.199Z] [2021-02-22T19:11:55.199Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:11:55.199Z] #52 sha256:d36fb7280d86a1e7d7b77c76d12ed2b122059321d2e7eec694de78dc4f1a4e6c [2021-02-22T19:11:55.199Z] #52 1.747 + RM_GOPATH=0 [2021-02-22T19:11:55.199Z] #52 1.747 + TMP_GOPATH= [2021-02-22T19:11:55.199Z] #52 1.747 + : /build [2021-02-22T19:11:55.199Z] #52 1.747 + '[' -z '' ']' [2021-02-22T19:11:55.199Z] #52 1.771 ++ mktemp -d [2021-02-22T19:11:55.199Z] #52 1.771 + export GOPATH=/tmp/tmp.GqWOhXuozg [2021-02-22T19:11:55.199Z] #52 1.771 + GOPATH=/tmp/tmp.GqWOhXuozg [2021-02-22T19:11:55.199Z] #52 1.771 + RM_GOPATH=1 [2021-02-22T19:11:55.199Z] #52 1.771 + case "$(go env GOARCH)" in [2021-02-22T19:11:55.199Z] #52 1.771 ++ go env GOARCH [2021-02-22T19:11:55.199Z] #52 1.800 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:11:55.199Z] #52 1.803 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:11:55.199Z] #52 1.803 ++ dirname /tmp/install/install.sh [2021-02-22T19:11:55.199Z] #52 1.810 + dir=/tmp/install [2021-02-22T19:11:55.199Z] #52 1.810 + bin=runc [2021-02-22T19:11:55.199Z] #52 1.810 + shift [2021-02-22T19:11:55.199Z] #52 1.810 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-22T19:11:55.199Z] #52 1.810 + . /tmp/install/runc.installer [2021-02-22T19:11:55.199Z] #52 1.810 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-22T19:11:55.199Z] #52 1.810 + install_runc [2021-02-22T19:11:55.199Z] #52 1.810 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-22T19:11:55.199Z] #52 1.810 + uname -r [2021-02-22T19:11:55.199Z] #52 1.814 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-02-22T19:11:55.199Z] #52 1.814 + RUNC_BUILDTAGS='seccomp ' [2021-02-22T19:11:55.199Z] #52 1.814 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-02-22T19:11:55.199Z] #52 1.814 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.GqWOhXuozg/src/github.com/opencontainers/runc [2021-02-22T19:11:55.199Z] #52 1.816 Cloning into '/tmp/tmp.GqWOhXuozg/src/github.com/opencontainers/runc'... [2021-02-22T19:11:55.280Z] #12 119.7 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-22T19:11:55.280Z] #12 119.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-22T19:11:55.280Z] #12 119.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-22T19:11:55.542Z] #12 120.0 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-22T19:11:55.542Z] #12 120.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-22T19:11:55.543Z] #12 120.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:55.543Z] #12 120.1 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-22T19:11:55.543Z] #12 120.1 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-22T19:11:55.543Z] #12 120.1 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-22T19:11:55.611Z] #42 87.69 CC criu/cgroup.o [2021-02-22T19:11:55.795Z] #19 3.903 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:11:55.806Z] #12 120.3 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-22T19:11:55.806Z] #12 120.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ... [2021-02-22T19:11:55.806Z] #12 120.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-22T19:11:56.188Z] #42 ... [2021-02-22T19:11:56.188Z] [2021-02-22T19:11:56.188Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:11:56.188Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-22T19:11:56.188Z] #19 41.55 Selecting previously unselected package vim. [2021-02-22T19:11:56.452Z] #19 41.57 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2021-02-22T19:11:56.452Z] #19 41.59 Unpacking vim (2:8.1.0875-5) ... [2021-02-22T19:11:56.596Z] #52 ... [2021-02-22T19:11:56.596Z] [2021-02-22T19:11:56.596Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:11:56.596Z] #44 sha256:e17b54739c5147805ce5ba27746d7b7a36ceef8c044630e4b39b0a9f42ce1f22 [2021-02-22T19:11:56.596Z] #44 113.8 crypto/tls [2021-02-22T19:11:56.596Z] #44 120.1 net/http/httptrace [2021-02-22T19:11:56.596Z] #44 120.4 net/http [2021-02-22T19:11:56.596Z] #44 ... [2021-02-22T19:11:56.596Z] [2021-02-22T19:11:56.596Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-22T19:11:56.596Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-22T19:11:56.596Z] #14 DONE 1.6s [2021-02-22T19:11:56.596Z] [2021-02-22T19:11:56.596Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:56.596Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:56.596Z] #42 50.49 CC compel/src/lib/infect.o [2021-02-22T19:11:56.715Z] #19 42.02 Selecting previously unselected package xfsprogs. [2021-02-22T19:11:56.715Z] #19 42.02 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2021-02-22T19:11:56.715Z] #19 42.04 Unpacking xfsprogs (4.20.0-1) ... [2021-02-22T19:11:56.756Z] #12 121.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-22T19:11:57.018Z] #12 121.6 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-22T19:11:57.179Z] #19 5.307 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:11:57.283Z] #12 121.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-22T19:11:57.398Z] #19 42.50 Selecting previously unselected package zip. [2021-02-22T19:11:57.398Z] #19 42.51 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2021-02-22T19:11:57.398Z] #19 42.53 Unpacking zip (3.0-11+b1) ... [2021-02-22T19:11:57.553Z] #42 ... [2021-02-22T19:11:57.553Z] [2021-02-22T19:11:57.553Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-22T19:11:57.553Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-22T19:11:57.553Z] #15 1.068 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-22T19:11:57.553Z] #15 DONE 1.1s [2021-02-22T19:11:57.569Z] #12 ... [2021-02-22T19:11:57.569Z] [2021-02-22T19:11:57.569Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:11:57.569Z] #57 sha256:12f61084adb575543e76e25cac85b113506ee12a56c2b6068a1218115c5775ac [2021-02-22T19:11:57.569Z] #57 DONE 121.9s [2021-02-22T19:11:57.569Z] [2021-02-22T19:11:57.569Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:11:57.569Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:11:57.569Z] #12 121.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-22T19:11:57.569Z] #12 121.9 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-22T19:11:57.569Z] #12 121.9 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-22T19:11:57.569Z] #12 122.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:57.569Z] #12 ... [2021-02-22T19:11:57.569Z] [2021-02-22T19:11:57.569Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-22T19:11:57.569Z] #58 sha256:fd9f718a8a5c5b5f239beb7c7a70cb7d4fe8f025ff2092e911e5f35dac8658b3 [2021-02-22T19:11:57.569Z] #58 DONE 0.1s [2021-02-22T19:11:57.569Z] [2021-02-22T19:11:57.569Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-22T19:11:57.569Z] #59 sha256:cb92ac6479b0a834df5db6e69a15f719152e0c2a7f12f576cbe92519f9013e34 [2021-02-22T19:11:57.569Z] #59 DONE 0.0s [2021-02-22T19:11:57.569Z] [2021-02-22T19:11:57.569Z] #12 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-02-22T19:11:57.569Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-22T19:11:57.569Z] #12 122.0 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-22T19:11:57.569Z] #12 122.1 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-22T19:11:57.569Z] #12 122.1 Setting up libudev-dev:amd64 (241-7~deb10u6) ... [2021-02-22T19:11:57.569Z] #12 122.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-22T19:11:57.569Z] #12 122.2 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-22T19:11:57.569Z] #12 122.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-22T19:11:57.569Z] #12 122.2 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-22T19:11:57.569Z] #12 122.2 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ... [2021-02-22T19:11:57.569Z] #12 122.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-22T19:11:57.713Z] #19 42.82 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-22T19:11:57.713Z] #19 42.84 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-22T19:11:57.713Z] #19 42.87 Setting up libip6tc0:arm64 (1.8.2-4) ... [2021-02-22T19:11:57.713Z] #19 42.88 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-02-22T19:11:57.713Z] #19 42.90 Setting up libgpm2:arm64 (1.20.7-5) ... [2021-02-22T19:11:57.713Z] #19 42.92 Setting up libip4tc0:arm64 (1.8.2-4) ... [2021-02-22T19:11:57.713Z] #19 42.94 Setting up uidmap (1:4.5-1.1) ... [2021-02-22T19:11:57.713Z] #19 42.95 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-02-22T19:11:57.713Z] #19 42.97 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:11:57.713Z] #19 42.98 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-22T19:11:57.713Z] #19 43.00 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-02-22T19:11:57.713Z] #19 43.02 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-02-22T19:11:57.713Z] #19 43.04 Setting up xxd (2:8.1.0875-5) ... [2021-02-22T19:11:57.713Z] #19 43.05 Setting up zip (3.0-11+b1) ... [2021-02-22T19:11:57.713Z] #19 43.07 Setting up vim-common (2:8.1.0875-5) ... [2021-02-22T19:11:57.713Z] #19 43.10 Setting up bash-completion (1:2.8-6) ... [2021-02-22T19:11:57.750Z] #19 ... [2021-02-22T19:11:57.750Z] [2021-02-22T19:11:57.750Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:57.750Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:57.750Z] #42 54.11 AR compel/libcompel.a [2021-02-22T19:11:57.751Z] #42 54.25 HOSTCC compel/src/main-host.o [2021-02-22T19:11:57.751Z] #42 54.85 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-22T19:11:57.751Z] #42 55.15 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-22T19:11:57.751Z] #42 55.72 HOSTCC compel/src/lib/log-host.o [2021-02-22T19:11:57.751Z] #42 56.12 HOSTLINK compel/compel-host-bin [2021-02-22T19:11:57.751Z] #42 56.46 DEP soccr/soccr.d [2021-02-22T19:11:57.751Z] #42 56.61 CC soccr/soccr.o [2021-02-22T19:11:57.751Z] #42 58.31 AR soccr/libsoccr.a [2021-02-22T19:11:57.751Z] #42 58.36 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-22T19:11:57.751Z] #42 58.69 DEP criu/arch/x86/sigframe.d [2021-02-22T19:11:57.751Z] #42 58.81 DEP criu/arch/x86/sigaction_compat.d [2021-02-22T19:11:57.751Z] #42 58.90 DEP criu/arch/x86/kerndat.d [2021-02-22T19:11:57.751Z] #42 59.03 DEP criu/arch/x86/crtools.d [2021-02-22T19:11:57.751Z] #42 59.19 DEP criu/arch/x86/cpu.d [2021-02-22T19:11:57.751Z] #42 59.38 CC criu/arch/x86/cpu.o [2021-02-22T19:11:57.751Z] #42 59.99 CC criu/arch/x86/crtools.o [2021-02-22T19:11:57.751Z] #42 61.32 CC criu/arch/x86/kerndat.o [2021-02-22T19:11:57.751Z] #42 61.90 CC criu/arch/x86/sigaction_compat.o [2021-02-22T19:11:57.751Z] #42 62.20 CC criu/arch/x86/sigframe.o [2021-02-22T19:11:57.751Z] #42 62.46 LINK criu/arch/x86/crtools.built-in.o [2021-02-22T19:11:57.751Z] #42 62.52 DEP criu/pie/util-vdso-elf32.d [2021-02-22T19:11:57.751Z] #42 62.65 DEP criu/pie/util-vdso.d [2021-02-22T19:11:57.751Z] #42 62.80 DEP criu/pie/util.d [2021-02-22T19:11:57.751Z] #42 62.97 CC criu/pie/util.o [2021-02-22T19:11:57.815Z] [2021-02-22T19:11:57.815Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-22T19:11:57.815Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-22T19:11:57.832Z] #12 122.3 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-22T19:11:57.832Z] #12 122.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:57.832Z] #12 122.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-22T19:11:57.832Z] #12 122.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-22T19:11:57.832Z] #12 122.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-22T19:11:57.832Z] #12 122.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-22T19:11:57.832Z] #12 122.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-22T19:11:57.832Z] #12 122.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-22T19:11:57.832Z] #12 122.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-22T19:11:57.832Z] #12 122.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:57.832Z] #12 122.5 Setting up dmsetup (2:1.02.155-3) ... [2021-02-22T19:11:58.094Z] #12 122.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:58.094Z] #12 122.5 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-22T19:11:58.094Z] #12 122.5 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:11:58.322Z] #42 63.39 CC criu/pie/util-vdso.o [2021-02-22T19:11:58.673Z] #12 DONE 123.1s [2021-02-22T19:11:58.673Z] [2021-02-22T19:11:58.673Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:11:58.673Z] #52 sha256:948936ece87396a2b9b1dc8f8831e83d9ecea92e0ccf8bf87f9db5efaf7350c4 [2021-02-22T19:11:58.894Z] #42 64.22 CC criu/pie/util-vdso-elf32.o [2021-02-22T19:11:58.938Z] #52 ... [2021-02-22T19:11:58.938Z] [2021-02-22T19:11:58.938Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:58.938Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:58.938Z] #42 41.81 CC images/timens.o [2021-02-22T19:11:58.938Z] #42 42.02 LINK images/built-in.o [2021-02-22T19:11:58.938Z] #42 42.18 GEN compel/include/asm [2021-02-22T19:11:58.938Z] #42 42.21 GEN compel/include/version.h [2021-02-22T19:11:58.938Z] #42 42.23 touch .config [2021-02-22T19:11:58.938Z] #42 42.30 GEN include/common/config.h [2021-02-22T19:11:58.938Z] #42 42.40 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-22T19:11:58.938Z] #42 42.44 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-22T19:11:58.938Z] #42 42.49 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-22T19:11:58.938Z] #42 42.50 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-22T19:11:58.938Z] #42 42.54 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-22T19:11:58.938Z] #42 42.56 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-22T19:11:58.938Z] #42 42.58 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-22T19:11:58.938Z] #42 42.62 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-22T19:11:58.938Z] #42 42.64 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-22T19:11:58.938Z] #42 42.68 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-22T19:11:58.938Z] #42 42.70 DEP compel/plugins/std/infect.d [2021-02-22T19:11:58.938Z] #42 42.87 DEP compel/plugins/std/string.d [2021-02-22T19:11:58.938Z] #42 42.97 DEP compel/plugins/std/log.d [2021-02-22T19:11:58.938Z] #42 43.10 DEP compel/plugins/std/fds.d [2021-02-22T19:11:58.938Z] #42 43.22 DEP compel/plugins/std/std.d [2021-02-22T19:11:58.938Z] #42 43.31 DEP compel/plugins/shmem/shmem.d [2021-02-22T19:11:58.938Z] #42 43.40 DEP compel/plugins/fds/fds.d [2021-02-22T19:11:58.938Z] #42 43.54 CC compel/plugins/std/std.o [2021-02-22T19:11:58.938Z] #42 43.92 CC compel/plugins/std/fds.o [2021-02-22T19:11:58.938Z] #42 44.38 CC compel/plugins/std/log.o [2021-02-22T19:11:58.938Z] #42 45.30 CC compel/plugins/std/string.o [2021-02-22T19:11:58.938Z] #42 45.97 CC compel/plugins/std/infect.o [2021-02-22T19:11:58.938Z] #42 46.43 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-22T19:11:58.938Z] #42 46.48 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-22T19:11:58.938Z] #42 46.55 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-22T19:11:58.938Z] #42 46.62 AR compel/plugins/std.lib.a [2021-02-22T19:11:58.938Z] #42 46.71 CC compel/plugins/fds/fds.o [2021-02-22T19:11:58.938Z] #42 46.96 AR compel/plugins/fds.lib.a [2021-02-22T19:11:58.938Z] #42 47.01 HOSTDEP compel/src/lib/log-host.d [2021-02-22T19:11:58.938Z] #42 47.10 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-22T19:11:58.938Z] #42 47.26 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-22T19:11:58.938Z] #42 47.35 HOSTDEP compel/src/main-host.d [2021-02-22T19:11:58.938Z] #42 47.44 DEP compel/src/lib/ptrace.d [2021-02-22T19:11:58.938Z] #42 47.56 DEP compel/src/lib/infect.d [2021-02-22T19:11:58.938Z] #42 47.73 DEP compel/src/lib/infect-util.d [2021-02-22T19:11:58.938Z] #42 47.90 DEP compel/src/lib/infect-rpc.d [2021-02-22T19:11:58.938Z] #42 48.04 DEP compel/arch/x86/src/lib/infect.d [2021-02-22T19:11:58.938Z] #42 48.19 DEP compel/arch/x86/src/lib/cpu.d [2021-02-22T19:11:58.938Z] #42 48.30 DEP compel/src/lib/log.d [2021-02-22T19:11:58.938Z] #42 48.36 DEP compel/src/main.d [2021-02-22T19:11:58.938Z] #42 48.53 DEP compel/src/lib/handle-elf.d [2021-02-22T19:11:58.938Z] #42 48.70 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-22T19:11:58.938Z] #42 48.82 CC compel/src/lib/log.o [2021-02-22T19:11:58.938Z] #42 49.07 CC compel/arch/x86/src/lib/cpu.o [2021-02-22T19:11:58.938Z] #42 49.69 CC compel/arch/x86/src/lib/infect.o [2021-02-22T19:11:58.938Z] #42 51.06 CC compel/src/lib/infect-rpc.o [2021-02-22T19:11:58.938Z] #42 51.75 CC compel/src/lib/infect-util.o [2021-02-22T19:11:59.211Z] #16 DONE 1.3s [2021-02-22T19:11:59.211Z] [2021-02-22T19:11:59.211Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:11:59.211Z] #57 sha256:1c5ad4049b669d6e8b88d6a5c6b7567611eddde3eb584e994f864109249f334d [2021-02-22T19:11:59.211Z] #57 ... [2021-02-22T19:11:59.211Z] [2021-02-22T19:11:59.211Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:11:59.211Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:11:59.211Z] #42 54.26 CC compel/src/lib/ptrace.o [2021-02-22T19:11:59.513Z] #42 52.13 CC compel/src/lib/infect.o [2021-02-22T19:11:59.789Z] #42 54.86 AR compel/libcompel.a [2021-02-22T19:11:59.835Z] #42 64.95 AR criu/pie/pie.lib.a [2021-02-22T19:11:59.835Z] #42 65.01 DEP criu/pie/restorer.d [2021-02-22T19:12:00.050Z] #42 55.01 HOSTCC compel/src/main-host.o [2021-02-22T19:12:00.097Z] #42 65.27 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-22T19:12:00.097Z] #42 65.42 DEP criu/arch/x86/restorer_unmap.d [2021-02-22T19:12:00.097Z] #42 65.44 DEP criu/arch/x86/restorer.d [2021-02-22T19:12:00.312Z] #42 ... [2021-02-22T19:12:00.312Z] [2021-02-22T19:12:00.312Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-22T19:12:00.312Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-22T19:12:00.312Z] #17 DONE 1.2s [2021-02-22T19:12:00.312Z] [2021-02-22T19:12:00.312Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:00.312Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:00.312Z] #42 55.34 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-22T19:12:00.357Z] #42 65.63 DEP criu/arch/x86/vdso-pie.d [2021-02-22T19:12:00.460Z] #42 ... [2021-02-22T19:12:00.460Z] [2021-02-22T19:12:00.460Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:12:00.460Z] #52 sha256:948936ece87396a2b9b1dc8f8831e83d9ecea92e0ccf8bf87f9db5efaf7350c4 [2021-02-22T19:12:00.460Z] #52 1.835 + RM_GOPATH=0 [2021-02-22T19:12:00.460Z] #52 1.835 + TMP_GOPATH= [2021-02-22T19:12:00.460Z] #52 1.835 + : /build [2021-02-22T19:12:00.460Z] #52 1.835 + '[' -z '' ']' [2021-02-22T19:12:00.460Z] #52 1.842 ++ mktemp -d [2021-02-22T19:12:00.460Z] #52 1.842 + export GOPATH=/tmp/tmp.12YWmjIYoB [2021-02-22T19:12:00.460Z] #52 1.842 + GOPATH=/tmp/tmp.12YWmjIYoB [2021-02-22T19:12:00.460Z] #52 1.842 + RM_GOPATH=1 [2021-02-22T19:12:00.460Z] #52 1.842 + case "$(go env GOARCH)" in [2021-02-22T19:12:00.460Z] #52 1.843 ++ go env GOARCH [2021-02-22T19:12:00.460Z] #52 1.868 + export GO_BUILDMODE=-buildmode=pie [2021-02-22T19:12:00.460Z] #52 1.869 + GO_BUILDMODE=-buildmode=pie [2021-02-22T19:12:00.460Z] #52 1.869 ++ dirname /tmp/install/install.sh [2021-02-22T19:12:00.460Z] #52 1.871 + dir=/tmp/install [2021-02-22T19:12:00.460Z] #52 1.871 + bin=runc [2021-02-22T19:12:00.460Z] #52 1.871 + shift [2021-02-22T19:12:00.460Z] #52 1.871 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-22T19:12:00.460Z] #52 1.871 + . /tmp/install/runc.installer [2021-02-22T19:12:00.460Z] #52 1.871 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-22T19:12:00.460Z] #52 1.871 + install_runc [2021-02-22T19:12:00.460Z] #52 1.872 + uname -r [2021-02-22T19:12:00.460Z] #52 1.883 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-22T19:12:00.460Z] #52 ... [2021-02-22T19:12:00.460Z] [2021-02-22T19:12:00.460Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-22T19:12:00.460Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-22T19:12:00.460Z] #13 DONE 2.0s [2021-02-22T19:12:00.460Z] [2021-02-22T19:12:00.460Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:12:00.460Z] #52 sha256:948936ece87396a2b9b1dc8f8831e83d9ecea92e0ccf8bf87f9db5efaf7350c4 [2021-02-22T19:12:00.460Z] #52 1.887 + RUNC_BUILDTAGS='seccomp ' [2021-02-22T19:12:00.460Z] #52 1.888 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-02-22T19:12:00.460Z] #52 1.888 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.12YWmjIYoB/src/github.com/opencontainers/runc [2021-02-22T19:12:00.460Z] #52 1.888 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-02-22T19:12:00.460Z] #52 1.896 Cloning into '/tmp/tmp.12YWmjIYoB/src/github.com/opencontainers/runc'... [2021-02-22T19:12:00.460Z] #52 ... [2021-02-22T19:12:00.460Z] [2021-02-22T19:12:00.460Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:12:00.460Z] #44 sha256:1658c155205d228ce9d4b9bfba903b872936f529a1fbdc0d12310df32b638045 [2021-02-22T19:12:00.460Z] #44 115.1 crypto/tls [2021-02-22T19:12:00.460Z] #44 121.3 net/http/httptrace [2021-02-22T19:12:00.460Z] #44 121.5 net/http [2021-02-22T19:12:00.573Z] #42 55.70 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-22T19:12:00.618Z] #42 65.75 DEP criu/pie/parasite-vdso.d [2021-02-22T19:12:00.618Z] #42 65.91 DEP criu/pie/parasite.d [2021-02-22T19:12:00.722Z] #44 ... [2021-02-22T19:12:00.722Z] [2021-02-22T19:12:00.722Z] #14 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-02-22T19:12:00.722Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-22T19:12:00.878Z] #42 66.24 CC criu/pie/parasite.o [2021-02-22T19:12:00.912Z] #42 ... [2021-02-22T19:12:00.912Z] [2021-02-22T19:12:00.912Z] #57 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-02-22T19:12:00.912Z] #57 sha256:1c5ad4049b669d6e8b88d6a5c6b7567611eddde3eb584e994f864109249f334d [2021-02-22T19:12:00.912Z] #57 DONE 128.4s [2021-02-22T19:12:00.912Z] [2021-02-22T19:12:00.912Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-22T19:12:00.912Z] #58 sha256:7d4bf4dd40567f049ec49db1693d58ee8578a94c386c8c2b49adf1f3c2b8e2cc [2021-02-22T19:12:00.912Z] #58 DONE 0.2s [2021-02-22T19:12:00.912Z] [2021-02-22T19:12:00.912Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-22T19:12:00.912Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-22T19:12:01.111Z] #19 46.35 Setting up libiptc0:arm64 (1.8.2-4) ... [2021-02-22T19:12:01.111Z] #19 46.36 Setting up xz-utils (5.2.4-1) ... [2021-02-22T19:12:01.111Z] #19 46.39 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-22T19:12:01.111Z] #19 46.43 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-22T19:12:01.139Z] #42 ... [2021-02-22T19:12:01.139Z] [2021-02-22T19:12:01.139Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:12:01.139Z] #44 sha256:309cc25e457132348b133c16c1b4f9f9f1e83b1abd0c17911594f95ead02208e [2021-02-22T19:12:01.139Z] #44 136.9 github.com/LK4D4/vndr/godl [2021-02-22T19:12:01.173Z] #18 ... [2021-02-22T19:12:01.173Z] [2021-02-22T19:12:01.173Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-22T19:12:01.173Z] #59 sha256:d4ece0c77cc54930237fb70a9cd35da0f5358c5f0367d49453579cad38a181fa [2021-02-22T19:12:01.173Z] #59 DONE 0.1s [2021-02-22T19:12:01.173Z] [2021-02-22T19:12:01.173Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:01.173Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:01.173Z] #42 56.25 HOSTCC compel/src/lib/log-host.o [2021-02-22T19:12:01.384Z] #19 46.56 invoke-rc.d: could not determine current runlevel [2021-02-22T19:12:01.384Z] #19 46.58 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-22T19:12:01.384Z] #19 46.59 Setting up pigz (2.4-1) ... [2021-02-22T19:12:01.384Z] #19 46.68 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-02-22T19:12:01.384Z] #19 46.69 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-02-22T19:12:01.384Z] #19 46.72 Setting up python-pip-whl (18.1-5) ... [2021-02-22T19:12:01.384Z] #19 46.74 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-02-22T19:12:01.384Z] #19 46.75 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-22T19:12:01.434Z] #42 56.49 HOSTLINK compel/compel-host-bin [2021-02-22T19:12:01.695Z] #42 56.67 DEP soccr/soccr.d [2021-02-22T19:12:01.962Z] #42 57.06 CC soccr/soccr.o [2021-02-22T19:12:01.971Z] #19 47.23 Setting up libaio1:arm64 (0.3.112-3) ... [2021-02-22T19:12:01.972Z] #19 47.25 Setting up libonig5:arm64 (6.9.1-1) ... [2021-02-22T19:12:01.972Z] #19 47.26 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:01.972Z] #19 47.28 Setting up vim (2:8.1.0875-5) ... [2021-02-22T19:12:01.972Z] #19 47.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-22T19:12:01.972Z] #19 47.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-22T19:12:01.972Z] #19 47.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-22T19:12:01.972Z] #19 47.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-22T19:12:01.972Z] #19 47.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-22T19:12:02.080Z] #44 137.7 github.com/LK4D4/vndr [2021-02-22T19:12:02.122Z] #14 DONE 1.3s [2021-02-22T19:12:02.122Z] [2021-02-22T19:12:02.122Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-22T19:12:02.122Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-22T19:12:02.223Z] #42 ... [2021-02-22T19:12:02.223Z] [2021-02-22T19:12:02.223Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-22T19:12:02.223Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-22T19:12:02.223Z] #18 DONE 2.2s [2021-02-22T19:12:02.253Z] #19 47.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-22T19:12:02.253Z] #19 47.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-22T19:12:02.253Z] #19 47.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-22T19:12:02.253Z] #19 47.42 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-02-22T19:12:02.253Z] #19 47.43 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-22T19:12:02.253Z] #19 47.46 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-02-22T19:12:02.253Z] #19 47.50 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-22T19:12:02.253Z] #19 47.51 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-02-22T19:12:02.253Z] #19 47.53 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:02.484Z] [2021-02-22T19:12:02.484Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:02.484Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:03.072Z] #15 1.163 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-22T19:12:03.072Z] #15 DONE 1.3s [2021-02-22T19:12:03.072Z] [2021-02-22T19:12:03.072Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-22T19:12:03.072Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-22T19:12:04.403Z] #19 2.102 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:12:04.403Z] #19 2.130 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:12:04.403Z] #19 2.130 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:12:04.461Z] #16 DONE 1.2s [2021-02-22T19:12:04.461Z] [2021-02-22T19:12:04.461Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-22T19:12:04.461Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-22T19:12:05.344Z] #19 2.796 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:12:05.639Z] #19 50.41 Setting up iptables (1.8.2-4) ... [2021-02-22T19:12:05.639Z] #19 50.47 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-22T19:12:05.639Z] #19 50.48 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-22T19:12:05.639Z] #19 50.49 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-22T19:12:05.639Z] #19 50.50 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-22T19:12:05.639Z] #19 50.51 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-22T19:12:05.639Z] #19 50.52 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-22T19:12:05.639Z] #19 50.53 Setting up python3 (3.7.3-1) ... [2021-02-22T19:12:05.853Z] #17 DONE 1.3s [2021-02-22T19:12:05.853Z] [2021-02-22T19:12:05.853Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-22T19:12:05.853Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-22T19:12:05.901Z] #19 51.09 Setting up python3-wheel (0.32.3-2) ... [2021-02-22T19:12:06.289Z] #44 ... [2021-02-22T19:12:06.289Z] [2021-02-22T19:12:06.289Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:12:06.289Z] #52 sha256:5e33e4ff4ca72d189b7c2b78957e260703b2437a7f1c1571dde0a4e3c9c71361 [2021-02-22T19:12:06.289Z] #52 12.39 + cd /tmp/tmp.o9uRM9lBLp/src/github.com/opencontainers/runc [2021-02-22T19:12:06.289Z] #52 12.39 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-22T19:12:06.289Z] #52 12.69 + '[' -z '' ']' [2021-02-22T19:12:06.289Z] #52 12.69 + target=static [2021-02-22T19:12:06.289Z] #52 12.69 + make 'BUILDTAGS=seccomp ' static [2021-02-22T19:12:06.289Z] #52 13.13 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-02-22T19:12:06.289Z] #52 ... [2021-02-22T19:12:06.289Z] [2021-02-22T19:12:06.289Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:06.289Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:06.289Z] #42 67.56 LINK criu/pie/parasite.built-in.o [2021-02-22T19:12:06.289Z] #42 67.58 GEN criu/pie/parasite-blob.h [2021-02-22T19:12:06.289Z] #42 67.59 CC criu/pie/parasite-vdso.o [2021-02-22T19:12:06.289Z] #42 68.25 CC criu/arch/x86/vdso-pie.o [2021-02-22T19:12:06.289Z] #42 68.67 CC criu/arch/x86/restorer.o [2021-02-22T19:12:06.289Z] #42 69.25 CC criu/arch/x86/restorer_unmap.o [2021-02-22T19:12:06.289Z] #42 69.31 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-22T19:12:06.289Z] #42 69.67 CC criu/pie/restorer.o [2021-02-22T19:12:06.518Z] #19 51.78 Setting up apparmor (2.13.2-10) ... [2021-02-22T19:12:06.734Z] #19 4.236 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:12:06.801Z] #18 DONE 1.1s [2021-02-22T19:12:06.801Z] [2021-02-22T19:12:06.801Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:06.801Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:06.801Z] #42 55.70 CC compel/src/lib/ptrace.o [2021-02-22T19:12:06.801Z] #42 56.36 AR compel/libcompel.a [2021-02-22T19:12:06.801Z] #42 56.56 HOSTCC compel/src/main-host.o [2021-02-22T19:12:06.801Z] #42 57.00 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-22T19:12:06.801Z] #42 57.26 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-22T19:12:06.801Z] #42 57.72 HOSTCC compel/src/lib/log-host.o [2021-02-22T19:12:06.801Z] #42 58.09 HOSTLINK compel/compel-host-bin [2021-02-22T19:12:06.801Z] #42 58.30 DEP soccr/soccr.d [2021-02-22T19:12:06.801Z] #42 58.54 CC soccr/soccr.o [2021-02-22T19:12:07.231Z] #42 72.49 LINK criu/pie/restorer.built-in.o [2021-02-22T19:12:07.231Z] #42 72.53 GEN criu/pie/restorer-blob.h [2021-02-22T19:12:07.491Z] #42 72.66 DEP criu/vdso.d [2021-02-22T19:12:07.491Z] #42 72.89 DEP criu/vdso-compat.d [2021-02-22T19:12:07.751Z] #42 73.03 DEP criu/uts_ns.d [2021-02-22T19:12:08.012Z] #42 73.27 DEP criu/util.d [2021-02-22T19:12:08.118Z] #19 5.714 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:12:08.195Z] #42 60.74 AR soccr/libsoccr.a [2021-02-22T19:12:08.195Z] #42 60.81 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-22T19:12:08.272Z] #42 73.49 DEP criu/uffd.d [2021-02-22T19:12:08.387Z] #19 ... [2021-02-22T19:12:08.387Z] [2021-02-22T19:12:08.387Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:08.387Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:08.387Z] #42 59.10 AR soccr/libsoccr.a [2021-02-22T19:12:08.387Z] #42 59.15 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-22T19:12:08.387Z] #42 59.53 DEP criu/arch/x86/sigframe.d [2021-02-22T19:12:08.387Z] #42 59.67 DEP criu/arch/x86/sigaction_compat.d [2021-02-22T19:12:08.387Z] #42 59.74 DEP criu/arch/x86/kerndat.d [2021-02-22T19:12:08.387Z] #42 59.89 DEP criu/arch/x86/crtools.d [2021-02-22T19:12:08.387Z] #42 60.07 DEP criu/arch/x86/cpu.d [2021-02-22T19:12:08.387Z] #42 60.20 CC criu/arch/x86/cpu.o [2021-02-22T19:12:08.387Z] #42 60.81 CC criu/arch/x86/crtools.o [2021-02-22T19:12:08.387Z] #42 61.92 CC criu/arch/x86/kerndat.o [2021-02-22T19:12:08.387Z] #42 62.40 CC criu/arch/x86/sigaction_compat.o [2021-02-22T19:12:08.387Z] #42 62.70 CC criu/arch/x86/sigframe.o [2021-02-22T19:12:08.387Z] #42 62.97 LINK criu/arch/x86/crtools.built-in.o [2021-02-22T19:12:08.387Z] #42 63.02 DEP criu/pie/util-vdso-elf32.d [2021-02-22T19:12:08.387Z] #42 63.27 DEP criu/pie/util-vdso.d [2021-02-22T19:12:08.387Z] #42 63.46 DEP criu/pie/util.d [2021-02-22T19:12:08.438Z] #19 ... [2021-02-22T19:12:08.438Z] [2021-02-22T19:12:08.438Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:08.438Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:12:08.438Z] #42 90.08 CC criu/clone-noasan.o [2021-02-22T19:12:08.438Z] #42 90.30 CC criu/config.o [2021-02-22T19:12:08.438Z] #42 91.69 CC criu/cr-check.o [2021-02-22T19:12:08.438Z] #42 93.19 CC criu/cr-dedup.o [2021-02-22T19:12:08.438Z] #42 93.54 CC criu/cr-dump.o [2021-02-22T19:12:08.438Z] #42 95.92 CC criu/cr-errno.o [2021-02-22T19:12:08.438Z] #42 96.07 CC criu/cr-restore.o [2021-02-22T19:12:08.438Z] #42 ... [2021-02-22T19:12:08.438Z] [2021-02-22T19:12:08.438Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:08.438Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-22T19:12:08.438Z] #19 53.77 Setting up xfsprogs (4.20.0-1) ... [2021-02-22T19:12:08.438Z] #19 53.79 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-22T19:12:08.457Z] #42 61.13 DEP criu/arch/x86/sigframe.d [2021-02-22T19:12:08.458Z] #42 61.20 DEP criu/arch/x86/sigaction_compat.d [2021-02-22T19:12:08.458Z] #42 61.26 DEP criu/arch/x86/kerndat.d [2021-02-22T19:12:08.532Z] #42 73.71 DEP criu/tun.d [2021-02-22T19:12:08.532Z] #42 73.91 DEP criu/tty.d [2021-02-22T19:12:08.649Z] #42 63.72 CC criu/pie/util.o [2021-02-22T19:12:08.720Z] #42 61.47 DEP criu/arch/x86/crtools.d [2021-02-22T19:12:08.793Z] #42 74.10 DEP criu/timerfd.d [2021-02-22T19:12:08.910Z] #42 64.07 CC criu/pie/util-vdso.o [2021-02-22T19:12:08.982Z] #42 61.68 DEP criu/arch/x86/cpu.d [2021-02-22T19:12:09.013Z] #19 54.19 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-22T19:12:09.053Z] #42 74.28 DEP criu/timens.d [2021-02-22T19:12:09.245Z] #42 61.94 CC criu/arch/x86/cpu.o [2021-02-22T19:12:09.314Z] #42 74.46 DEP criu/sysfs_parse.d [2021-02-22T19:12:09.314Z] #42 74.61 DEP criu/sysctl.d [2021-02-22T19:12:09.574Z] #42 74.77 DEP criu/string.d [2021-02-22T19:12:09.574Z] #42 74.85 DEP criu/stats.d [2021-02-22T19:12:09.819Z] #42 62.57 CC criu/arch/x86/crtools.o [2021-02-22T19:12:09.834Z] #42 75.02 DEP criu/sockets.d [2021-02-22T19:12:09.853Z] #42 64.82 CC criu/pie/util-vdso-elf32.o [2021-02-22T19:12:09.853Z] #42 ... [2021-02-22T19:12:09.853Z] [2021-02-22T19:12:09.853Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:12:09.853Z] #44 sha256:e17b54739c5147805ce5ba27746d7b7a36ceef8c044630e4b39b0a9f42ce1f22 [2021-02-22T19:12:09.853Z] #44 137.4 github.com/LK4D4/vndr/godl [2021-02-22T19:12:09.970Z] #19 55.17 Setting up python3-distutils (3.7.3-1) ... [2021-02-22T19:12:10.108Z] #42 75.21 DEP criu/sk-unix.d [2021-02-22T19:12:10.108Z] #42 75.43 DEP criu/sk-tcp.d [2021-02-22T19:12:10.234Z] #19 55.63 Setting up python3-setuptools (40.8.0-1) ... [2021-02-22T19:12:10.368Z] #42 75.69 DEP criu/sk-queue.d [2021-02-22T19:12:10.392Z] #42 ... [2021-02-22T19:12:10.392Z] [2021-02-22T19:12:10.392Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:12:10.393Z] #52 sha256:948936ece87396a2b9b1dc8f8831e83d9ecea92e0ccf8bf87f9db5efaf7350c4 [2021-02-22T19:12:10.393Z] #52 11.83 + cd /tmp/tmp.12YWmjIYoB/src/github.com/opencontainers/runc [2021-02-22T19:12:10.393Z] #52 11.83 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-22T19:12:10.629Z] #42 75.85 DEP criu/sk-packet.d [2021-02-22T19:12:10.654Z] #52 12.08 + '[' -z '' ']' [2021-02-22T19:12:10.654Z] #52 12.08 + target=static [2021-02-22T19:12:10.654Z] #52 12.08 + make 'BUILDTAGS=seccomp ' static [2021-02-22T19:12:10.796Z] #44 138.2 github.com/LK4D4/vndr [2021-02-22T19:12:10.889Z] #42 76.03 DEP criu/sk-netlink.d [2021-02-22T19:12:10.889Z] #42 76.21 DEP criu/sk-inet.d [2021-02-22T19:12:11.149Z] #42 76.41 DEP criu/signalfd.d [2021-02-22T19:12:11.230Z] #52 12.59 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-02-22T19:12:11.410Z] #42 76.62 DEP criu/sigframe.d [2021-02-22T19:12:11.410Z] #42 76.72 DEP criu/shmem.d [2021-02-22T19:12:11.627Z] #19 56.76 Setting up python3-pip (18.1-5) ... [2021-02-22T19:12:11.673Z] #42 ... [2021-02-22T19:12:11.673Z] [2021-02-22T19:12:11.673Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:12:11.673Z] #44 sha256:309cc25e457132348b133c16c1b4f9f9f1e83b1abd0c17911594f95ead02208e [2021-02-22T19:12:11.673Z] #44 DONE 147.4s [2021-02-22T19:12:11.673Z] [2021-02-22T19:12:11.673Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:11.673Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:11.673Z] #42 76.95 DEP criu/servicefd.d [2021-02-22T19:12:11.673Z] #42 ... [2021-02-22T19:12:11.673Z] [2021-02-22T19:12:11.673Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:11.673Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:11.673Z] #19 10.76 Fetched 8422 kB in 10s (882 kB/s) [2021-02-22T19:12:11.673Z] #19 10.76 Reading package lists... [2021-02-22T19:12:11.673Z] #19 14.88 Reading package lists... [2021-02-22T19:12:11.673Z] #19 18.89 Building dependency tree... [2021-02-22T19:12:11.934Z] #19 ... [2021-02-22T19:12:11.934Z] [2021-02-22T19:12:11.934Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:11.934Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:11.934Z] #42 77.24 DEP criu/seize.d [2021-02-22T19:12:12.194Z] #42 77.54 DEP criu/seccomp.d [2021-02-22T19:12:12.765Z] #42 77.84 DEP criu/rst-malloc.d [2021-02-22T19:12:12.765Z] #42 77.98 DEP criu/rbtree.d [2021-02-22T19:12:12.765Z] #42 78.04 DEP criu/pstree.d [2021-02-22T19:12:12.765Z] #42 78.11 DEP criu/protobuf.d [2021-02-22T19:12:13.017Z] #19 58.08 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:12:13.017Z] #19 58.16 Processing triggers for mime-support (3.62) ... [2021-02-22T19:12:13.027Z] #42 78.23 GEN criu/protobuf-desc-gen.h [2021-02-22T19:12:13.591Z] #19 DONE 58.7s [2021-02-22T19:12:13.591Z] [2021-02-22T19:12:13.591Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-22T19:12:13.591Z] #20 sha256:fa948250d3c4fce84ea5b2a2da239703726aad5bc3ed5f96403a6ee7fcde6d2f [2021-02-22T19:12:14.412Z] #42 79.83 DEP criu/protobuf-desc.d [2021-02-22T19:12:14.672Z] #42 80.00 DEP criu/proc_parse.d [2021-02-22T19:12:14.933Z] #42 80.19 DEP criu/plugin.d [2021-02-22T19:12:14.933Z] #42 80.24 DEP criu/pipes.d [2021-02-22T19:12:14.983Z] #20 1.362 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-22T19:12:14.983Z] #20 1.366 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-22T19:12:14.983Z] #20 1.370 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-22T19:12:14.983Z] #20 DONE 1.5s [2021-02-22T19:12:14.983Z] [2021-02-22T19:12:14.983Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-22T19:12:14.983Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-22T19:12:15.197Z] #42 80.37 DEP criu/pie-util.d [2021-02-22T19:12:15.197Z] #42 80.53 DEP criu/pie-util-vdso.d [2021-02-22T19:12:15.457Z] #42 80.69 DEP criu/pie-util-vdso-elf32.d [2021-02-22T19:12:15.717Z] #42 80.81 DEP criu/path.d [2021-02-22T19:12:15.717Z] #42 80.93 DEP criu/parasite-syscall.d [2021-02-22T19:12:15.978Z] #42 81.12 DEP criu/pagemap.d [2021-02-22T19:12:15.978Z] #42 81.29 DEP criu/pagemap-cache.d [2021-02-22T19:12:16.090Z] #44 ... [2021-02-22T19:12:16.090Z] [2021-02-22T19:12:16.090Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:16.090Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:16.090Z] #42 65.55 AR criu/pie/pie.lib.a [2021-02-22T19:12:16.090Z] #42 65.62 DEP criu/pie/restorer.d [2021-02-22T19:12:16.090Z] #42 65.78 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-22T19:12:16.090Z] #42 65.92 DEP criu/arch/x86/restorer_unmap.d [2021-02-22T19:12:16.090Z] #42 65.94 DEP criu/arch/x86/restorer.d [2021-02-22T19:12:16.090Z] #42 66.20 DEP criu/arch/x86/vdso-pie.d [2021-02-22T19:12:16.090Z] #42 66.32 DEP criu/pie/parasite-vdso.d [2021-02-22T19:12:16.090Z] #42 66.53 DEP criu/pie/parasite.d [2021-02-22T19:12:16.090Z] #42 66.77 CC criu/pie/parasite.o [2021-02-22T19:12:16.090Z] #42 68.07 LINK criu/pie/parasite.built-in.o [2021-02-22T19:12:16.090Z] #42 68.09 GEN criu/pie/parasite-blob.h [2021-02-22T19:12:16.090Z] #42 68.11 CC criu/pie/parasite-vdso.o [2021-02-22T19:12:16.090Z] #42 68.81 CC criu/arch/x86/vdso-pie.o [2021-02-22T19:12:16.090Z] #42 69.11 CC criu/arch/x86/restorer.o [2021-02-22T19:12:16.090Z] #42 69.63 CC criu/arch/x86/restorer_unmap.o [2021-02-22T19:12:16.090Z] #42 69.70 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-22T19:12:16.090Z] #42 70.09 CC criu/pie/restorer.o [2021-02-22T19:12:16.239Z] #42 81.44 DEP criu/page-xfer.d [2021-02-22T19:12:16.239Z] #42 81.61 DEP criu/page-pipe.d [2021-02-22T19:12:16.499Z] #42 81.73 DEP criu/netfilter.d [2021-02-22T19:12:16.534Z] #52 ... [2021-02-22T19:12:16.534Z] [2021-02-22T19:12:16.534Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:16.534Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:16.534Z] #42 64.01 CC criu/arch/x86/kerndat.o [2021-02-22T19:12:16.534Z] #42 64.43 CC criu/arch/x86/sigaction_compat.o [2021-02-22T19:12:16.534Z] #42 64.66 CC criu/arch/x86/sigframe.o [2021-02-22T19:12:16.534Z] #42 65.00 LINK criu/arch/x86/crtools.built-in.o [2021-02-22T19:12:16.534Z] #42 65.06 DEP criu/pie/util-vdso-elf32.d [2021-02-22T19:12:16.534Z] #42 65.18 DEP criu/pie/util-vdso.d [2021-02-22T19:12:16.534Z] #42 65.35 DEP criu/pie/util.d [2021-02-22T19:12:16.534Z] #42 65.46 CC criu/pie/util.o [2021-02-22T19:12:16.534Z] #42 65.78 CC criu/pie/util-vdso.o [2021-02-22T19:12:16.534Z] #42 66.61 CC criu/pie/util-vdso-elf32.o [2021-02-22T19:12:16.534Z] #42 67.35 AR criu/pie/pie.lib.a [2021-02-22T19:12:16.534Z] #42 67.43 DEP criu/pie/restorer.d [2021-02-22T19:12:16.534Z] #42 67.67 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-22T19:12:16.534Z] #42 67.80 DEP criu/arch/x86/restorer_unmap.d [2021-02-22T19:12:16.534Z] #42 67.82 DEP criu/arch/x86/restorer.d [2021-02-22T19:12:16.534Z] #42 68.05 DEP criu/arch/x86/vdso-pie.d [2021-02-22T19:12:16.534Z] #42 68.21 DEP criu/pie/parasite-vdso.d [2021-02-22T19:12:16.534Z] #42 68.43 DEP criu/pie/parasite.d [2021-02-22T19:12:16.534Z] #42 68.70 CC criu/pie/parasite.o [2021-02-22T19:12:16.759Z] #42 81.95 DEP criu/net.d [2021-02-22T19:12:16.798Z] #42 ... [2021-02-22T19:12:16.798Z] [2021-02-22T19:12:16.798Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:16.799Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:16.799Z] #19 1.825 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-02-22T19:12:16.799Z] #19 1.890 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-22T19:12:16.799Z] #19 1.890 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-22T19:12:16.799Z] #19 2.558 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-22T19:12:16.799Z] #19 3.688 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [267 kB] [2021-02-22T19:12:16.799Z] #19 5.249 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-02-22T19:12:17.020Z] #42 82.19 DEP criu/namespaces.d [2021-02-22T19:12:17.020Z] #42 82.38 DEP criu/mount.d [2021-02-22T19:12:17.032Z] #42 ... [2021-02-22T19:12:17.032Z] [2021-02-22T19:12:17.032Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:12:17.032Z] #52 sha256:d36fb7280d86a1e7d7b77c76d12ed2b122059321d2e7eec694de78dc4f1a4e6c [2021-02-22T19:12:17.032Z] #52 13.59 + cd /tmp/tmp.GqWOhXuozg/src/github.com/opencontainers/runc [2021-02-22T19:12:17.032Z] #52 13.59 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-02-22T19:12:17.032Z] #52 13.97 + '[' -z '' ']' [2021-02-22T19:12:17.032Z] #52 13.97 + target=static [2021-02-22T19:12:17.032Z] #52 13.97 + make 'BUILDTAGS=seccomp ' static [2021-02-22T19:12:17.032Z] #52 14.12 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-02-22T19:12:17.280Z] #42 82.54 DEP criu/memfd.d [2021-02-22T19:12:17.280Z] #42 82.60 DEP criu/mem.d [2021-02-22T19:12:17.373Z] #19 ... [2021-02-22T19:12:17.373Z] [2021-02-22T19:12:17.373Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:17.373Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:17.373Z] #42 70.10 LINK criu/pie/parasite.built-in.o [2021-02-22T19:12:17.373Z] #42 70.12 GEN criu/pie/parasite-blob.h [2021-02-22T19:12:17.373Z] #42 70.16 CC criu/pie/parasite-vdso.o [2021-02-22T19:12:17.540Z] #42 82.77 DEP criu/lsm.d [2021-02-22T19:12:17.541Z] #42 82.90 DEP criu/log.d [2021-02-22T19:12:17.801Z] #42 83.02 DEP criu/libnetlink.d [2021-02-22T19:12:17.801Z] #42 83.14 DEP criu/kerndat.d [2021-02-22T19:12:17.974Z] #52 ... [2021-02-22T19:12:17.974Z] [2021-02-22T19:12:17.974Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:17.974Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:17.974Z] #19 11.38 Fetched 8422 kB in 10s (883 kB/s) [2021-02-22T19:12:17.974Z] #19 11.38 Reading package lists... [2021-02-22T19:12:18.061Z] #42 83.38 DEP criu/kcmp-ids.d [2021-02-22T19:12:18.061Z] #42 83.46 DEP criu/irmap.d [2021-02-22T19:12:18.319Z] #42 70.92 CC criu/arch/x86/vdso-pie.o [2021-02-22T19:12:18.322Z] #42 83.58 DEP criu/ipc_ns.d [2021-02-22T19:12:18.322Z] #42 ... [2021-02-22T19:12:18.322Z] [2021-02-22T19:12:18.322Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:18.322Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:18.322Z] #19 21.29 libcap2-bin is already the newest version (1:2.25-2). [2021-02-22T19:12:18.322Z] #19 21.29 The following additional packages will be installed: [2021-02-22T19:12:18.322Z] #19 21.29 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-22T19:12:18.322Z] #19 21.29 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-22T19:12:18.322Z] #19 21.30 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-22T19:12:18.322Z] #19 21.30 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-22T19:12:18.322Z] #19 21.30 python3.7 python3.7-minimal vim-runtime xxd [2021-02-22T19:12:18.322Z] #19 21.31 Suggested packages: [2021-02-22T19:12:18.322Z] #19 21.31 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-22T19:12:18.322Z] #19 21.31 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-22T19:12:18.322Z] #19 21.31 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-22T19:12:18.322Z] #19 21.31 Recommended packages: [2021-02-22T19:12:18.322Z] #19 21.31 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-22T19:12:18.322Z] #19 21.31 python3-keyrings.alt python3-xdg unzip [2021-02-22T19:12:18.322Z] #19 23.07 The following NEW packages will be installed: [2021-02-22T19:12:18.322Z] #19 23.07 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-22T19:12:18.322Z] #19 23.07 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-22T19:12:18.322Z] #19 23.07 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-22T19:12:18.322Z] #19 23.08 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-22T19:12:18.322Z] #19 23.08 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-22T19:12:18.322Z] #19 23.08 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-22T19:12:18.322Z] #19 23.08 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-22T19:12:18.322Z] #19 23.08 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-22T19:12:18.322Z] #19 23.08 xz-utils zip [2021-02-22T19:12:18.322Z] #19 23.41 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-22T19:12:18.322Z] #19 23.41 Need to get 28.5 MB of archives. [2021-02-22T19:12:18.322Z] #19 23.41 After this operation, 116 MB of additional disk space will be used. [2021-02-22T19:12:18.322Z] #19 23.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-22T19:12:18.322Z] #19 23.41 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-02-22T19:12:18.322Z] #19 23.44 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-02-22T19:12:18.322Z] #19 23.56 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-22T19:12:18.322Z] #19 23.57 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-22T19:12:18.322Z] #19 23.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-02-22T19:12:18.322Z] #19 23.67 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-22T19:12:18.322Z] #19 23.68 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-22T19:12:18.322Z] #19 23.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-22T19:12:18.322Z] #19 23.69 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-22T19:12:18.322Z] #19 23.70 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-22T19:12:18.322Z] #19 23.71 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-22T19:12:18.322Z] #19 23.71 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-22T19:12:18.322Z] #19 23.72 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-22T19:12:18.322Z] #19 23.72 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-22T19:12:18.322Z] #19 23.72 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-22T19:12:18.322Z] #19 23.74 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-22T19:12:18.322Z] #19 23.76 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-22T19:12:18.322Z] #19 23.78 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-22T19:12:18.322Z] #19 23.80 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-02-22T19:12:18.322Z] #19 23.80 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-22T19:12:18.322Z] #19 23.81 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-22T19:12:18.322Z] #19 23.85 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-22T19:12:18.322Z] #19 23.86 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-22T19:12:18.322Z] #19 23.87 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-22T19:12:18.322Z] #19 23.88 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-22T19:12:18.322Z] #19 23.89 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-22T19:12:18.322Z] #19 23.90 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-22T19:12:18.322Z] #19 23.90 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-22T19:12:18.322Z] #19 24.38 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-22T19:12:18.322Z] #19 24.38 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-22T19:12:18.322Z] #19 24.39 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-22T19:12:18.322Z] #19 24.39 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-22T19:12:18.322Z] #19 24.39 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-22T19:12:18.322Z] #19 24.40 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-22T19:12:18.322Z] #19 24.48 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-22T19:12:18.322Z] #19 24.48 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-22T19:12:18.322Z] #19 24.49 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-22T19:12:18.322Z] #19 24.50 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-22T19:12:18.322Z] #19 24.51 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-22T19:12:18.322Z] #19 24.53 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-22T19:12:18.322Z] #19 24.53 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-22T19:12:18.322Z] #19 24.59 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-02-22T19:12:18.322Z] #19 24.61 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-22T19:12:18.322Z] #19 24.62 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-22T19:12:18.322Z] #19 24.91 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-22T19:12:18.322Z] #19 24.96 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-22T19:12:18.322Z] #19 25.00 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-22T19:12:18.322Z] #19 25.70 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:12:18.322Z] #19 25.82 Fetched 28.5 MB in 2s (15.1 MB/s) [2021-02-22T19:12:18.322Z] #19 25.89 Selecting previously unselected package pigz. [2021-02-22T19:12:18.322Z] #19 25.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 ... 23432 files and directories currently installed.) [2021-02-22T19:12:18.322Z] #19 25.96 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-22T19:12:18.322Z] #19 25.97 Unpacking pigz (2.4-1) ... [2021-02-22T19:12:18.322Z] #19 26.05 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-22T19:12:18.322Z] #19 26.05 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-22T19:12:18.322Z] #19 26.06 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:18.322Z] #19 26.59 Selecting previously unselected package python3.7-minimal. [2021-02-22T19:12:18.322Z] #19 26.59 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-22T19:12:18.322Z] #19 26.60 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-22T19:12:18.322Z] #19 ... [2021-02-22T19:12:18.322Z] [2021-02-22T19:12:18.322Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:18.322Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:18.322Z] #42 83.76 DEP criu/image.d [2021-02-22T19:12:18.582Z] #42 71.25 CC criu/arch/x86/restorer.o [2021-02-22T19:12:18.893Z] #42 83.94 DEP criu/image-desc.d [2021-02-22T19:12:18.893Z] #42 84.00 DEP criu/fsnotify.d [2021-02-22T19:12:18.893Z] #42 84.16 DEP criu/filesystems.d [2021-02-22T19:12:18.893Z] #42 84.35 DEP criu/files.d [2021-02-22T19:12:19.159Z] #42 71.86 CC criu/arch/x86/restorer_unmap.o [2021-02-22T19:12:19.159Z] #42 71.92 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-22T19:12:19.206Z] #21 ... [2021-02-22T19:12:19.206Z] [2021-02-22T19:12:19.206Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:19.206Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:12:19.206Z] #42 100.7 CC criu/cr-service.o [2021-02-22T19:12:19.206Z] #42 102.3 CC criu/crtools.o [2021-02-22T19:12:19.206Z] #42 102.9 CC criu/eventfd.o [2021-02-22T19:12:19.206Z] #42 103.1 CC criu/eventpoll.o [2021-02-22T19:12:19.206Z] #42 104.1 CC criu/external.o [2021-02-22T19:12:19.206Z] #42 104.6 CC criu/fault-injection.o [2021-02-22T19:12:19.206Z] #42 104.7 CC criu/fdstore.o [2021-02-22T19:12:19.206Z] #42 105.0 CC criu/fifo.o [2021-02-22T19:12:19.206Z] #42 105.4 CC criu/file-ids.o [2021-02-22T19:12:19.206Z] #42 105.8 CC criu/file-lock.o [2021-02-22T19:12:19.206Z] #42 106.7 CC criu/files-ext.o [2021-02-22T19:12:19.206Z] #42 107.1 CC criu/files-reg.o [2021-02-22T19:12:19.206Z] #42 109.3 CC criu/files.o [2021-02-22T19:12:19.206Z] #42 111.4 CC criu/filesystems.o [2021-02-22T19:12:19.360Z] #19 15.58 Reading package lists... [2021-02-22T19:12:19.360Z] #19 ... [2021-02-22T19:12:19.360Z] [2021-02-22T19:12:19.360Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:19.360Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:19.360Z] #42 73.31 LINK criu/pie/restorer.built-in.o [2021-02-22T19:12:19.360Z] #42 73.32 GEN criu/pie/restorer-blob.h [2021-02-22T19:12:19.360Z] #42 73.39 DEP criu/vdso.d [2021-02-22T19:12:19.360Z] #42 73.64 DEP criu/vdso-compat.d [2021-02-22T19:12:19.360Z] #42 73.87 DEP criu/uts_ns.d [2021-02-22T19:12:19.360Z] #42 73.99 DEP criu/util.d [2021-02-22T19:12:19.360Z] #42 74.22 DEP criu/uffd.d [2021-02-22T19:12:19.360Z] #42 74.43 DEP criu/tun.d [2021-02-22T19:12:19.422Z] #42 72.30 CC criu/pie/restorer.o [2021-02-22T19:12:19.467Z] #42 84.54 DEP criu/files-reg.d [2021-02-22T19:12:19.467Z] #42 84.70 DEP criu/files-ext.d [2021-02-22T19:12:19.467Z] #42 84.92 DEP criu/file-lock.d [2021-02-22T19:12:19.620Z] #42 74.71 DEP criu/tty.d [2021-02-22T19:12:19.737Z] #42 85.07 DEP criu/file-ids.d [2021-02-22T19:12:19.786Z] #42 ... [2021-02-22T19:12:19.786Z] [2021-02-22T19:12:19.786Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-22T19:12:19.786Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-22T19:12:19.786Z] #21 4.731 Collecting yamllint==1.16.0 [2021-02-22T19:12:19.883Z] #42 74.90 DEP criu/timerfd.d [2021-02-22T19:12:19.999Z] #42 ... [2021-02-22T19:12:19.999Z] [2021-02-22T19:12:19.999Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:12:19.999Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-22T19:12:19.999Z] #31 DONE 155.2s [2021-02-22T19:12:19.999Z] [2021-02-22T19:12:19.999Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:19.999Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:19.999Z] #42 85.34 DEP criu/fifo.d [2021-02-22T19:12:20.144Z] #42 75.19 DEP criu/timens.d [2021-02-22T19:12:20.144Z] #42 75.42 DEP criu/sysfs_parse.d [2021-02-22T19:12:20.259Z] #42 85.49 DEP criu/fdstore.d [2021-02-22T19:12:20.405Z] #42 ... [2021-02-22T19:12:20.405Z] [2021-02-22T19:12:20.405Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:12:20.405Z] #44 sha256:e17b54739c5147805ce5ba27746d7b7a36ceef8c044630e4b39b0a9f42ce1f22 [2021-02-22T19:12:20.405Z] #44 DONE 147.9s [2021-02-22T19:12:20.520Z] #42 85.65 DEP criu/fault-injection.d [2021-02-22T19:12:20.520Z] #42 85.69 DEP criu/external.d [2021-02-22T19:12:20.520Z] #42 85.80 DEP criu/eventpoll.d [2021-02-22T19:12:20.666Z] [2021-02-22T19:12:20.666Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:20.666Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:20.666Z] #19 15.58 Reading package lists... [2021-02-22T19:12:20.666Z] #19 ... [2021-02-22T19:12:20.666Z] [2021-02-22T19:12:20.666Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:20.666Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:20.666Z] #42 75.79 DEP criu/sysctl.d [2021-02-22T19:12:20.828Z] #42 86.04 DEP criu/eventfd.d [2021-02-22T19:12:20.927Z] #42 76.07 DEP criu/string.d [2021-02-22T19:12:20.927Z] #42 76.17 DEP criu/stats.d [2021-02-22T19:12:21.091Z] #42 86.39 DEP criu/crtools.d [2021-02-22T19:12:21.187Z] #42 76.37 DEP criu/sockets.d [2021-02-22T19:12:21.358Z] #42 86.77 DEP criu/cr-service.d [2021-02-22T19:12:21.448Z] #42 76.56 DEP criu/sk-unix.d [2021-02-22T19:12:21.448Z] #42 76.76 DEP criu/sk-tcp.d [2021-02-22T19:12:21.629Z] #42 87.01 DEP criu/cr-restore.d [2021-02-22T19:12:22.019Z] #42 76.99 DEP criu/sk-queue.d [2021-02-22T19:12:22.019Z] #42 77.13 DEP criu/sk-packet.d [2021-02-22T19:12:22.207Z] #42 87.24 DEP criu/cr-errno.d [2021-02-22T19:12:22.207Z] #42 87.27 DEP criu/cr-dump.d [2021-02-22T19:12:22.207Z] #42 87.43 DEP criu/cr-dedup.d [2021-02-22T19:12:22.207Z] #42 87.56 DEP criu/cr-check.d [2021-02-22T19:12:22.281Z] #42 77.29 DEP criu/sk-netlink.d [2021-02-22T19:12:22.467Z] #42 87.72 DEP criu/config.d [2021-02-22T19:12:22.542Z] #42 77.51 DEP criu/sk-inet.d [2021-02-22T19:12:22.542Z] #42 77.69 DEP criu/signalfd.d [2021-02-22T19:12:22.728Z] #42 87.92 DEP criu/clone-noasan.d [2021-02-22T19:12:22.728Z] #42 88.05 DEP criu/cgroup.d [2021-02-22T19:12:22.734Z] #42 75.60 LINK criu/pie/restorer.built-in.o [2021-02-22T19:12:22.734Z] #42 75.63 GEN criu/pie/restorer-blob.h [2021-02-22T19:12:22.802Z] #42 77.81 DEP criu/sigframe.d [2021-02-22T19:12:22.802Z] #42 77.95 DEP criu/shmem.d [2021-02-22T19:12:22.802Z] #42 78.09 DEP criu/servicefd.d [2021-02-22T19:12:22.989Z] #42 88.27 DEP criu/cgroup-props.d [2021-02-22T19:12:22.989Z] #42 88.34 DEP criu/bitmap.d [2021-02-22T19:12:22.996Z] #42 75.80 DEP criu/vdso.d [2021-02-22T19:12:22.996Z] #42 ... [2021-02-22T19:12:22.996Z] [2021-02-22T19:12:22.996Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:12:22.996Z] #44 sha256:1658c155205d228ce9d4b9bfba903b872936f529a1fbdc0d12310df32b638045 [2021-02-22T19:12:22.996Z] #44 137.6 github.com/LK4D4/vndr/godl [2021-02-22T19:12:22.996Z] #44 138.4 github.com/LK4D4/vndr [2021-02-22T19:12:23.249Z] #42 88.36 DEP criu/bfd.d [2021-02-22T19:12:23.249Z] #42 88.44 DEP criu/autofs.d [2021-02-22T19:12:23.249Z] #42 88.58 DEP criu/aio.d [2021-02-22T19:12:23.259Z] #44 ... [2021-02-22T19:12:23.259Z] [2021-02-22T19:12:23.259Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:23.259Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:23.259Z] #42 76.06 DEP criu/vdso-compat.d [2021-02-22T19:12:23.373Z] #42 78.27 DEP criu/seize.d [2021-02-22T19:12:23.373Z] #42 78.43 DEP criu/seccomp.d [2021-02-22T19:12:23.509Z] #42 88.75 DEP criu/action-scripts.d [2021-02-22T19:12:23.521Z] #42 76.26 DEP criu/uts_ns.d [2021-02-22T19:12:23.634Z] #42 78.60 DEP criu/rst-malloc.d [2021-02-22T19:12:23.634Z] #42 78.71 DEP criu/rbtree.d [2021-02-22T19:12:23.634Z] #42 78.76 DEP criu/pstree.d [2021-02-22T19:12:23.769Z] #42 89.00 CC criu/action-scripts.o [2021-02-22T19:12:23.784Z] #42 ... [2021-02-22T19:12:23.784Z] [2021-02-22T19:12:23.784Z] #44 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-02-22T19:12:23.784Z] #44 sha256:1658c155205d228ce9d4b9bfba903b872936f529a1fbdc0d12310df32b638045 [2021-02-22T19:12:23.784Z] #44 DONE 148.2s [2021-02-22T19:12:23.784Z] [2021-02-22T19:12:23.784Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:23.784Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:23.784Z] #42 76.40 DEP criu/util.d [2021-02-22T19:12:23.895Z] #42 78.98 DEP criu/protobuf.d [2021-02-22T19:12:24.049Z] #42 76.73 DEP criu/uffd.d [2021-02-22T19:12:24.156Z] #42 79.14 GEN criu/protobuf-desc-gen.h [2021-02-22T19:12:24.311Z] #42 77.12 DEP criu/tun.d [2021-02-22T19:12:24.311Z] #42 77.26 DEP criu/tty.d [2021-02-22T19:12:24.339Z] #42 89.42 CC criu/aio.o [2021-02-22T19:12:24.599Z] #42 90.00 CC criu/autofs.o [2021-02-22T19:12:24.885Z] #42 77.57 DEP criu/timerfd.d [2021-02-22T19:12:25.096Z] #21 ... [2021-02-22T19:12:25.096Z] [2021-02-22T19:12:25.096Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:12:25.096Z] #48 sha256:26e2a6436b25805601176752fe51c1561b60961c15cb68b1de64c76585cf3f5c [2021-02-22T19:12:25.096Z] #48 169.2 + /build/golangci-lint --version [2021-02-22T19:12:25.096Z] #48 169.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-22T19:12:25.096Z] #48 DONE 170.5s [2021-02-22T19:12:25.096Z] [2021-02-22T19:12:25.096Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:25.096Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:12:25.096Z] #42 112.2 CC criu/fsnotify.o [2021-02-22T19:12:25.096Z] #42 112.9 CC criu/image-desc.o [2021-02-22T19:12:25.096Z] #42 113.0 CC criu/image.o [2021-02-22T19:12:25.096Z] #42 113.7 CC criu/ipc_ns.o [2021-02-22T19:12:25.096Z] #42 114.5 CC criu/irmap.o [2021-02-22T19:12:25.096Z] #42 115.0 CC criu/kcmp-ids.o [2021-02-22T19:12:25.096Z] #42 115.3 CC criu/kerndat.o [2021-02-22T19:12:25.096Z] #42 116.4 CC criu/libnetlink.o [2021-02-22T19:12:25.096Z] #42 116.7 CC criu/log.o [2021-02-22T19:12:25.096Z] #42 117.2 CC criu/lsm.o [2021-02-22T19:12:25.152Z] #42 77.89 DEP criu/timens.d [2021-02-22T19:12:25.359Z] #42 117.5 CC criu/mem.o [2021-02-22T19:12:25.433Z] #42 78.11 DEP criu/sysfs_parse.d [2021-02-22T19:12:25.542Z] #42 80.74 DEP criu/protobuf-desc.d [2021-02-22T19:12:25.699Z] #42 78.34 DEP criu/sysctl.d [2021-02-22T19:12:25.699Z] #42 78.54 DEP criu/string.d [2021-02-22T19:12:25.699Z] #42 78.58 DEP criu/stats.d [2021-02-22T19:12:25.803Z] #42 80.90 DEP criu/proc_parse.d [2021-02-22T19:12:25.965Z] #42 78.70 DEP criu/sockets.d [2021-02-22T19:12:25.981Z] #42 91.25 CC criu/bfd.o [2021-02-22T19:12:26.064Z] #42 81.07 DEP criu/plugin.d [2021-02-22T19:12:26.064Z] #42 81.12 DEP criu/pipes.d [2021-02-22T19:12:26.064Z] #42 81.24 DEP criu/pie-util.d [2021-02-22T19:12:26.241Z] #42 78.90 DEP criu/sk-unix.d [2021-02-22T19:12:26.241Z] #42 79.10 DEP criu/sk-tcp.d [2021-02-22T19:12:26.325Z] #42 81.35 DEP criu/pie-util-vdso.d [2021-02-22T19:12:26.325Z] #42 81.44 DEP criu/pie-util-vdso-elf32.d [2021-02-22T19:12:26.325Z] #42 81.51 DEP criu/path.d [2021-02-22T19:12:26.325Z] #42 81.61 DEP criu/parasite-syscall.d [2021-02-22T19:12:26.516Z] #42 79.26 DEP criu/sk-queue.d [2021-02-22T19:12:26.516Z] #42 79.39 DEP criu/sk-packet.d [2021-02-22T19:12:26.552Z] #42 91.70 CC criu/bitmap.o [2021-02-22T19:12:26.552Z] #42 91.84 CC criu/cgroup-props.o [2021-02-22T19:12:26.586Z] #42 81.82 DEP criu/pagemap.d [2021-02-22T19:12:26.779Z] #42 79.58 DEP criu/sk-netlink.d [2021-02-22T19:12:26.847Z] #42 82.04 DEP criu/pagemap-cache.d [2021-02-22T19:12:27.043Z] #42 79.81 DEP criu/sk-inet.d [2021-02-22T19:12:27.043Z] #42 79.96 DEP criu/signalfd.d [2021-02-22T19:12:27.108Z] #42 82.19 DEP criu/page-xfer.d [2021-02-22T19:12:27.123Z] #42 ... [2021-02-22T19:12:27.123Z] [2021-02-22T19:12:27.123Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:27.123Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:27.123Z] #19 27.51 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:27.123Z] #19 27.53 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-22T19:12:27.123Z] #19 30.57 Selecting previously unselected package python3-minimal. [2021-02-22T19:12:27.123Z] #19 30.57 (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 ... 23681 files and directories currently installed.) [2021-02-22T19:12:27.123Z] #19 30.62 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-22T19:12:27.123Z] #19 30.62 Unpacking python3-minimal (3.7.3-1) ... [2021-02-22T19:12:27.123Z] #19 30.74 Selecting previously unselected package libmpdec2:amd64. [2021-02-22T19:12:27.123Z] #19 30.74 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-22T19:12:27.123Z] #19 30.76 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-22T19:12:27.123Z] #19 30.85 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-22T19:12:27.123Z] #19 30.85 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-22T19:12:27.123Z] #19 30.86 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:27.123Z] #19 31.80 Selecting previously unselected package python3.7. [2021-02-22T19:12:27.123Z] #19 31.80 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-22T19:12:27.123Z] #19 31.81 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:27.123Z] #19 31.93 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-22T19:12:27.123Z] #19 31.93 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-22T19:12:27.123Z] #19 31.94 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-22T19:12:27.123Z] #19 32.07 Setting up python3-minimal (3.7.3-1) ... [2021-02-22T19:12:27.123Z] #19 32.85 Selecting previously unselected package python3. [2021-02-22T19:12:27.123Z] #19 32.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 ... 24093 files and directories currently installed.) [2021-02-22T19:12:27.123Z] #19 32.89 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-22T19:12:27.123Z] #19 32.90 Unpacking python3 (3.7.3-1) ... [2021-02-22T19:12:27.123Z] #19 33.01 Selecting previously unselected package libip4tc0:amd64. [2021-02-22T19:12:27.123Z] #19 33.02 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-22T19:12:27.123Z] #19 33.03 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:27.123Z] #19 33.12 Selecting previously unselected package libip6tc0:amd64. [2021-02-22T19:12:27.123Z] #19 33.12 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-22T19:12:27.123Z] #19 33.14 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:27.124Z] #19 33.23 Selecting previously unselected package libiptc0:amd64. [2021-02-22T19:12:27.124Z] #19 33.23 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-22T19:12:27.124Z] #19 33.25 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:27.124Z] #19 33.34 Selecting previously unselected package libnfnetlink0:amd64. [2021-02-22T19:12:27.124Z] #19 33.34 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-22T19:12:27.124Z] #19 33.35 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-22T19:12:27.124Z] #19 33.41 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-22T19:12:27.124Z] #19 33.41 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-22T19:12:27.124Z] #19 33.44 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-22T19:12:27.124Z] #19 33.53 Selecting previously unselected package libnftnl11:amd64. [2021-02-22T19:12:27.124Z] #19 33.53 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-22T19:12:27.124Z] #19 33.54 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-22T19:12:27.124Z] #19 33.63 Selecting previously unselected package iptables. [2021-02-22T19:12:27.124Z] #19 33.63 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-22T19:12:27.124Z] #19 33.63 Unpacking iptables (1.8.2-4) ... [2021-02-22T19:12:27.124Z] #19 33.92 Selecting previously unselected package xxd. [2021-02-22T19:12:27.124Z] #19 33.93 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-22T19:12:27.124Z] #19 33.93 Unpacking xxd (2:8.1.0875-5) ... [2021-02-22T19:12:27.124Z] #19 34.09 Selecting previously unselected package vim-common. [2021-02-22T19:12:27.124Z] #19 34.09 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-22T19:12:27.124Z] #19 34.13 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-22T19:12:27.124Z] #19 34.38 Selecting previously unselected package bash-completion. [2021-02-22T19:12:27.124Z] #19 34.38 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-22T19:12:27.282Z] #42 119.3 CC criu/memfd.o [2021-02-22T19:12:27.307Z] #42 80.14 DEP criu/sigframe.d [2021-02-22T19:12:27.307Z] #42 80.23 DEP criu/shmem.d [2021-02-22T19:12:27.369Z] #42 82.34 DEP criu/page-pipe.d [2021-02-22T19:12:27.369Z] #42 82.45 DEP criu/netfilter.d [2021-02-22T19:12:27.369Z] #42 82.58 DEP criu/net.d [2021-02-22T19:12:27.384Z] #19 ... [2021-02-22T19:12:27.384Z] [2021-02-22T19:12:27.384Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:27.384Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:27.384Z] #42 92.69 CC criu/cgroup.o [2021-02-22T19:12:27.545Z] #42 119.8 CC criu/mount.o [2021-02-22T19:12:27.568Z] #42 80.37 DEP criu/servicefd.d [2021-02-22T19:12:27.568Z] #42 80.49 DEP criu/seize.d [2021-02-22T19:12:27.630Z] #42 82.77 DEP criu/namespaces.d [2021-02-22T19:12:27.892Z] #42 82.94 DEP criu/mount.d [2021-02-22T19:12:27.892Z] #42 ... [2021-02-22T19:12:27.892Z] [2021-02-22T19:12:27.892Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:12:27.892Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-22T19:12:27.892Z] #31 DONE 154.9s [2021-02-22T19:12:27.892Z] [2021-02-22T19:12:27.892Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:27.892Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:27.892Z] #19 15.58 Reading package lists... [2021-02-22T19:12:27.892Z] #19 19.85 Building dependency tree... [2021-02-22T19:12:27.892Z] #19 21.54 libcap2-bin is already the newest version (1:2.25-2). [2021-02-22T19:12:27.892Z] #19 21.54 The following additional packages will be installed: [2021-02-22T19:12:27.892Z] #19 21.54 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-22T19:12:27.892Z] #19 21.55 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-22T19:12:27.892Z] #19 21.55 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-22T19:12:27.892Z] #19 21.55 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-22T19:12:27.892Z] #19 21.55 python3.7 python3.7-minimal vim-runtime xxd [2021-02-22T19:12:27.892Z] #19 21.55 Suggested packages: [2021-02-22T19:12:27.892Z] #19 21.55 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-22T19:12:27.892Z] #19 21.55 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-22T19:12:27.892Z] #19 21.55 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-22T19:12:27.892Z] #19 21.55 Recommended packages: [2021-02-22T19:12:27.892Z] #19 21.55 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-22T19:12:27.892Z] #19 21.55 python3-keyrings.alt python3-xdg unzip [2021-02-22T19:12:27.892Z] #19 23.64 The following NEW packages will be installed: [2021-02-22T19:12:27.892Z] #19 23.64 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-22T19:12:27.892Z] #19 23.64 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-22T19:12:27.892Z] #19 23.64 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-22T19:12:27.892Z] #19 23.64 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-22T19:12:27.892Z] #19 23.64 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-22T19:12:27.892Z] #19 23.64 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-22T19:12:27.892Z] #19 23.65 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-22T19:12:27.892Z] #19 23.65 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-22T19:12:27.892Z] #19 23.65 xz-utils zip [2021-02-22T19:12:27.892Z] #19 24.03 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-22T19:12:27.892Z] #19 24.03 Need to get 28.5 MB of archives. [2021-02-22T19:12:27.892Z] #19 24.03 After this operation, 116 MB of additional disk space will be used. [2021-02-22T19:12:27.892Z] #19 24.03 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-22T19:12:27.892Z] #19 24.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-02-22T19:12:27.892Z] #19 24.06 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-02-22T19:12:27.892Z] #19 24.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-22T19:12:27.892Z] #19 24.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-22T19:12:27.892Z] #19 24.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-02-22T19:12:27.892Z] #19 24.28 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-22T19:12:27.892Z] #19 24.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-22T19:12:27.892Z] #19 24.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-22T19:12:27.892Z] #19 24.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-22T19:12:27.892Z] #19 24.31 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-22T19:12:27.892Z] #19 24.32 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-22T19:12:27.892Z] #19 24.32 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-22T19:12:27.892Z] #19 24.32 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-22T19:12:27.892Z] #19 24.33 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-22T19:12:27.892Z] #19 24.33 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-22T19:12:27.892Z] #19 24.37 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-22T19:12:27.892Z] #19 24.38 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-22T19:12:27.892Z] #19 24.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-22T19:12:27.892Z] #19 24.41 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-02-22T19:12:27.892Z] #19 24.41 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-22T19:12:27.892Z] #19 24.43 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-22T19:12:27.892Z] #19 24.46 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-22T19:12:27.892Z] #19 24.46 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-22T19:12:27.892Z] #19 24.47 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-22T19:12:27.892Z] #19 24.48 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-22T19:12:27.892Z] #19 24.49 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-22T19:12:27.892Z] #19 24.49 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-22T19:12:27.892Z] #19 24.50 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-22T19:12:27.892Z] #19 24.97 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-22T19:12:27.892Z] #19 24.97 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-22T19:12:27.892Z] #19 24.97 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-22T19:12:27.892Z] #19 24.97 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-22T19:12:27.892Z] #19 24.98 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-22T19:12:27.892Z] #19 24.99 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-22T19:12:27.892Z] #19 25.07 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-22T19:12:27.892Z] #19 25.08 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-22T19:12:27.892Z] #19 25.09 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-22T19:12:27.892Z] #19 25.09 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-22T19:12:27.892Z] #19 25.11 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-22T19:12:27.892Z] #19 25.13 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-22T19:12:27.892Z] #19 25.13 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-22T19:12:27.892Z] #19 25.19 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-02-22T19:12:27.892Z] #19 25.20 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-22T19:12:27.892Z] #19 25.22 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-22T19:12:27.892Z] #19 25.47 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-22T19:12:27.892Z] #19 25.53 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-22T19:12:27.892Z] #19 25.60 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-22T19:12:28.140Z] #42 80.67 DEP criu/seccomp.d [2021-02-22T19:12:28.141Z] #42 ... [2021-02-22T19:12:28.141Z] [2021-02-22T19:12:28.141Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:28.141Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:28.141Z] #19 11.15 Fetched 8422 kB in 10s (863 kB/s) [2021-02-22T19:12:28.141Z] #19 11.15 Reading package lists... [2021-02-22T19:12:28.141Z] #19 15.51 Reading package lists... [2021-02-22T19:12:28.141Z] #19 20.41 Building dependency tree... [2021-02-22T19:12:28.141Z] #19 ... [2021-02-22T19:12:28.141Z] [2021-02-22T19:12:28.141Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:28.141Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:28.141Z] #42 80.89 DEP criu/rst-malloc.d [2021-02-22T19:12:28.141Z] #42 80.95 DEP criu/rbtree.d [2021-02-22T19:12:28.141Z] #42 81.01 DEP criu/pstree.d [2021-02-22T19:12:28.402Z] #42 81.22 DEP criu/protobuf.d [2021-02-22T19:12:28.402Z] #42 81.34 GEN criu/protobuf-desc-gen.h [2021-02-22T19:12:28.835Z] #19 26.63 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:12:29.104Z] #19 26.85 Fetched 28.5 MB in 2s (15.4 MB/s) [2021-02-22T19:12:29.364Z] #19 26.91 Selecting previously unselected package pigz. [2021-02-22T19:12:29.364Z] #19 26.91 (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 ... 23432 files and directories currently installed.) [2021-02-22T19:12:29.365Z] #19 26.96 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-22T19:12:29.365Z] #19 26.97 Unpacking pigz (2.4-1) ... [2021-02-22T19:12:29.365Z] #19 27.09 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-22T19:12:29.365Z] #19 27.09 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-22T19:12:29.365Z] #19 27.09 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:29.935Z] #19 27.50 Selecting previously unselected package python3.7-minimal. [2021-02-22T19:12:29.935Z] #19 27.50 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-22T19:12:29.935Z] #19 27.51 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-22T19:12:30.323Z] #42 83.10 DEP criu/protobuf-desc.d [2021-02-22T19:12:30.323Z] #42 83.24 DEP criu/proc_parse.d [2021-02-22T19:12:30.585Z] #42 83.42 DEP criu/plugin.d [2021-02-22T19:12:30.585Z] #42 83.50 DEP criu/pipes.d [2021-02-22T19:12:30.682Z] #42 95.57 CC criu/clone-noasan.o [2021-02-22T19:12:30.682Z] #42 95.73 CC criu/config.o [2021-02-22T19:12:30.847Z] #42 83.67 DEP criu/pie-util.d [2021-02-22T19:12:30.859Z] #42 122.9 CC criu/namespaces.o [2021-02-22T19:12:30.877Z] #19 28.40 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:30.877Z] #19 28.44 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-22T19:12:31.109Z] #42 83.83 DEP criu/pie-util-vdso.d [2021-02-22T19:12:31.109Z] #42 83.93 DEP criu/pie-util-vdso-elf32.d [2021-02-22T19:12:31.109Z] #42 84.05 DEP criu/path.d [2021-02-22T19:12:31.370Z] #42 84.17 DEP criu/parasite-syscall.d [2021-02-22T19:12:31.623Z] #42 97.07 CC criu/cr-check.o [2021-02-22T19:12:31.632Z] #42 84.43 DEP criu/pagemap.d [2021-02-22T19:12:31.894Z] #42 84.63 DEP criu/pagemap-cache.d [2021-02-22T19:12:31.894Z] #42 84.74 DEP criu/page-xfer.d [2021-02-22T19:12:32.156Z] #42 84.90 DEP criu/page-pipe.d [2021-02-22T19:12:32.252Z] #42 124.2 CC criu/net.o [2021-02-22T19:12:32.419Z] #42 85.05 DEP criu/netfilter.d [2021-02-22T19:12:32.419Z] #42 85.20 DEP criu/net.d [2021-02-22T19:12:32.680Z] #42 85.48 DEP criu/namespaces.d [2021-02-22T19:12:32.942Z] #42 85.63 DEP criu/mount.d [2021-02-22T19:12:32.942Z] #42 85.77 DEP criu/memfd.d [2021-02-22T19:12:33.008Z] #42 ... [2021-02-22T19:12:33.008Z] [2021-02-22T19:12:33.008Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:33.008Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:33.008Z] #19 37.01 Unpacking bash-completion (1:2.8-6) ... [2021-02-22T19:12:33.008Z] #19 37.35 Selecting previously unselected package bzip2. [2021-02-22T19:12:33.008Z] #19 37.36 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-22T19:12:33.008Z] #19 37.37 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-22T19:12:33.008Z] #19 37.46 Selecting previously unselected package xz-utils. [2021-02-22T19:12:33.008Z] #19 37.47 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-22T19:12:33.008Z] #19 37.47 Unpacking xz-utils (5.2.4-1) ... [2021-02-22T19:12:33.008Z] #19 37.63 Selecting previously unselected package apparmor. [2021-02-22T19:12:33.008Z] #19 37.64 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-22T19:12:33.008Z] #19 37.71 Unpacking apparmor (2.13.2-10) ... [2021-02-22T19:12:33.008Z] #19 38.02 Selecting previously unselected package aufs-tools. [2021-02-22T19:12:33.008Z] #19 38.03 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-22T19:12:33.008Z] #19 38.04 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-22T19:12:33.008Z] #19 38.17 Selecting previously unselected package libonig5:amd64. [2021-02-22T19:12:33.008Z] #19 38.18 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-22T19:12:33.008Z] #19 38.19 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-22T19:12:33.008Z] #19 38.33 Selecting previously unselected package libjq1:amd64. [2021-02-22T19:12:33.008Z] #19 38.34 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-22T19:12:33.008Z] #19 38.35 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-22T19:12:33.008Z] #19 38.46 Selecting previously unselected package jq. [2021-02-22T19:12:33.008Z] #19 38.47 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-22T19:12:33.008Z] #19 38.48 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-22T19:12:33.008Z] #19 38.57 Selecting previously unselected package libaio1:amd64. [2021-02-22T19:12:33.008Z] #19 38.58 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-22T19:12:33.008Z] #19 38.58 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-22T19:12:33.008Z] #19 38.65 Selecting previously unselected package libgpm2:amd64. [2021-02-22T19:12:33.008Z] #19 38.66 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-22T19:12:33.008Z] #19 38.66 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-22T19:12:33.008Z] #19 38.73 Selecting previously unselected package libicu63:amd64. [2021-02-22T19:12:33.008Z] #19 38.74 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-22T19:12:33.008Z] #19 38.74 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-22T19:12:33.204Z] #42 85.90 DEP criu/mem.d [2021-02-22T19:12:33.204Z] #42 86.17 DEP criu/lsm.d [2021-02-22T19:12:33.421Z] #19 30.59 Selecting previously unselected package python3-minimal. [2021-02-22T19:12:33.421Z] #19 30.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 ... 23681 files and directories currently installed.) [2021-02-22T19:12:33.422Z] #19 30.64 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-22T19:12:33.422Z] #19 30.65 Unpacking python3-minimal (3.7.3-1) ... [2021-02-22T19:12:33.422Z] #19 30.73 Selecting previously unselected package libmpdec2:amd64. [2021-02-22T19:12:33.422Z] #19 30.74 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-22T19:12:33.422Z] #19 30.75 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-22T19:12:33.422Z] #19 30.87 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-22T19:12:33.422Z] #19 30.87 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-22T19:12:33.422Z] #19 30.88 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:33.777Z] #42 86.36 DEP criu/log.d [2021-02-22T19:12:33.777Z] #42 86.55 DEP criu/libnetlink.d [2021-02-22T19:12:33.949Z] #19 42.30 Selecting previously unselected package libnet1:amd64. [2021-02-22T19:12:33.949Z] #19 42.30 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-22T19:12:33.949Z] #19 42.31 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:12:34.040Z] #42 86.66 DEP criu/kerndat.d [2021-02-22T19:12:34.209Z] #19 42.46 Selecting previously unselected package libnl-3-200:amd64. [2021-02-22T19:12:34.209Z] #19 42.47 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-22T19:12:34.209Z] #19 42.47 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-22T19:12:34.209Z] #19 42.57 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-22T19:12:34.209Z] #19 42.57 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-22T19:12:34.209Z] #19 42.58 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-22T19:12:34.209Z] #19 42.64 Selecting previously unselected package libreadline5:amd64. [2021-02-22T19:12:34.209Z] #19 42.65 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-22T19:12:34.209Z] #19 42.66 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-22T19:12:34.302Z] #42 ... [2021-02-22T19:12:34.302Z] [2021-02-22T19:12:34.302Z] #31 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-22T19:12:34.302Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-22T19:12:34.302Z] #31 DONE 158.5s [2021-02-22T19:12:34.302Z] [2021-02-22T19:12:34.302Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:34.302Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:34.302Z] #42 86.87 DEP criu/kcmp-ids.d [2021-02-22T19:12:34.302Z] #42 86.94 DEP criu/irmap.d [2021-02-22T19:12:34.302Z] #42 ... [2021-02-22T19:12:34.302Z] [2021-02-22T19:12:34.302Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:34.302Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:34.302Z] #19 22.50 libcap2-bin is already the newest version (1:2.25-2). [2021-02-22T19:12:34.302Z] #19 22.50 The following additional packages will be installed: [2021-02-22T19:12:34.302Z] #19 22.50 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-22T19:12:34.302Z] #19 22.50 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-22T19:12:34.302Z] #19 22.51 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-22T19:12:34.302Z] #19 22.51 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-22T19:12:34.302Z] #19 22.51 python3.7 python3.7-minimal vim-runtime xxd [2021-02-22T19:12:34.302Z] #19 22.51 Suggested packages: [2021-02-22T19:12:34.302Z] #19 22.52 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-22T19:12:34.302Z] #19 22.52 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-22T19:12:34.302Z] #19 22.52 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-22T19:12:34.302Z] #19 22.52 Recommended packages: [2021-02-22T19:12:34.302Z] #19 22.52 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-22T19:12:34.302Z] #19 22.52 python3-keyrings.alt python3-xdg unzip [2021-02-22T19:12:34.302Z] #19 24.27 The following NEW packages will be installed: [2021-02-22T19:12:34.302Z] #19 24.27 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-22T19:12:34.302Z] #19 24.28 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-22T19:12:34.302Z] #19 24.28 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-22T19:12:34.302Z] #19 24.28 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-22T19:12:34.302Z] #19 24.28 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-22T19:12:34.302Z] #19 24.28 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-22T19:12:34.302Z] #19 24.29 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-22T19:12:34.302Z] #19 24.29 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-22T19:12:34.302Z] #19 24.29 xz-utils zip [2021-02-22T19:12:34.302Z] #19 24.66 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded. [2021-02-22T19:12:34.302Z] #19 24.66 Need to get 28.5 MB of archives. [2021-02-22T19:12:34.302Z] #19 24.66 After this operation, 116 MB of additional disk space will be used. [2021-02-22T19:12:34.302Z] #19 24.66 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-22T19:12:34.302Z] #19 24.66 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-02-22T19:12:34.302Z] #19 24.68 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-02-22T19:12:34.302Z] #19 24.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-22T19:12:34.302Z] #19 24.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-22T19:12:34.302Z] #19 24.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-02-22T19:12:34.302Z] #19 24.86 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-22T19:12:34.302Z] #19 24.88 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-22T19:12:34.302Z] #19 24.88 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-22T19:12:34.302Z] #19 24.89 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-22T19:12:34.302Z] #19 24.90 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-22T19:12:34.302Z] #19 24.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-22T19:12:34.302Z] #19 24.91 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-22T19:12:34.302Z] #19 24.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-22T19:12:34.302Z] #19 24.91 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-22T19:12:34.302Z] #19 24.92 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-22T19:12:34.302Z] #19 24.94 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-22T19:12:34.302Z] #19 24.95 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-22T19:12:34.302Z] #19 24.96 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-22T19:12:34.302Z] #19 24.98 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-02-22T19:12:34.302Z] #19 24.98 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-22T19:12:34.302Z] #19 24.99 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-22T19:12:34.302Z] #19 25.02 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-22T19:12:34.302Z] #19 25.03 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-22T19:12:34.302Z] #19 25.04 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-22T19:12:34.302Z] #19 25.06 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-22T19:12:34.302Z] #19 25.06 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-22T19:12:34.302Z] #19 25.06 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-22T19:12:34.302Z] #19 25.07 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-22T19:12:34.302Z] #19 25.51 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-22T19:12:34.302Z] #19 25.51 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-22T19:12:34.302Z] #19 25.51 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-22T19:12:34.302Z] #19 25.52 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-22T19:12:34.302Z] #19 25.52 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-22T19:12:34.302Z] #19 25.54 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-22T19:12:34.302Z] #19 25.61 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-22T19:12:34.302Z] #19 25.61 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-22T19:12:34.302Z] #19 25.63 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-22T19:12:34.302Z] #19 25.64 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-22T19:12:34.302Z] #19 25.64 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-22T19:12:34.302Z] #19 25.66 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-22T19:12:34.302Z] #19 25.67 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-22T19:12:34.302Z] #19 25.72 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-02-22T19:12:34.302Z] #19 25.73 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-22T19:12:34.302Z] #19 25.75 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-22T19:12:34.302Z] #19 26.03 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-22T19:12:34.302Z] #19 26.09 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-22T19:12:34.302Z] #19 26.19 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-22T19:12:34.302Z] #19 26.97 debconf: delaying package configuration, since apt-utils is not installed [2021-02-22T19:12:34.302Z] #19 27.10 Fetched 28.5 MB in 2s (15.7 MB/s) [2021-02-22T19:12:34.302Z] #19 27.19 Selecting previously unselected package pigz. [2021-02-22T19:12:34.302Z] #19 27.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 ... 23432 files and directories currently installed.) [2021-02-22T19:12:34.302Z] #19 27.28 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-22T19:12:34.302Z] #19 27.33 Unpacking pigz (2.4-1) ... [2021-02-22T19:12:34.302Z] #19 27.52 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-22T19:12:34.302Z] #19 27.53 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-22T19:12:34.302Z] #19 27.54 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:34.364Z] #19 31.78 Selecting previously unselected package python3.7. [2021-02-22T19:12:34.364Z] #19 31.79 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-22T19:12:34.364Z] #19 31.79 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:34.364Z] #19 31.95 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-22T19:12:34.364Z] #19 31.95 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-22T19:12:34.364Z] #19 31.95 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-22T19:12:34.364Z] #19 32.03 Setting up python3-minimal (3.7.3-1) ... [2021-02-22T19:12:34.469Z] #19 42.78 Selecting previously unselected package net-tools. [2021-02-22T19:12:34.469Z] #19 42.80 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-22T19:12:34.469Z] #19 42.81 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-22T19:12:34.469Z] #19 43.01 Selecting previously unselected package python-pip-whl. [2021-02-22T19:12:34.730Z] #19 43.01 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-22T19:12:34.730Z] #19 43.02 Unpacking python-pip-whl (18.1-5) ... [2021-02-22T19:12:34.810Z] #42 126.5 CC criu/netfilter.o [2021-02-22T19:12:34.810Z] #42 126.8 CC criu/page-pipe.o [2021-02-22T19:12:35.072Z] #42 ... [2021-02-22T19:12:35.072Z] [2021-02-22T19:12:35.072Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-22T19:12:35.072Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-22T19:12:35.072Z] #21 10.12 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-22T19:12:35.072Z] #21 10.27 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-22T19:12:35.072Z] #21 10.36 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-22T19:12:35.072Z] #21 10.45 Collecting pyyaml (from yamllint==1.16.0) [2021-02-22T19:12:35.072Z] #21 10.69 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-02-22T19:12:35.072Z] #21 11.63 Installing build dependencies: started [2021-02-22T19:12:35.248Z] #19 28.64 Selecting previously unselected package python3.7-minimal. [2021-02-22T19:12:35.248Z] #19 28.64 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-22T19:12:35.300Z] #19 43.55 Selecting previously unselected package python3-lib2to3. [2021-02-22T19:12:35.300Z] #19 43.55 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-22T19:12:35.300Z] #19 43.56 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-22T19:12:35.300Z] #19 43.68 Selecting previously unselected package python3-distutils. [2021-02-22T19:12:35.300Z] #19 43.70 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-22T19:12:35.300Z] #19 43.71 Unpacking python3-distutils (3.7.3-1) ... [2021-02-22T19:12:35.308Z] #19 32.91 Selecting previously unselected package python3. [2021-02-22T19:12:35.308Z] #19 32.91 (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 ... 24093 files and directories currently installed.) [2021-02-22T19:12:35.308Z] #19 32.95 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-22T19:12:35.308Z] #19 32.97 Unpacking python3 (3.7.3-1) ... [2021-02-22T19:12:35.335Z] #21 ... [2021-02-22T19:12:35.335Z] [2021-02-22T19:12:35.335Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:35.335Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:12:35.335Z] #42 127.3 CC criu/page-xfer.o [2021-02-22T19:12:35.510Z] #19 28.67 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-22T19:12:35.560Z] #19 43.85 Selecting previously unselected package python3-pip. [2021-02-22T19:12:35.560Z] #19 43.87 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-22T19:12:35.560Z] #19 43.88 Unpacking python3-pip (18.1-5) ... [2021-02-22T19:12:35.569Z] #19 33.09 Selecting previously unselected package libip4tc0:amd64. [2021-02-22T19:12:35.569Z] #19 33.09 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-22T19:12:35.569Z] #19 33.09 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:35.569Z] #19 33.21 Selecting previously unselected package libip6tc0:amd64. [2021-02-22T19:12:35.569Z] #19 33.22 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-22T19:12:35.569Z] #19 33.22 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:35.569Z] #19 33.30 Selecting previously unselected package libiptc0:amd64. [2021-02-22T19:12:35.569Z] #19 33.30 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-22T19:12:35.569Z] #19 33.31 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:35.820Z] #19 44.05 Selecting previously unselected package python3-pkg-resources. [2021-02-22T19:12:35.820Z] #19 44.06 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-22T19:12:35.820Z] #19 44.07 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-22T19:12:35.820Z] #19 44.19 Selecting previously unselected package python3-setuptools. [2021-02-22T19:12:35.820Z] #19 44.21 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-22T19:12:35.820Z] #19 44.21 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-22T19:12:35.830Z] #19 33.41 Selecting previously unselected package libnfnetlink0:amd64. [2021-02-22T19:12:35.830Z] #19 33.42 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-22T19:12:35.830Z] #19 33.42 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-22T19:12:35.830Z] #19 33.50 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-22T19:12:35.830Z] #19 33.51 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-22T19:12:35.830Z] #19 33.52 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-22T19:12:35.830Z] #19 33.60 Selecting previously unselected package libnftnl11:amd64. [2021-02-22T19:12:35.830Z] #19 33.61 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-22T19:12:36.080Z] #19 44.45 Selecting previously unselected package python3-wheel. [2021-02-22T19:12:36.080Z] #19 44.47 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-22T19:12:36.080Z] #19 44.48 Unpacking python3-wheel (0.32.3-2) ... [2021-02-22T19:12:36.092Z] #19 33.62 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-22T19:12:36.092Z] #19 33.75 Selecting previously unselected package iptables. [2021-02-22T19:12:36.092Z] #19 33.75 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-22T19:12:36.092Z] #19 33.75 Unpacking iptables (1.8.2-4) ... [2021-02-22T19:12:36.340Z] #19 44.58 Selecting previously unselected package sudo. [2021-02-22T19:12:36.340Z] #19 44.58 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-22T19:12:36.340Z] #19 44.59 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-22T19:12:36.456Z] #19 29.67 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:36.456Z] #19 29.69 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-22T19:12:36.601Z] #19 45.10 Selecting previously unselected package thin-provisioning-tools. [2021-02-22T19:12:36.602Z] #19 45.11 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-22T19:12:36.602Z] #19 45.13 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-22T19:12:36.664Z] #19 34.12 Selecting previously unselected package xxd. [2021-02-22T19:12:36.664Z] #19 34.12 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-22T19:12:36.664Z] #19 34.12 Unpacking xxd (2:8.1.0875-5) ... [2021-02-22T19:12:36.664Z] #19 34.24 Selecting previously unselected package vim-common. [2021-02-22T19:12:36.664Z] #19 34.24 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-22T19:12:36.664Z] #19 34.26 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-22T19:12:36.664Z] #19 34.46 Selecting previously unselected package bash-completion. [2021-02-22T19:12:36.727Z] #42 128.7 CC criu/pagemap-cache.o [2021-02-22T19:12:36.925Z] #19 34.46 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-22T19:12:36.991Z] #42 129.0 CC criu/pagemap.o [2021-02-22T19:12:37.173Z] #19 45.36 Selecting previously unselected package uidmap. [2021-02-22T19:12:37.173Z] #19 45.37 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-22T19:12:37.173Z] #19 45.37 Unpacking uidmap (1:4.5-1.1) ... [2021-02-22T19:12:37.173Z] #19 45.49 Selecting previously unselected package vim-runtime. [2021-02-22T19:12:37.173Z] #19 45.49 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-22T19:12:37.173Z] #19 45.54 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-22T19:12:37.173Z] #19 45.57 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-22T19:12:37.173Z] #19 45.58 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-22T19:12:37.940Z] #42 129.8 CC criu/parasite-syscall.o [2021-02-22T19:12:38.313Z] #19 ... [2021-02-22T19:12:38.313Z] [2021-02-22T19:12:38.313Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:38.313Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:38.313Z] #42 83.19 DEP criu/memfd.d [2021-02-22T19:12:38.313Z] #42 83.43 DEP criu/mem.d [2021-02-22T19:12:38.313Z] #42 83.74 DEP criu/lsm.d [2021-02-22T19:12:38.313Z] #42 83.92 DEP criu/log.d [2021-02-22T19:12:38.313Z] #42 84.13 DEP criu/libnetlink.d [2021-02-22T19:12:38.313Z] #42 84.38 DEP criu/kerndat.d [2021-02-22T19:12:38.313Z] #42 84.58 DEP criu/kcmp-ids.d [2021-02-22T19:12:38.313Z] #42 84.67 DEP criu/irmap.d [2021-02-22T19:12:38.313Z] #42 84.78 DEP criu/ipc_ns.d [2021-02-22T19:12:38.313Z] #42 84.95 DEP criu/image.d [2021-02-22T19:12:38.313Z] #42 85.09 DEP criu/image-desc.d [2021-02-22T19:12:38.313Z] #42 85.15 DEP criu/fsnotify.d [2021-02-22T19:12:38.313Z] #42 85.27 DEP criu/filesystems.d [2021-02-22T19:12:38.313Z] #42 85.38 DEP criu/files.d [2021-02-22T19:12:38.313Z] #42 85.53 DEP criu/files-reg.d [2021-02-22T19:12:38.313Z] #42 85.65 DEP criu/files-ext.d [2021-02-22T19:12:38.313Z] #42 85.78 DEP criu/file-lock.d [2021-02-22T19:12:38.313Z] #42 85.93 DEP criu/file-ids.d [2021-02-22T19:12:38.313Z] #42 86.06 DEP criu/fifo.d [2021-02-22T19:12:38.313Z] #42 86.19 DEP criu/fdstore.d [2021-02-22T19:12:38.313Z] #42 86.27 DEP criu/fault-injection.d [2021-02-22T19:12:38.313Z] #42 86.30 DEP criu/external.d [2021-02-22T19:12:38.313Z] #42 86.36 DEP criu/eventpoll.d [2021-02-22T19:12:38.313Z] #42 86.51 DEP criu/eventfd.d [2021-02-22T19:12:38.313Z] #42 86.71 DEP criu/crtools.d [2021-02-22T19:12:38.313Z] #42 86.85 DEP criu/cr-service.d [2021-02-22T19:12:38.313Z] #42 87.04 DEP criu/cr-restore.d [2021-02-22T19:12:38.313Z] #42 87.24 DEP criu/cr-errno.d [2021-02-22T19:12:38.313Z] #42 87.26 DEP criu/cr-dump.d [2021-02-22T19:12:38.313Z] #42 87.45 DEP criu/cr-dedup.d [2021-02-22T19:12:38.313Z] #42 87.60 DEP criu/cr-check.d [2021-02-22T19:12:38.313Z] #42 87.76 DEP criu/config.d [2021-02-22T19:12:38.313Z] #42 87.94 DEP criu/clone-noasan.d [2021-02-22T19:12:38.313Z] #42 88.01 DEP criu/cgroup.d [2021-02-22T19:12:38.313Z] #42 88.25 DEP criu/cgroup-props.d [2021-02-22T19:12:38.313Z] #42 88.39 DEP criu/bitmap.d [2021-02-22T19:12:38.313Z] #42 88.42 DEP criu/bfd.d [2021-02-22T19:12:38.313Z] #42 88.49 DEP criu/autofs.d [2021-02-22T19:12:38.313Z] #42 88.62 DEP criu/aio.d [2021-02-22T19:12:38.313Z] #42 88.80 DEP criu/action-scripts.d [2021-02-22T19:12:38.313Z] #42 89.02 CC criu/action-scripts.o [2021-02-22T19:12:38.313Z] #42 89.43 CC criu/aio.o [2021-02-22T19:12:38.313Z] #42 89.87 CC criu/autofs.o [2021-02-22T19:12:38.313Z] #42 91.28 CC criu/bfd.o [2021-02-22T19:12:38.313Z] #42 91.77 CC criu/bitmap.o [2021-02-22T19:12:38.313Z] #42 91.91 CC criu/cgroup-props.o [2021-02-22T19:12:38.313Z] #42 92.77 CC criu/cgroup.o [2021-02-22T19:12:38.516Z] #42 130.6 CC criu/path.o [2021-02-22T19:12:38.779Z] #42 130.8 CC criu/pie-util-vdso.o [2021-02-22T19:12:39.008Z] #19 31.83 Selecting previously unselected package python3-minimal. [2021-02-22T19:12:39.008Z] #19 31.83 (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 ... 23681 files and directories currently installed.) [2021-02-22T19:12:39.008Z] #19 31.89 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-22T19:12:39.008Z] #19 31.90 Unpacking python3-minimal (3.7.3-1) ... [2021-02-22T19:12:39.008Z] #19 31.99 Selecting previously unselected package libmpdec2:amd64. [2021-02-22T19:12:39.008Z] #19 31.99 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-22T19:12:39.008Z] #19 32.02 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-22T19:12:39.008Z] #19 32.14 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-22T19:12:39.008Z] #19 32.14 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-22T19:12:39.008Z] #19 32.15 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:39.043Z] #42 131.2 CC criu/pie-util.o [2021-02-22T19:12:39.306Z] #42 131.4 CC criu/pipes.o [2021-02-22T19:12:39.700Z] #42 ... [2021-02-22T19:12:39.700Z] [2021-02-22T19:12:39.700Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:39.700Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:39.700Z] #19 37.14 Unpacking bash-completion (1:2.8-6) ... [2021-02-22T19:12:39.882Z] #42 132.1 CC criu/plugin.o [2021-02-22T19:12:39.955Z] #19 33.07 Selecting previously unselected package python3.7. [2021-02-22T19:12:39.955Z] #19 33.08 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-22T19:12:39.955Z] #19 33.09 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:39.955Z] #19 33.20 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-22T19:12:39.955Z] #19 33.22 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-22T19:12:39.955Z] #19 33.24 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-22T19:12:39.962Z] #19 37.52 Selecting previously unselected package bzip2. [2021-02-22T19:12:39.962Z] #19 37.53 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-22T19:12:39.962Z] #19 37.53 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-22T19:12:39.962Z] #19 37.62 Selecting previously unselected package xz-utils. [2021-02-22T19:12:39.962Z] #19 37.62 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-22T19:12:39.962Z] #19 37.65 Unpacking xz-utils (5.2.4-1) ... [2021-02-22T19:12:40.217Z] #19 33.38 Setting up python3-minimal (3.7.3-1) ... [2021-02-22T19:12:40.223Z] #19 37.82 Selecting previously unselected package apparmor. [2021-02-22T19:12:40.223Z] #19 37.82 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-22T19:12:40.223Z] #19 37.91 Unpacking apparmor (2.13.2-10) ... [2021-02-22T19:12:40.458Z] #42 132.5 CC criu/proc_parse.o [2021-02-22T19:12:40.473Z] #19 48.87 Selecting previously unselected package vim. [2021-02-22T19:12:40.473Z] #19 48.87 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-22T19:12:40.473Z] #19 48.90 Unpacking vim (2:8.1.0875-5) ... [2021-02-22T19:12:40.485Z] #19 38.23 Selecting previously unselected package aufs-tools. [2021-02-22T19:12:40.485Z] #19 38.23 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-22T19:12:40.485Z] #19 38.24 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-22T19:12:40.722Z] #42 ... [2021-02-22T19:12:40.722Z] [2021-02-22T19:12:40.722Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-22T19:12:40.722Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-22T19:12:40.722Z] #21 25.81 Installing build dependencies: finished with status 'done' [2021-02-22T19:12:40.747Z] #19 38.37 Selecting previously unselected package libonig5:amd64. [2021-02-22T19:12:40.747Z] #19 38.37 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-22T19:12:40.747Z] #19 38.39 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-22T19:12:40.747Z] #19 38.55 Selecting previously unselected package libjq1:amd64. [2021-02-22T19:12:41.024Z] #19 38.56 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-22T19:12:41.024Z] #19 38.56 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-22T19:12:41.024Z] #19 38.69 Selecting previously unselected package jq. [2021-02-22T19:12:41.024Z] #19 38.71 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-22T19:12:41.024Z] #19 38.72 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-22T19:12:41.024Z] #19 38.82 Selecting previously unselected package libaio1:amd64. [2021-02-22T19:12:41.043Z] #19 49.50 Selecting previously unselected package xfsprogs. [2021-02-22T19:12:41.043Z] #19 49.51 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-22T19:12:41.043Z] #19 49.52 Unpacking xfsprogs (4.20.0-1) ... [2021-02-22T19:12:41.163Z] #19 34.30 Selecting previously unselected package python3. [2021-02-22T19:12:41.163Z] #19 34.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 ... 24093 files and directories currently installed.) [2021-02-22T19:12:41.163Z] #19 34.36 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-22T19:12:41.163Z] #19 34.37 Unpacking python3 (3.7.3-1) ... [2021-02-22T19:12:41.287Z] #19 38.83 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-22T19:12:41.287Z] #19 38.83 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-22T19:12:41.287Z] #19 38.92 Selecting previously unselected package libgpm2:amd64. [2021-02-22T19:12:41.287Z] #19 38.92 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-22T19:12:41.287Z] #19 38.93 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-22T19:12:41.287Z] #19 39.00 Selecting previously unselected package libicu63:amd64. [2021-02-22T19:12:41.287Z] #19 39.00 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-22T19:12:41.287Z] #19 39.02 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-22T19:12:41.428Z] #19 34.46 Selecting previously unselected package libip4tc0:amd64. [2021-02-22T19:12:41.428Z] #19 34.46 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-22T19:12:41.428Z] #19 34.47 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:41.428Z] #19 34.57 Selecting previously unselected package libip6tc0:amd64. [2021-02-22T19:12:41.428Z] #19 34.58 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-22T19:12:41.428Z] #19 34.58 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:41.428Z] #19 34.70 Selecting previously unselected package libiptc0:amd64. [2021-02-22T19:12:41.428Z] #19 34.72 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-22T19:12:41.428Z] #19 34.73 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:41.614Z] #19 50.01 Selecting previously unselected package zip. [2021-02-22T19:12:41.614Z] #19 50.01 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-22T19:12:41.614Z] #19 50.02 Unpacking zip (3.0-11+b1) ... [2021-02-22T19:12:41.702Z] #19 34.82 Selecting previously unselected package libnfnetlink0:amd64. [2021-02-22T19:12:41.702Z] #19 34.84 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-22T19:12:41.702Z] #19 34.84 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-22T19:12:41.702Z] #19 34.90 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-22T19:12:41.702Z] #19 34.90 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-22T19:12:41.702Z] #19 34.92 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-22T19:12:41.874Z] #19 50.27 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-22T19:12:41.874Z] #19 50.30 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-22T19:12:41.874Z] #19 50.31 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:41.874Z] #19 50.34 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-22T19:12:41.874Z] #19 50.37 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-22T19:12:41.874Z] #19 50.39 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:41.964Z] #19 35.01 Selecting previously unselected package libnftnl11:amd64. [2021-02-22T19:12:41.964Z] #19 35.01 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-22T19:12:41.964Z] #19 35.02 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-22T19:12:41.964Z] #19 35.15 Selecting previously unselected package iptables. [2021-02-22T19:12:41.964Z] #19 35.15 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-22T19:12:41.964Z] #19 35.16 Unpacking iptables (1.8.2-4) ... [2021-02-22T19:12:42.134Z] #19 50.42 Setting up uidmap (1:4.5-1.1) ... [2021-02-22T19:12:42.134Z] #19 50.43 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-22T19:12:42.134Z] #19 50.44 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:12:42.134Z] #19 50.46 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-22T19:12:42.134Z] #19 50.47 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-22T19:12:42.134Z] #19 50.49 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-22T19:12:42.134Z] #19 50.51 Setting up xxd (2:8.1.0875-5) ... [2021-02-22T19:12:42.134Z] #19 50.53 Setting up zip (3.0-11+b1) ... [2021-02-22T19:12:42.134Z] #19 50.55 Setting up vim-common (2:8.1.0875-5) ... [2021-02-22T19:12:42.134Z] #19 50.58 Setting up bash-completion (1:2.8-6) ... [2021-02-22T19:12:42.226Z] #19 35.49 Selecting previously unselected package xxd. [2021-02-22T19:12:42.226Z] #19 35.49 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-22T19:12:42.226Z] #19 35.49 Unpacking xxd (2:8.1.0875-5) ... [2021-02-22T19:12:42.488Z] #19 35.63 Selecting previously unselected package vim-common. [2021-02-22T19:12:42.488Z] #19 35.64 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-22T19:12:42.488Z] #19 35.68 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-22T19:12:42.750Z] #19 35.86 Selecting previously unselected package bash-completion. [2021-02-22T19:12:42.750Z] #19 35.87 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-22T19:12:43.517Z] #19 ... [2021-02-22T19:12:43.517Z] [2021-02-22T19:12:43.517Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:43.517Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:43.517Z] #42 98.69 CC criu/cr-dedup.o [2021-02-22T19:12:43.517Z] #42 99.11 CC criu/cr-dump.o [2021-02-22T19:12:43.517Z] #42 101.2 CC criu/cr-errno.o [2021-02-22T19:12:43.517Z] #42 101.3 CC criu/cr-restore.o [2021-02-22T19:12:43.517Z] #42 106.0 CC criu/cr-service.o [2021-02-22T19:12:43.517Z] #42 107.6 CC criu/crtools.o [2021-02-22T19:12:43.517Z] #42 108.3 CC criu/eventfd.o [2021-02-22T19:12:43.517Z] #42 108.7 CC criu/eventpoll.o [2021-02-22T19:12:44.458Z] #42 109.7 CC criu/external.o [2021-02-22T19:12:44.669Z] #19 ... [2021-02-22T19:12:44.669Z] [2021-02-22T19:12:44.669Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:44.669Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:44.669Z] #42 87.06 DEP criu/ipc_ns.d [2021-02-22T19:12:44.669Z] #42 87.23 DEP criu/image.d [2021-02-22T19:12:44.669Z] #42 87.39 DEP criu/image-desc.d [2021-02-22T19:12:44.669Z] #42 87.48 DEP criu/fsnotify.d [2021-02-22T19:12:44.669Z] #42 87.70 DEP criu/filesystems.d [2021-02-22T19:12:44.669Z] #42 87.98 DEP criu/files.d [2021-02-22T19:12:44.670Z] #42 88.33 DEP criu/files-reg.d [2021-02-22T19:12:44.670Z] #42 88.44 DEP criu/files-ext.d [2021-02-22T19:12:44.670Z] #42 88.55 DEP criu/file-lock.d [2021-02-22T19:12:44.670Z] #42 88.68 DEP criu/file-ids.d [2021-02-22T19:12:44.670Z] #42 88.81 DEP criu/fifo.d [2021-02-22T19:12:44.670Z] #42 88.93 DEP criu/fdstore.d [2021-02-22T19:12:44.670Z] #42 89.01 DEP criu/fault-injection.d [2021-02-22T19:12:44.670Z] #42 89.08 DEP criu/external.d [2021-02-22T19:12:44.670Z] #42 89.21 DEP criu/eventpoll.d [2021-02-22T19:12:44.670Z] #42 89.33 DEP criu/eventfd.d [2021-02-22T19:12:44.670Z] #42 89.47 DEP criu/crtools.d [2021-02-22T19:12:44.670Z] #42 89.64 DEP criu/cr-service.d [2021-02-22T19:12:44.670Z] #42 89.80 DEP criu/cr-restore.d [2021-02-22T19:12:44.670Z] #42 89.98 DEP criu/cr-errno.d [2021-02-22T19:12:44.670Z] #42 90.00 DEP criu/cr-dump.d [2021-02-22T19:12:44.670Z] #42 90.17 DEP criu/cr-dedup.d [2021-02-22T19:12:44.670Z] #42 90.33 DEP criu/cr-check.d [2021-02-22T19:12:44.670Z] #42 90.57 DEP criu/config.d [2021-02-22T19:12:44.670Z] #42 90.69 DEP criu/clone-noasan.d [2021-02-22T19:12:44.670Z] #42 90.75 DEP criu/cgroup.d [2021-02-22T19:12:44.670Z] #42 90.94 DEP criu/cgroup-props.d [2021-02-22T19:12:44.670Z] #42 91.08 DEP criu/bitmap.d [2021-02-22T19:12:44.670Z] #42 91.10 DEP criu/bfd.d [2021-02-22T19:12:44.670Z] #42 91.20 DEP criu/autofs.d [2021-02-22T19:12:44.670Z] #42 91.33 DEP criu/aio.d [2021-02-22T19:12:44.670Z] #42 91.49 DEP criu/action-scripts.d [2021-02-22T19:12:44.670Z] #42 91.80 CC criu/action-scripts.o [2021-02-22T19:12:44.670Z] #42 92.27 CC criu/aio.o [2021-02-22T19:12:44.670Z] #42 92.91 CC criu/autofs.o [2021-02-22T19:12:44.670Z] #42 94.35 CC criu/bfd.o [2021-02-22T19:12:44.670Z] #42 94.86 CC criu/bitmap.o [2021-02-22T19:12:44.670Z] #42 95.06 CC criu/cgroup-props.o [2021-02-22T19:12:44.670Z] #42 95.89 CC criu/cgroup.o [2021-02-22T19:12:44.719Z] #42 110.1 CC criu/fault-injection.o [2021-02-22T19:12:44.979Z] #42 110.2 CC criu/fdstore.o [2021-02-22T19:12:44.979Z] #42 ... [2021-02-22T19:12:44.979Z] [2021-02-22T19:12:44.979Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:44.979Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:44.979Z] #19 53.26 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:44.979Z] #19 53.28 Setting up xz-utils (5.2.4-1) ... [2021-02-22T19:12:44.979Z] #19 53.30 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-22T19:12:44.979Z] #19 53.31 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-22T19:12:44.979Z] #19 53.42 invoke-rc.d: could not determine current runlevel [2021-02-22T19:12:44.979Z] #19 53.44 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-22T19:12:44.979Z] #19 53.45 Setting up pigz (2.4-1) ... [2021-02-22T19:12:44.979Z] #19 53.46 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-22T19:12:44.979Z] #19 53.48 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-22T19:12:44.979Z] #19 53.50 Setting up python-pip-whl (18.1-5) ... [2021-02-22T19:12:44.979Z] #19 53.52 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-22T19:12:45.240Z] #19 53.53 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-22T19:12:45.491Z] #19 42.70 Selecting previously unselected package libnet1:amd64. [2021-02-22T19:12:45.491Z] #19 42.70 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-22T19:12:45.491Z] #19 42.70 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:12:45.491Z] #19 42.80 Selecting previously unselected package libnl-3-200:amd64. [2021-02-22T19:12:45.491Z] #19 42.80 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-22T19:12:45.491Z] #19 42.81 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-22T19:12:45.491Z] #19 42.90 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-22T19:12:45.491Z] #19 42.92 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-22T19:12:45.491Z] #19 42.93 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-22T19:12:45.491Z] #19 43.01 Selecting previously unselected package libreadline5:amd64. [2021-02-22T19:12:45.491Z] #19 43.02 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-22T19:12:45.491Z] #19 43.03 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-22T19:12:45.491Z] #19 43.21 Selecting previously unselected package net-tools. [2021-02-22T19:12:45.491Z] #19 43.23 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-22T19:12:45.491Z] #19 43.24 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-22T19:12:45.626Z] #42 ... [2021-02-22T19:12:45.626Z] [2021-02-22T19:12:45.626Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:45.626Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:45.626Z] #19 38.75 Unpacking bash-completion (1:2.8-6) ... [2021-02-22T19:12:45.811Z] #19 54.06 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-22T19:12:45.811Z] #19 54.08 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-22T19:12:45.811Z] #19 54.10 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:45.811Z] #19 54.12 Setting up vim (2:8.1.0875-5) ... [2021-02-22T19:12:45.811Z] #19 54.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-22T19:12:45.811Z] #19 54.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-22T19:12:45.811Z] #19 54.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-22T19:12:45.811Z] #19 54.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-22T19:12:45.811Z] #19 54.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-22T19:12:45.811Z] #19 54.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-22T19:12:45.811Z] #19 54.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-22T19:12:45.811Z] #19 54.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-22T19:12:45.811Z] #19 54.20 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-22T19:12:45.811Z] #19 54.21 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-22T19:12:45.811Z] #19 54.23 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-22T19:12:45.811Z] #19 54.25 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-22T19:12:45.888Z] #19 39.17 Selecting previously unselected package bzip2. [2021-02-22T19:12:45.888Z] #19 39.17 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-22T19:12:45.888Z] #19 39.18 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-22T19:12:45.888Z] #19 39.26 Selecting previously unselected package xz-utils. [2021-02-22T19:12:46.012Z] #19 43.44 Selecting previously unselected package python-pip-whl. [2021-02-22T19:12:46.012Z] #19 43.45 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-22T19:12:46.012Z] #19 43.45 Unpacking python-pip-whl (18.1-5) ... [2021-02-22T19:12:46.071Z] #19 54.27 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-22T19:12:46.071Z] #19 54.29 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:46.151Z] #19 39.27 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-22T19:12:46.151Z] #19 39.28 Unpacking xz-utils (5.2.4-1) ... [2021-02-22T19:12:46.151Z] #19 39.44 Selecting previously unselected package apparmor. [2021-02-22T19:12:46.151Z] #19 39.44 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-22T19:12:46.273Z] #19 43.98 Selecting previously unselected package python3-lib2to3. [2021-02-22T19:12:46.413Z] #19 39.52 Unpacking apparmor (2.13.2-10) ... [2021-02-22T19:12:46.534Z] #19 44.00 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-22T19:12:46.534Z] #19 44.01 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-22T19:12:46.534Z] #19 44.12 Selecting previously unselected package python3-distutils. [2021-02-22T19:12:46.534Z] #19 44.13 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-22T19:12:46.534Z] #19 44.13 Unpacking python3-distutils (3.7.3-1) ... [2021-02-22T19:12:46.674Z] #19 39.84 Selecting previously unselected package aufs-tools. [2021-02-22T19:12:46.674Z] #19 39.86 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-22T19:12:46.674Z] #19 39.87 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-22T19:12:46.794Z] #19 44.26 Selecting previously unselected package python3-pip. [2021-02-22T19:12:46.794Z] #19 44.27 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-22T19:12:46.794Z] #19 44.28 Unpacking python3-pip (18.1-5) ... [2021-02-22T19:12:46.794Z] #19 44.42 Selecting previously unselected package python3-pkg-resources. [2021-02-22T19:12:46.794Z] #19 44.43 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-22T19:12:46.794Z] #19 44.44 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-22T19:12:46.936Z] #19 39.98 Selecting previously unselected package libonig5:amd64. [2021-02-22T19:12:46.936Z] #19 39.99 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-22T19:12:46.936Z] #19 40.01 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-22T19:12:46.936Z] #19 40.15 Selecting previously unselected package libjq1:amd64. [2021-02-22T19:12:46.936Z] #19 40.16 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-22T19:12:46.936Z] #19 40.17 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-22T19:12:47.055Z] #19 44.62 Selecting previously unselected package python3-setuptools. [2021-02-22T19:12:47.055Z] #19 44.63 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-22T19:12:47.055Z] #19 44.63 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-22T19:12:47.055Z] #19 44.86 Selecting previously unselected package python3-wheel. [2021-02-22T19:12:47.198Z] #19 40.27 Selecting previously unselected package jq. [2021-02-22T19:12:47.198Z] #19 40.29 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-22T19:12:47.198Z] #19 40.30 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-22T19:12:47.198Z] #19 40.39 Selecting previously unselected package libaio1:amd64. [2021-02-22T19:12:47.198Z] #19 40.41 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-22T19:12:47.198Z] #19 40.42 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-22T19:12:47.198Z] #19 40.48 Selecting previously unselected package libgpm2:amd64. [2021-02-22T19:12:47.198Z] #19 40.49 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-22T19:12:47.198Z] #19 40.50 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-22T19:12:47.198Z] #19 40.57 Selecting previously unselected package libicu63:amd64. [2021-02-22T19:12:47.198Z] #19 40.58 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-22T19:12:47.198Z] #19 40.59 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-22T19:12:47.316Z] #19 44.87 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-22T19:12:47.316Z] #19 44.88 Unpacking python3-wheel (0.32.3-2) ... [2021-02-22T19:12:47.316Z] #19 44.98 Selecting previously unselected package sudo. [2021-02-22T19:12:47.316Z] #19 44.99 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-22T19:12:47.316Z] #19 45.01 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-22T19:12:47.329Z] #21 ... [2021-02-22T19:12:47.329Z] [2021-02-22T19:12:47.329Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:47.329Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:12:47.329Z] #42 134.5 CC criu/protobuf-desc.o [2021-02-22T19:12:47.329Z] #42 135.4 CC criu/protobuf.o [2021-02-22T19:12:47.329Z] #42 135.7 CC criu/pstree.o [2021-02-22T19:12:47.329Z] #42 136.8 CC criu/rbtree.o [2021-02-22T19:12:47.329Z] #42 137.0 CC criu/rst-malloc.o [2021-02-22T19:12:47.329Z] #42 137.3 CC criu/seccomp.o [2021-02-22T19:12:47.329Z] #42 137.9 CC criu/seize.o [2021-02-22T19:12:47.329Z] #42 138.8 CC criu/servicefd.o [2021-02-22T19:12:47.329Z] #42 139.3 CC criu/shmem.o [2021-02-22T19:12:47.887Z] #19 45.47 Selecting previously unselected package thin-provisioning-tools. [2021-02-22T19:12:47.887Z] #19 45.48 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-22T19:12:47.887Z] #19 45.49 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-22T19:12:48.148Z] #19 45.73 Selecting previously unselected package uidmap. [2021-02-22T19:12:48.148Z] #19 45.73 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-22T19:12:48.148Z] #19 45.74 Unpacking uidmap (1:4.5-1.1) ... [2021-02-22T19:12:48.148Z] #19 45.85 Selecting previously unselected package vim-runtime. [2021-02-22T19:12:48.148Z] #19 45.85 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-22T19:12:48.148Z] #19 45.91 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-22T19:12:48.148Z] #19 45.95 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-22T19:12:48.278Z] #42 140.2 CC criu/sigframe.o [2021-02-22T19:12:48.278Z] #42 140.4 CC criu/signalfd.o [2021-02-22T19:12:48.408Z] #19 45.96 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-22T19:12:48.542Z] #42 140.6 CC criu/sk-inet.o [2021-02-22T19:12:48.805Z] #42 ... [2021-02-22T19:12:48.805Z] [2021-02-22T19:12:48.805Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-22T19:12:48.805Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-22T19:12:48.805Z] #21 31.51 Building wheels for collected packages: pyyaml [2021-02-22T19:12:48.805Z] #21 31.52 Running setup.py bdist_wheel for pyyaml: started [2021-02-22T19:12:48.805Z] #21 32.61 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-02-22T19:12:48.805Z] #21 32.62 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-02-22T19:12:48.805Z] #21 32.76 Successfully built pyyaml [2021-02-22T19:12:48.805Z] #21 32.78 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-22T19:12:48.805Z] #21 33.07 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-22T19:12:48.805Z] #21 DONE 33.8s [2021-02-22T19:12:48.805Z] [2021-02-22T19:12:48.805Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:12:48.805Z] #55 sha256:9adbdb33f1cf10bc497d587b0e84c6aee323f51356e82cc904e94926c8d02ccc [2021-02-22T19:12:48.805Z] #55 156.7 + bin/containerd [2021-02-22T19:12:48.874Z] #19 57.04 Setting up iptables (1.8.2-4) ... [2021-02-22T19:12:48.874Z] #19 57.07 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-22T19:12:48.874Z] #19 57.08 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-22T19:12:48.874Z] #19 57.09 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-22T19:12:48.874Z] #19 57.10 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-22T19:12:48.874Z] #19 57.10 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-22T19:12:48.874Z] #19 57.11 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-22T19:12:48.874Z] #19 57.12 Setting up python3 (3.7.3-1) ... [2021-02-22T19:12:49.136Z] #19 57.43 Setting up python3-wheel (0.32.3-2) ... [2021-02-22T19:12:49.967Z] #19 58.20 Setting up apparmor (2.13.2-10) ... [2021-02-22T19:12:50.321Z] #19 ... [2021-02-22T19:12:50.321Z] [2021-02-22T19:12:50.321Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:50.321Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:50.321Z] #42 95.53 CC criu/clone-noasan.o [2021-02-22T19:12:50.321Z] #42 95.78 CC criu/config.o [2021-02-22T19:12:50.321Z] #42 97.21 CC criu/cr-check.o [2021-02-22T19:12:50.321Z] #42 99.04 CC criu/cr-dedup.o [2021-02-22T19:12:50.321Z] #42 99.46 CC criu/cr-dump.o [2021-02-22T19:12:50.321Z] #42 101.7 CC criu/cr-errno.o [2021-02-22T19:12:50.321Z] #42 101.8 CC criu/cr-restore.o [2021-02-22T19:12:51.263Z] #42 106.3 CC criu/cr-service.o [2021-02-22T19:12:51.414Z] #19 44.23 Selecting previously unselected package libnet1:amd64. [2021-02-22T19:12:51.414Z] #19 44.23 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-22T19:12:51.414Z] #19 44.24 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:12:51.414Z] #19 44.31 Selecting previously unselected package libnl-3-200:amd64. [2021-02-22T19:12:51.414Z] #19 44.32 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-22T19:12:51.414Z] #19 44.33 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-22T19:12:51.414Z] #19 44.44 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-22T19:12:51.414Z] #19 44.46 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-22T19:12:51.414Z] #19 44.47 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-22T19:12:51.414Z] #19 44.53 Selecting previously unselected package libreadline5:amd64. [2021-02-22T19:12:51.414Z] #19 44.55 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-22T19:12:51.414Z] #19 44.56 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-22T19:12:51.524Z] #42 ... [2021-02-22T19:12:51.524Z] [2021-02-22T19:12:51.525Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:51.525Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:51.525Z] #19 49.14 Selecting previously unselected package vim. [2021-02-22T19:12:51.525Z] #19 49.15 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-22T19:12:51.525Z] #19 49.17 Unpacking vim (2:8.1.0875-5) ... [2021-02-22T19:12:51.677Z] #19 44.67 Selecting previously unselected package net-tools. [2021-02-22T19:12:51.677Z] #19 44.68 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-22T19:12:51.677Z] #19 44.69 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-22T19:12:51.677Z] #19 44.90 Selecting previously unselected package python-pip-whl. [2021-02-22T19:12:51.677Z] #19 44.90 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-22T19:12:51.677Z] #19 44.91 Unpacking python-pip-whl (18.1-5) ... [2021-02-22T19:12:51.879Z] #19 60.37 Setting up xfsprogs (4.20.0-1) ... [2021-02-22T19:12:51.879Z] #19 ... [2021-02-22T19:12:51.879Z] [2021-02-22T19:12:51.879Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:12:51.879Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:12:51.879Z] #39 187.3 + dpkg --print-architecture [2021-02-22T19:12:51.879Z] #39 187.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-22T19:12:52.096Z] #19 49.73 Selecting previously unselected package xfsprogs. [2021-02-22T19:12:52.096Z] #19 49.73 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-22T19:12:52.096Z] #19 49.74 Unpacking xfsprogs (4.20.0-1) ... [2021-02-22T19:12:52.121Z] #55 ... [2021-02-22T19:12:52.121Z] [2021-02-22T19:12:52.121Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:52.121Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:12:52.121Z] #42 141.6 CC criu/sk-netlink.o [2021-02-22T19:12:52.121Z] #42 141.9 CC criu/sk-packet.o [2021-02-22T19:12:52.121Z] #42 142.4 CC criu/sk-queue.o [2021-02-22T19:12:52.121Z] #42 142.7 CC criu/sk-tcp.o [2021-02-22T19:12:52.121Z] #42 143.1 CC criu/sk-unix.o [2021-02-22T19:12:52.139Z] #39 187.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-22T19:12:52.139Z] #39 187.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-22T19:12:52.251Z] #19 45.45 Selecting previously unselected package python3-lib2to3. [2021-02-22T19:12:52.251Z] #19 45.46 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-22T19:12:52.251Z] #19 45.47 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-22T19:12:52.518Z] #19 45.63 Selecting previously unselected package python3-distutils. [2021-02-22T19:12:52.518Z] #19 45.64 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-22T19:12:52.518Z] #19 45.64 Unpacking python3-distutils (3.7.3-1) ... [2021-02-22T19:12:52.518Z] #19 45.80 Selecting previously unselected package python3-pip. [2021-02-22T19:12:52.518Z] #19 45.80 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-22T19:12:52.518Z] #19 45.82 Unpacking python3-pip (18.1-5) ... [2021-02-22T19:12:52.669Z] #19 50.16 Selecting previously unselected package zip. [2021-02-22T19:12:52.669Z] #19 50.19 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-22T19:12:52.669Z] #19 50.20 Unpacking zip (3.0-11+b1) ... [2021-02-22T19:12:52.698Z] #42 144.7 CC criu/sockets.o [2021-02-22T19:12:52.780Z] #19 45.98 Selecting previously unselected package python3-pkg-resources. [2021-02-22T19:12:52.780Z] #19 45.98 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-22T19:12:52.780Z] #19 46.00 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-22T19:12:52.930Z] #19 50.44 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-22T19:12:52.930Z] #19 50.47 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-22T19:12:52.930Z] #19 50.48 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:52.930Z] #19 50.50 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-22T19:12:52.930Z] #19 50.52 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-22T19:12:52.930Z] #19 50.55 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:52.930Z] #19 50.57 Setting up uidmap (1:4.5-1.1) ... [2021-02-22T19:12:52.930Z] #19 50.59 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-22T19:12:52.930Z] #19 50.61 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:12:52.930Z] #19 50.63 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-22T19:12:52.930Z] #19 50.65 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-22T19:12:53.042Z] #19 46.14 Selecting previously unselected package python3-setuptools. [2021-02-22T19:12:53.042Z] #19 46.15 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-22T19:12:53.042Z] #19 46.16 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-22T19:12:53.042Z] #19 46.38 Selecting previously unselected package python3-wheel. [2021-02-22T19:12:53.191Z] #19 50.68 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-22T19:12:53.191Z] #19 50.69 Setting up xxd (2:8.1.0875-5) ... [2021-02-22T19:12:53.191Z] #19 50.76 Setting up zip (3.0-11+b1) ... [2021-02-22T19:12:53.191Z] #19 50.77 Setting up vim-common (2:8.1.0875-5) ... [2021-02-22T19:12:53.191Z] #19 50.81 Setting up bash-completion (1:2.8-6) ... [2021-02-22T19:12:53.274Z] #42 145.4 CC criu/stats.o [2021-02-22T19:12:53.304Z] #19 46.38 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-22T19:12:53.304Z] #19 46.39 Unpacking python3-wheel (0.32.3-2) ... [2021-02-22T19:12:53.304Z] #19 46.49 Selecting previously unselected package sudo. [2021-02-22T19:12:53.304Z] #19 46.49 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-22T19:12:53.304Z] #19 46.50 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-22T19:12:53.855Z] #42 145.7 CC criu/string.o [2021-02-22T19:12:53.855Z] #42 145.8 CC criu/sysctl.o [2021-02-22T19:12:53.879Z] #19 47.10 Selecting previously unselected package thin-provisioning-tools. [2021-02-22T19:12:53.879Z] #19 47.11 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-22T19:12:53.879Z] #19 47.12 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-22T19:12:54.141Z] #19 47.37 Selecting previously unselected package uidmap. [2021-02-22T19:12:54.141Z] #19 47.37 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-22T19:12:54.141Z] #19 47.38 Unpacking uidmap (1:4.5-1.1) ... [2021-02-22T19:12:54.403Z] #19 47.51 Selecting previously unselected package vim-runtime. [2021-02-22T19:12:54.403Z] #19 47.51 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-22T19:12:54.403Z] #19 47.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-02-22T19:12:54.403Z] #19 47.58 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-22T19:12:54.403Z] #19 47.58 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-22T19:12:54.431Z] #42 146.4 CC criu/sysfs_parse.o [2021-02-22T19:12:55.007Z] #42 146.9 CC criu/timens.o [2021-02-22T19:12:55.271Z] #42 147.2 CC criu/timerfd.o [2021-02-22T19:12:55.437Z] #39 ... [2021-02-22T19:12:55.437Z] [2021-02-22T19:12:55.437Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:55.437Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:55.437Z] #42 110.6 CC criu/fifo.o [2021-02-22T19:12:55.437Z] #42 110.9 CC criu/file-ids.o [2021-02-22T19:12:55.437Z] #42 111.3 CC criu/file-lock.o [2021-02-22T19:12:55.437Z] #42 112.2 CC criu/files-ext.o [2021-02-22T19:12:55.437Z] #42 112.6 CC criu/files-reg.o [2021-02-22T19:12:55.437Z] #42 115.0 CC criu/files.o [2021-02-22T19:12:55.437Z] #42 117.2 CC criu/filesystems.o [2021-02-22T19:12:55.437Z] #42 117.9 CC criu/fsnotify.o [2021-02-22T19:12:55.437Z] #42 119.2 CC criu/image-desc.o [2021-02-22T19:12:55.437Z] #42 119.4 CC criu/image.o [2021-02-22T19:12:55.437Z] #42 120.4 CC criu/ipc_ns.o [2021-02-22T19:12:55.437Z] #42 ... [2021-02-22T19:12:55.437Z] [2021-02-22T19:12:55.437Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:55.437Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:55.437Z] #19 60.38 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-22T19:12:55.437Z] #19 60.81 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-22T19:12:55.438Z] #19 61.67 Setting up python3-distutils (3.7.3-1) ... [2021-02-22T19:12:55.438Z] #19 62.20 Setting up python3-setuptools (40.8.0-1) ... [2021-02-22T19:12:55.438Z] #19 63.41 Setting up python3-pip (18.1-5) ... [2021-02-22T19:12:55.534Z] #42 ... [2021-02-22T19:12:55.534Z] [2021-02-22T19:12:55.534Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:12:55.534Z] #52 sha256:c6d126a0686244c5db4f088bb9dc148a1fece83e7d6e3f6557aa8313abf954b2 [2021-02-22T19:12:55.534Z] #52 109.8 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-02-22T19:12:55.534Z] #52 111.0 + mkdir -p /build [2021-02-22T19:12:55.534Z] #52 111.0 + cp runc /build/runc [2021-02-22T19:12:55.534Z] #52 DONE 111.6s [2021-02-22T19:12:55.534Z] [2021-02-22T19:12:55.534Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:55.534Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:12:55.534Z] #42 147.5 CC criu/tty.o [2021-02-22T19:12:55.737Z] #19 53.52 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:55.737Z] #19 53.53 Setting up xz-utils (5.2.4-1) ... [2021-02-22T19:12:55.997Z] #19 53.55 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-22T19:12:55.997Z] #19 53.56 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-22T19:12:55.997Z] #19 53.65 invoke-rc.d: could not determine current runlevel [2021-02-22T19:12:55.997Z] #19 53.67 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-22T19:12:55.997Z] #19 53.69 Setting up pigz (2.4-1) ... [2021-02-22T19:12:55.997Z] #19 53.70 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-22T19:12:55.997Z] #19 53.72 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-22T19:12:55.997Z] #19 53.74 Setting up python-pip-whl (18.1-5) ... [2021-02-22T19:12:56.008Z] #19 64.41 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:12:56.008Z] #19 64.45 Processing triggers for mime-support (3.62) ... [2021-02-22T19:12:56.258Z] #19 53.76 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-22T19:12:56.258Z] #19 53.78 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-22T19:12:56.322Z] #19 ... [2021-02-22T19:12:56.322Z] [2021-02-22T19:12:56.322Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:56.322Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:56.322Z] #42 98.95 CC criu/clone-noasan.o [2021-02-22T19:12:56.322Z] #42 99.15 CC criu/config.o [2021-02-22T19:12:56.322Z] #42 100.7 CC criu/cr-check.o [2021-02-22T19:12:56.322Z] #42 102.6 CC criu/cr-dedup.o [2021-02-22T19:12:56.322Z] #42 103.0 CC criu/cr-dump.o [2021-02-22T19:12:56.322Z] #42 105.5 CC criu/cr-errno.o [2021-02-22T19:12:56.322Z] #42 105.6 CC criu/cr-restore.o [2021-02-22T19:12:56.519Z] #19 54.18 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-22T19:12:56.519Z] #19 54.21 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-22T19:12:56.780Z] #19 54.31 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:56.780Z] #19 54.36 Setting up vim (2:8.1.0875-5) ... [2021-02-22T19:12:56.780Z] #19 54.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-22T19:12:56.780Z] #19 54.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-22T19:12:56.780Z] #19 54.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-22T19:12:56.780Z] #19 54.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-22T19:12:56.780Z] #19 54.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-22T19:12:56.780Z] #19 54.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-22T19:12:56.780Z] #19 54.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-22T19:12:56.780Z] #19 54.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-22T19:12:56.780Z] #19 54.47 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-22T19:12:56.780Z] #19 54.49 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-22T19:12:57.041Z] #19 54.51 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-22T19:12:57.041Z] #19 54.53 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-22T19:12:57.041Z] #19 54.55 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-22T19:12:57.041Z] #19 54.57 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-22T19:12:57.392Z] #19 DONE 65.5s [2021-02-22T19:12:57.392Z] [2021-02-22T19:12:57.392Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:57.392Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:12:57.392Z] #42 121.6 CC criu/irmap.o [2021-02-22T19:12:57.392Z] #42 122.1 CC criu/kcmp-ids.o [2021-02-22T19:12:57.392Z] #42 122.3 CC criu/kerndat.o [2021-02-22T19:12:57.457Z] #42 149.2 CC criu/tun.o [2021-02-22T19:12:57.457Z] #42 149.6 CC criu/uffd.o [2021-02-22T19:12:57.712Z] #42 ... [2021-02-22T19:12:57.712Z] [2021-02-22T19:12:57.712Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:12:57.712Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:12:57.712Z] #19 50.90 Selecting previously unselected package vim. [2021-02-22T19:12:57.712Z] #19 50.91 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-22T19:12:57.712Z] #19 50.92 Unpacking vim (2:8.1.0875-5) ... [2021-02-22T19:12:58.035Z] #42 ... [2021-02-22T19:12:58.035Z] [2021-02-22T19:12:58.035Z] #23 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-02-22T19:12:58.035Z] #23 sha256:84cee587f681abb17d1933ad4cdeca6dccb73842406eed1fbe8dbb6f52caffe0 [2021-02-22T19:12:58.035Z] #23 203.5 + return [2021-02-22T19:12:58.035Z] #23 DONE 203.8s [2021-02-22T19:12:58.035Z] [2021-02-22T19:12:58.035Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:12:58.035Z] #55 sha256:9adbdb33f1cf10bc497d587b0e84c6aee323f51356e82cc904e94926c8d02ccc [2021-02-22T19:12:58.285Z] #19 51.55 Selecting previously unselected package xfsprogs. [2021-02-22T19:12:58.285Z] #19 51.56 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-22T19:12:58.285Z] #19 51.60 Unpacking xfsprogs (4.20.0-1) ... [2021-02-22T19:12:58.334Z] #42 ... [2021-02-22T19:12:58.334Z] [2021-02-22T19:12:58.334Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-22T19:12:58.334Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-22T19:12:58.334Z] #20 1.056 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-22T19:12:58.334Z] #20 1.060 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-22T19:12:58.334Z] #20 1.073 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-22T19:12:58.334Z] #20 DONE 1.1s [2021-02-22T19:12:58.334Z] [2021-02-22T19:12:58.334Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-22T19:12:58.334Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-22T19:12:58.611Z] #55 ... [2021-02-22T19:12:58.611Z] [2021-02-22T19:12:58.611Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:12:58.611Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:12:58.611Z] #42 150.7 CC criu/util.o [2021-02-22T19:12:58.859Z] #19 52.05 Selecting previously unselected package zip. [2021-02-22T19:12:58.859Z] #19 52.09 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-22T19:12:58.859Z] #19 52.10 Unpacking zip (3.0-11+b1) ... [2021-02-22T19:12:59.121Z] #19 52.27 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-22T19:12:59.121Z] #19 52.29 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-22T19:12:59.121Z] #19 52.30 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:59.121Z] #19 52.32 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-22T19:12:59.121Z] #19 52.33 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-22T19:12:59.121Z] #19 52.34 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-22T19:12:59.121Z] #19 52.35 Setting up uidmap (1:4.5-1.1) ... [2021-02-22T19:12:59.121Z] #19 52.37 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-22T19:12:59.121Z] #19 52.38 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-22T19:12:59.121Z] #19 52.39 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-22T19:12:59.121Z] #19 52.41 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-22T19:12:59.121Z] #19 52.42 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-22T19:12:59.121Z] #19 52.43 Setting up xxd (2:8.1.0875-5) ... [2021-02-22T19:12:59.121Z] #19 52.45 Setting up zip (3.0-11+b1) ... [2021-02-22T19:12:59.383Z] #19 52.47 Setting up vim-common (2:8.1.0875-5) ... [2021-02-22T19:12:59.383Z] #19 52.49 Setting up bash-completion (1:2.8-6) ... [2021-02-22T19:13:00.004Z] #42 151.9 CC criu/uts_ns.o [2021-02-22T19:13:00.004Z] #42 152.0 CC criu/vdso.o [2021-02-22T19:13:00.398Z] #19 57.63 Setting up iptables (1.8.2-4) ... [2021-02-22T19:13:00.398Z] #19 57.65 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-22T19:13:00.398Z] #19 57.65 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-22T19:13:00.398Z] #19 57.66 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-22T19:13:00.398Z] #19 57.67 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-22T19:13:00.398Z] #19 57.68 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-22T19:13:00.398Z] #19 57.69 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-22T19:13:00.398Z] #19 57.70 Setting up python3 (3.7.3-1) ... [2021-02-22T19:13:00.398Z] #19 58.11 Setting up python3-wheel (0.32.3-2) ... [2021-02-22T19:13:00.579Z] #42 ... [2021-02-22T19:13:00.580Z] [2021-02-22T19:13:00.580Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-22T19:13:00.580Z] #24 sha256:850a988cd03a4c57adcb08b38e9624981a6b4f09d6fd2fa19cae965accdb16f2 [2021-02-22T19:13:00.580Z] #24 DONE 0.8s [2021-02-22T19:13:00.580Z] [2021-02-22T19:13:00.580Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:00.580Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:13:00.580Z] #42 152.5 LINK criu/built-in.o [2021-02-22T19:13:00.580Z] #42 152.6 LINK criu/criu [2021-02-22T19:13:00.842Z] #42 153.0 DEP lib/c/criu.d [2021-02-22T19:13:01.105Z] #42 153.1 CC images/rpc.pb-c.o [2021-02-22T19:13:01.349Z] #19 58.88 Setting up apparmor (2.13.2-10) ... [2021-02-22T19:13:01.349Z] #19 ... [2021-02-22T19:13:01.349Z] [2021-02-22T19:13:01.349Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:13:01.349Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:13:01.349Z] #39 188.7 + dpkg --print-architecture [2021-02-22T19:13:01.619Z] #39 188.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-22T19:13:01.681Z] #42 153.6 CC lib/c/criu.o [2021-02-22T19:13:01.881Z] #39 188.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-22T19:13:01.881Z] #39 188.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-22T19:13:02.631Z] #42 154.6 LINK lib/c/built-in.o [2021-02-22T19:13:02.631Z] #42 154.6 LINK lib/c/libcriu.so [2021-02-22T19:13:02.631Z] #42 154.6 LINK lib/c/libcriu.a [2021-02-22T19:13:02.631Z] #42 154.8 GEN magic.py [2021-02-22T19:13:02.694Z] #19 55.38 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-22T19:13:02.694Z] #19 55.39 Setting up xz-utils (5.2.4-1) ... [2021-02-22T19:13:02.694Z] #19 55.40 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-22T19:13:02.694Z] #19 55.41 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-22T19:13:02.694Z] #19 55.51 invoke-rc.d: could not determine current runlevel [2021-02-22T19:13:02.694Z] #19 55.52 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-22T19:13:02.694Z] #19 55.53 Setting up pigz (2.4-1) ... [2021-02-22T19:13:02.694Z] #19 55.55 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-22T19:13:02.694Z] #19 55.56 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-22T19:13:02.694Z] #19 55.58 Setting up python-pip-whl (18.1-5) ... [2021-02-22T19:13:02.694Z] #19 55.60 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-22T19:13:02.694Z] #19 55.62 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-22T19:13:02.823Z] #39 ... [2021-02-22T19:13:02.823Z] [2021-02-22T19:13:02.823Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:02.823Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:02.823Z] #42 107.9 CC criu/crtools.o [2021-02-22T19:13:02.823Z] #42 108.4 CC criu/eventfd.o [2021-02-22T19:13:02.823Z] #42 108.8 CC criu/eventpoll.o [2021-02-22T19:13:02.823Z] #42 109.6 CC criu/external.o [2021-02-22T19:13:02.823Z] #42 110.1 CC criu/fault-injection.o [2021-02-22T19:13:02.823Z] #42 110.2 CC criu/fdstore.o [2021-02-22T19:13:02.823Z] #42 110.6 CC criu/fifo.o [2021-02-22T19:13:02.823Z] #42 110.9 CC criu/file-ids.o [2021-02-22T19:13:02.823Z] #42 111.2 CC criu/file-lock.o [2021-02-22T19:13:02.823Z] #42 112.1 CC criu/files-ext.o [2021-02-22T19:13:02.823Z] #42 112.6 CC criu/files-reg.o [2021-02-22T19:13:02.823Z] #42 114.8 CC criu/files.o [2021-02-22T19:13:02.823Z] #42 116.8 CC criu/filesystems.o [2021-02-22T19:13:02.823Z] #42 117.5 CC criu/fsnotify.o [2021-02-22T19:13:02.895Z] #42 154.9 Note: Building without setproctitle() and strlcpy() support. [2021-02-22T19:13:02.895Z] #42 154.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-22T19:13:02.895Z] #42 154.9 Note: Building without GnuTLS support [2021-02-22T19:13:02.895Z] #42 154.9 Makefile.config:39: Warn: you have no libnftables installed [2021-02-22T19:13:02.895Z] #42 154.9 Makefile.config:40: Warn: Building without nftables support [2021-02-22T19:13:02.957Z] #19 56.04 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-22T19:13:02.957Z] #19 56.05 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-22T19:13:02.957Z] #19 56.06 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-22T19:13:02.957Z] #19 56.07 Setting up vim (2:8.1.0875-5) ... [2021-02-22T19:13:02.957Z] #19 56.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-22T19:13:02.957Z] #19 56.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-22T19:13:02.957Z] #19 56.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-22T19:13:02.957Z] #19 56.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-22T19:13:02.957Z] #19 56.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-22T19:13:02.957Z] #19 56.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-22T19:13:02.957Z] #19 56.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-22T19:13:02.957Z] #19 56.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-22T19:13:02.957Z] #19 56.19 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-22T19:13:02.957Z] #19 56.20 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-22T19:13:02.957Z] #19 56.22 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-22T19:13:02.957Z] #19 56.23 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-22T19:13:02.957Z] #19 56.24 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-22T19:13:03.219Z] #19 56.26 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-22T19:13:03.395Z] #42 ... [2021-02-22T19:13:03.395Z] [2021-02-22T19:13:03.395Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:13:03.395Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:13:03.395Z] #19 60.94 Setting up xfsprogs (4.20.0-1) ... [2021-02-22T19:13:03.395Z] #19 60.96 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-22T19:13:03.471Z] #42 155.6 fatal: not a git repository (or any of the parent directories): .git [2021-02-22T19:13:03.618Z] #21 5.215 Collecting yamllint==1.16.0 [2021-02-22T19:13:03.966Z] #19 61.41 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-22T19:13:04.419Z] #42 156.3 make[1]: Nothing to be done for 'all'. [2021-02-22T19:13:04.924Z] #19 62.46 Setting up python3-distutils (3.7.3-1) ... [2021-02-22T19:13:05.001Z] #21 ... [2021-02-22T19:13:05.001Z] [2021-02-22T19:13:05.001Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:05.001Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:05.001Z] #42 124.2 CC criu/libnetlink.o [2021-02-22T19:13:05.001Z] #42 124.7 CC criu/log.o [2021-02-22T19:13:05.001Z] #42 125.2 CC criu/lsm.o [2021-02-22T19:13:05.001Z] #42 125.6 CC criu/mem.o [2021-02-22T19:13:05.001Z] #42 127.3 CC criu/memfd.o [2021-02-22T19:13:05.001Z] #42 128.0 CC criu/mount.o [2021-02-22T19:13:05.369Z] #42 157.2 make[1]: 'images/built-in.o' is up to date. [2021-02-22T19:13:05.369Z] #42 157.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-22T19:13:05.369Z] #42 157.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-22T19:13:05.369Z] #42 157.4 make[1]: 'compel/libcompel.a' is up to date. [2021-02-22T19:13:05.369Z] #42 157.4 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-22T19:13:05.369Z] #42 157.5 make[1]: Nothing to be done for 'all'. [2021-02-22T19:13:05.369Z] #42 157.5 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-22T19:13:05.495Z] #19 62.99 Setting up python3-setuptools (40.8.0-1) ... [2021-02-22T19:13:05.632Z] #42 ... [2021-02-22T19:13:05.632Z] [2021-02-22T19:13:05.632Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-22T19:13:05.632Z] #29 sha256:ce3fbe96c774a7891467ea0baa08950c1566feab5a503ac537a8ca113d4ea70f [2021-02-22T19:13:05.632Z] #29 DONE 5.1s [2021-02-22T19:13:05.632Z] [2021-02-22T19:13:05.632Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:05.632Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:13:05.632Z] #42 157.8 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:05.895Z] #42 157.8 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:05.895Z] #42 157.9 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:05.895Z] #42 158.0 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:05.895Z] #42 158.1 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:06.158Z] #42 ... [2021-02-22T19:13:06.158Z] [2021-02-22T19:13:06.158Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-22T19:13:06.158Z] #32 sha256:cca9af461c3dfb5877fa44a8d6e25e2b8003d3bf81141da7b3f934e8d2c99587 [2021-02-22T19:13:06.158Z] #32 DONE 0.5s [2021-02-22T19:13:06.158Z] [2021-02-22T19:13:06.158Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:06.158Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:13:06.158Z] #42 158.1 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:06.158Z] #42 158.2 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:06.158Z] #42 158.3 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:06.385Z] #42 131.7 CC criu/namespaces.o [2021-02-22T19:13:06.422Z] #42 ... [2021-02-22T19:13:06.422Z] [2021-02-22T19:13:06.422Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-22T19:13:06.422Z] #34 sha256:b173ffa0cc7582227834b73c0feeec234ff758c91ef492627dccec45e96b6b45 [2021-02-22T19:13:06.422Z] #34 DONE 0.1s [2021-02-22T19:13:06.422Z] [2021-02-22T19:13:06.422Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:06.422Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-22T19:13:06.422Z] #42 158.3 INSTALL criu/criu [2021-02-22T19:13:06.422Z] #42 DONE 158.5s [2021-02-22T19:13:06.422Z] [2021-02-22T19:13:06.422Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-22T19:13:06.422Z] #37 sha256:8a47ad4a6f10f002345ff548d5cb9e20e26c1e526034d04cddda38b61949568c [2021-02-22T19:13:06.422Z] #37 DONE 0.2s [2021-02-22T19:13:06.422Z] [2021-02-22T19:13:06.422Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-22T19:13:06.422Z] #40 sha256:011f34a436c9dafd7a0d2909378da869f988b7b5d5f2e21093c14c72bd84f779 [2021-02-22T19:13:06.437Z] #19 64.16 Setting up python3-pip (18.1-5) ... [2021-02-22T19:13:06.530Z] #19 59.44 Setting up iptables (1.8.2-4) ... [2021-02-22T19:13:06.530Z] #19 59.46 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-22T19:13:06.530Z] #19 59.46 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-22T19:13:06.530Z] #19 59.47 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-22T19:13:06.530Z] #19 59.47 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-22T19:13:06.530Z] #19 59.48 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-22T19:13:06.530Z] #19 59.49 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-22T19:13:06.530Z] #19 59.50 Setting up python3 (3.7.3-1) ... [2021-02-22T19:13:06.791Z] #19 60.07 Setting up python3-wheel (0.32.3-2) ... [2021-02-22T19:13:07.370Z] #40 DONE 0.7s [2021-02-22T19:13:07.370Z] [2021-02-22T19:13:07.370Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:13:07.370Z] #55 sha256:9adbdb33f1cf10bc497d587b0e84c6aee323f51356e82cc904e94926c8d02ccc [2021-02-22T19:13:07.752Z] #19 60.93 Setting up apparmor (2.13.2-10) ... [2021-02-22T19:13:07.824Z] #19 65.29 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:13:07.824Z] #19 65.35 Processing triggers for mime-support (3.62) ... [2021-02-22T19:13:08.014Z] #19 ... [2021-02-22T19:13:08.014Z] [2021-02-22T19:13:08.014Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:08.014Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:08.014Z] #42 110.9 CC criu/cr-service.o [2021-02-22T19:13:08.014Z] #42 112.6 CC criu/crtools.o [2021-02-22T19:13:08.014Z] #42 113.2 CC criu/eventfd.o [2021-02-22T19:13:08.014Z] #42 113.6 CC criu/eventpoll.o [2021-02-22T19:13:08.014Z] #42 114.5 CC criu/external.o [2021-02-22T19:13:08.014Z] #42 114.9 CC criu/fault-injection.o [2021-02-22T19:13:08.014Z] #42 115.1 CC criu/fdstore.o [2021-02-22T19:13:08.014Z] #42 115.4 CC criu/fifo.o [2021-02-22T19:13:08.014Z] #42 115.8 CC criu/file-ids.o [2021-02-22T19:13:08.014Z] #42 116.2 CC criu/file-lock.o [2021-02-22T19:13:08.014Z] #42 117.1 CC criu/files-ext.o [2021-02-22T19:13:08.014Z] #42 117.5 CC criu/files-reg.o [2021-02-22T19:13:08.014Z] #42 119.9 CC criu/files.o [2021-02-22T19:13:08.276Z] #42 ... [2021-02-22T19:13:08.276Z] [2021-02-22T19:13:08.276Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:13:08.276Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:13:08.276Z] #39 192.7 + dpkg --print-architecture [2021-02-22T19:13:08.276Z] #39 192.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-22T19:13:08.300Z] #42 133.4 CC criu/net.o [2021-02-22T19:13:08.319Z] #55 ... [2021-02-22T19:13:08.319Z] [2021-02-22T19:13:08.319Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-22T19:13:08.319Z] #43 sha256:69e14a1984bc5fcf0acb46afc754425802da65f30604c28951321be7ad9d283a [2021-02-22T19:13:08.319Z] #43 DONE 0.2s [2021-02-22T19:13:08.319Z] [2021-02-22T19:13:08.319Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-22T19:13:08.319Z] #45 sha256:754bb76d0144f5d5c20f3075b184f7b6722f16262494dbd9157c3d3ed4d94591 [2021-02-22T19:13:08.582Z] #45 DONE 0.4s [2021-02-22T19:13:08.582Z] [2021-02-22T19:13:08.582Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:13:08.582Z] #55 sha256:9adbdb33f1cf10bc497d587b0e84c6aee323f51356e82cc904e94926c8d02ccc [2021-02-22T19:13:08.845Z] #55 ... [2021-02-22T19:13:08.845Z] [2021-02-22T19:13:08.845Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-22T19:13:08.845Z] #47 sha256:961152e77f85ab7ce9877f3aba6df8964db74be64604b87f00c4c2c8abde4f53 [2021-02-22T19:13:08.850Z] #39 193.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-22T19:13:08.850Z] #39 193.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-22T19:13:08.870Z] #42 ... [2021-02-22T19:13:08.870Z] [2021-02-22T19:13:08.870Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-22T19:13:08.870Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-22T19:13:08.870Z] #21 10.64 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-22T19:13:09.109Z] #47 DONE 0.2s [2021-02-22T19:13:09.109Z] [2021-02-22T19:13:09.109Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-22T19:13:09.109Z] #49 sha256:0009e8b824e6376602e512bd33fdd1b0e53f861e390a4784c29034ddcf2d956d [2021-02-22T19:13:09.131Z] #21 10.75 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-22T19:13:09.131Z] #21 10.80 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-22T19:13:09.131Z] #21 10.87 Collecting pyyaml (from yamllint==1.16.0) [2021-02-22T19:13:09.216Z] #19 DONE 66.5s [2021-02-22T19:13:09.217Z] [2021-02-22T19:13:09.217Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-22T19:13:09.217Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-22T19:13:09.391Z] #21 11.11 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-22T19:13:09.651Z] #21 11.42 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-22T19:13:09.689Z] #49 DONE 0.7s [2021-02-22T19:13:09.689Z] [2021-02-22T19:13:09.689Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:13:09.689Z] #55 sha256:9adbdb33f1cf10bc497d587b0e84c6aee323f51356e82cc904e94926c8d02ccc [2021-02-22T19:13:09.689Z] #55 ... [2021-02-22T19:13:09.689Z] [2021-02-22T19:13:09.689Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-22T19:13:09.689Z] #51 sha256:55f97feac294c43412e2a9fd6e10fad93c9320db3f42f3ca52d3d4528c9a906a [2021-02-22T19:13:09.689Z] #51 DONE 0.2s [2021-02-22T19:13:09.689Z] [2021-02-22T19:13:09.689Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-22T19:13:09.689Z] #53 sha256:e56800c230ceb964dffeda2f08c22b3bfecb16ab7df12de0551876d7fdfe7876 [2021-02-22T19:13:09.913Z] #21 11.76 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-22T19:13:10.161Z] #20 1.133 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-22T19:13:10.161Z] #20 1.139 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-22T19:13:10.161Z] #20 1.143 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-22T19:13:10.161Z] #20 DONE 1.2s [2021-02-22T19:13:10.161Z] [2021-02-22T19:13:10.161Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-22T19:13:10.161Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-22T19:13:10.483Z] #21 DONE 12.2s [2021-02-22T19:13:10.483Z] [2021-02-22T19:13:10.483Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-22T19:13:10.483Z] #24 sha256:f00a041239fa75863a82dd0a73b8a4d2a54938bea59bd6aa1dea3432d85958de [2021-02-22T19:13:10.634Z] #53 DONE 0.5s [2021-02-22T19:13:10.634Z] [2021-02-22T19:13:10.634Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:13:10.634Z] #55 sha256:9adbdb33f1cf10bc497d587b0e84c6aee323f51356e82cc904e94926c8d02ccc [2021-02-22T19:13:11.054Z] #24 DONE 0.4s [2021-02-22T19:13:11.054Z] [2021-02-22T19:13:11.054Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-22T19:13:11.054Z] #29 sha256:45c9f56bd7ec485e9d9532ed91b5299e9483dc17eae90e596cd334119b7953e0 [2021-02-22T19:13:14.371Z] #21 ... [2021-02-22T19:13:14.371Z] [2021-02-22T19:13:14.371Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:14.371Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:14.371Z] #42 118.8 CC criu/image-desc.o [2021-02-22T19:13:14.371Z] #42 118.9 CC criu/image.o [2021-02-22T19:13:14.371Z] #42 119.9 CC criu/ipc_ns.o [2021-02-22T19:13:14.371Z] #42 121.2 CC criu/irmap.o [2021-02-22T19:13:14.371Z] #42 122.0 CC criu/kcmp-ids.o [2021-02-22T19:13:14.371Z] #42 122.3 CC criu/kerndat.o [2021-02-22T19:13:14.371Z] #42 123.4 CC criu/libnetlink.o [2021-02-22T19:13:14.371Z] #42 123.7 CC criu/log.o [2021-02-22T19:13:14.371Z] #42 124.6 CC criu/lsm.o [2021-02-22T19:13:14.371Z] #42 125.1 CC criu/mem.o [2021-02-22T19:13:14.371Z] #42 127.3 CC criu/memfd.o [2021-02-22T19:13:14.371Z] #42 127.9 CC criu/mount.o [2021-02-22T19:13:15.313Z] #42 ... [2021-02-22T19:13:15.313Z] [2021-02-22T19:13:15.313Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-22T19:13:15.313Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-22T19:13:15.313Z] #21 5.255 Collecting yamllint==1.16.0 [2021-02-22T19:13:15.446Z] #39 ... [2021-02-22T19:13:15.446Z] [2021-02-22T19:13:15.446Z] #19 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-02-22T19:13:15.446Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-22T19:13:15.446Z] #19 62.81 Setting up xfsprogs (4.20.0-1) ... [2021-02-22T19:13:15.446Z] #19 62.82 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-22T19:13:15.446Z] #19 63.21 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-22T19:13:15.446Z] #19 64.20 Setting up python3-distutils (3.7.3-1) ... [2021-02-22T19:13:15.446Z] #19 64.72 Setting up python3-setuptools (40.8.0-1) ... [2021-02-22T19:13:15.446Z] #19 65.96 Setting up python3-pip (18.1-5) ... [2021-02-22T19:13:15.446Z] #19 67.12 Processing triggers for libc-bin (2.28-10) ... [2021-02-22T19:13:15.446Z] #19 67.20 Processing triggers for mime-support (3.62) ... [2021-02-22T19:13:15.446Z] #19 DONE 68.1s [2021-02-22T19:13:15.446Z] [2021-02-22T19:13:15.446Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:15.446Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:15.446Z] #42 122.1 CC criu/filesystems.o [2021-02-22T19:13:15.446Z] #42 122.8 CC criu/fsnotify.o [2021-02-22T19:13:15.446Z] #42 124.2 CC criu/image-desc.o [2021-02-22T19:13:15.446Z] #42 124.3 CC criu/image.o [2021-02-22T19:13:15.446Z] #42 125.4 CC criu/ipc_ns.o [2021-02-22T19:13:15.446Z] #42 126.7 CC criu/irmap.o [2021-02-22T19:13:15.446Z] #42 127.5 CC criu/kcmp-ids.o [2021-02-22T19:13:15.446Z] #42 127.7 CC criu/kerndat.o [2021-02-22T19:13:16.023Z] #42 ... [2021-02-22T19:13:16.023Z] [2021-02-22T19:13:16.023Z] #20 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-02-22T19:13:16.023Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-22T19:13:16.023Z] #20 1.018 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-22T19:13:16.023Z] #20 1.023 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-22T19:13:16.023Z] #20 1.026 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-22T19:13:16.023Z] #20 DONE 1.1s [2021-02-22T19:13:16.023Z] [2021-02-22T19:13:16.023Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-22T19:13:16.023Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-22T19:13:16.338Z] #29 DONE 4.7s [2021-02-22T19:13:16.338Z] [2021-02-22T19:13:16.338Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-22T19:13:16.338Z] #32 sha256:08168731cb7a27d39246cf4a56737d406a7778c9e12efa223e437fe33ac3d97b [2021-02-22T19:13:16.338Z] #32 DONE 0.5s [2021-02-22T19:13:16.338Z] [2021-02-22T19:13:16.338Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-22T19:13:16.338Z] #34 sha256:0137c84c41e42a2bbf5f24ec05c8bf276ad9cf05d152f7029710046d58f47ad3 [2021-02-22T19:13:16.338Z] #34 DONE 0.1s [2021-02-22T19:13:16.338Z] [2021-02-22T19:13:16.338Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-22T19:13:16.338Z] #37 sha256:145b0fee0812637a000ed0f96d32203abe737b531d205c1bdc2fe43b3508ba21 [2021-02-22T19:13:16.338Z] #37 DONE 0.1s [2021-02-22T19:13:16.338Z] [2021-02-22T19:13:16.338Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:16.338Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:16.338Z] #42 137.0 CC criu/netfilter.o [2021-02-22T19:13:16.338Z] #42 137.3 CC criu/page-pipe.o [2021-02-22T19:13:16.338Z] #42 138.0 CC criu/page-xfer.o [2021-02-22T19:13:16.338Z] #42 139.4 CC criu/pagemap-cache.o [2021-02-22T19:13:16.338Z] #42 139.8 CC criu/pagemap.o [2021-02-22T19:13:16.338Z] #42 140.8 CC criu/parasite-syscall.o [2021-02-22T19:13:16.338Z] #42 141.6 CC criu/path.o [2021-02-22T19:13:16.909Z] #42 142.0 CC criu/pie-util-vdso-elf32.o [2021-02-22T19:13:17.169Z] #42 142.4 CC criu/pie-util-vdso.o [2021-02-22T19:13:17.430Z] #42 142.8 CC criu/pie-util.o [2021-02-22T19:13:18.035Z] #42 143.1 CC criu/pipes.o [2021-02-22T19:13:18.666Z] #42 144.0 CC criu/plugin.o [2021-02-22T19:13:19.263Z] #42 144.5 CC criu/proc_parse.o [2021-02-22T19:13:20.605Z] #21 10.63 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-22T19:13:20.866Z] #21 10.72 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-22T19:13:20.866Z] #21 10.77 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-22T19:13:20.866Z] #21 10.84 Collecting pyyaml (from yamllint==1.16.0) [2021-02-22T19:13:21.127Z] #21 11.06 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-22T19:13:21.176Z] #42 ... [2021-02-22T19:13:21.176Z] [2021-02-22T19:13:21.176Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:13:21.176Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:13:21.176Z] #39 DONE 216.3s [2021-02-22T19:13:21.176Z] [2021-02-22T19:13:21.176Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:21.176Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:21.698Z] #21 11.43 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-22T19:13:21.960Z] #21 11.82 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-22T19:13:22.115Z] #42 147.2 CC criu/protobuf-desc.o [2021-02-22T19:13:22.531Z] #21 DONE 12.3s [2021-02-22T19:13:22.531Z] [2021-02-22T19:13:22.531Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-22T19:13:22.531Z] #24 sha256:88b815c48c0e0379a6a6c57513611ca2313542fcfa0b8afac6ac801cb8e9f49a [2021-02-22T19:13:22.624Z] #21 5.710 Collecting yamllint==1.16.0 [2021-02-22T19:13:22.624Z] #21 ... [2021-02-22T19:13:22.624Z] [2021-02-22T19:13:22.624Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:22.624Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:22.624Z] #42 129.7 CC criu/libnetlink.o [2021-02-22T19:13:22.624Z] #42 130.1 CC criu/log.o [2021-02-22T19:13:22.624Z] #42 130.6 CC criu/lsm.o [2021-02-22T19:13:22.624Z] #42 131.2 CC criu/mem.o [2021-02-22T19:13:22.624Z] #42 133.0 CC criu/memfd.o [2021-02-22T19:13:22.624Z] #42 133.7 CC criu/mount.o [2021-02-22T19:13:22.792Z] #24 DONE 0.4s [2021-02-22T19:13:22.792Z] [2021-02-22T19:13:22.792Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:22.792Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:22.792Z] #42 132.2 CC criu/namespaces.o [2021-02-22T19:13:22.792Z] #42 133.8 CC criu/net.o [2021-02-22T19:13:22.792Z] #42 137.1 CC criu/netfilter.o [2021-02-22T19:13:22.792Z] #42 137.5 CC criu/page-pipe.o [2021-02-22T19:13:22.792Z] #42 ... [2021-02-22T19:13:22.792Z] [2021-02-22T19:13:22.792Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-22T19:13:22.792Z] #29 sha256:c646e0a56ba527cd1e4488fe5faa5c8b1b7e77e2005b9c57ef31d3299afaa076 [2021-02-22T19:13:23.067Z] #42 148.2 CC criu/protobuf.o [2021-02-22T19:13:23.067Z] #42 ... [2021-02-22T19:13:23.067Z] [2021-02-22T19:13:23.067Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-22T19:13:23.067Z] #40 sha256:fb237325ce07ab1f837b6452bfeb4ba69560f5152f27246564ad22edd68ba482 [2021-02-22T19:13:23.067Z] #40 DONE 0.6s [2021-02-22T19:13:23.331Z] [2021-02-22T19:13:23.331Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:23.331Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:23.331Z] #42 148.6 CC criu/pstree.o [2021-02-22T19:13:24.269Z] #42 149.6 CC criu/rbtree.o [2021-02-22T19:13:24.528Z] #42 149.8 CC criu/rst-malloc.o [2021-02-22T19:13:24.788Z] #42 150.1 CC criu/seccomp.o [2021-02-22T19:13:25.178Z] #42 137.5 CC criu/namespaces.o [2021-02-22T19:13:25.358Z] #42 150.7 CC criu/seize.o [2021-02-22T19:13:26.299Z] #42 151.5 CC criu/servicefd.o [2021-02-22T19:13:26.559Z] #42 151.8 CC criu/shmem.o [2021-02-22T19:13:27.131Z] #42 139.4 CC criu/net.o [2021-02-22T19:13:27.131Z] #42 ... [2021-02-22T19:13:27.131Z] [2021-02-22T19:13:27.131Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-22T19:13:27.131Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-22T19:13:27.131Z] #21 11.08 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-22T19:13:27.131Z] #21 11.19 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-22T19:13:27.399Z] #21 11.25 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-22T19:13:27.399Z] #21 11.34 Collecting pyyaml (from yamllint==1.16.0) [2021-02-22T19:13:27.503Z] #42 152.6 CC criu/sigframe.o [2021-02-22T19:13:27.503Z] #42 152.8 CC criu/signalfd.o [2021-02-22T19:13:27.667Z] #21 11.63 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-22T19:13:27.764Z] #42 ... [2021-02-22T19:13:27.764Z] [2021-02-22T19:13:27.764Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:13:27.764Z] #48 sha256:d8f2761d4ccd0d13a4a6de4533d8e05526b9ddbb0d71cb2bfab18396cee6d114 [2021-02-22T19:13:27.764Z] #48 222.5 + /build/golangci-lint --version [2021-02-22T19:13:27.764Z] #48 222.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-22T19:13:27.764Z] #48 DONE 223.3s [2021-02-22T19:13:27.932Z] #21 12.01 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-22T19:13:28.024Z] [2021-02-22T19:13:28.024Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:28.024Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:28.024Z] #42 153.1 CC criu/sk-inet.o [2021-02-22T19:13:28.504Z] #21 12.46 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-22T19:13:28.757Z] #55 197.5 + bin/containerd-stress [2021-02-22T19:13:28.966Z] #42 154.3 CC criu/sk-netlink.o [2021-02-22T19:13:29.077Z] #21 DONE 13.0s [2021-02-22T19:13:29.077Z] [2021-02-22T19:13:29.077Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:13:29.077Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:13:29.077Z] #39 ... [2021-02-22T19:13:29.077Z] [2021-02-22T19:13:29.077Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-22T19:13:29.077Z] #24 sha256:39d53ccec0fea7c717661abaffad96169187464c4c92d302e545ce43c6a5d46f [2021-02-22T19:13:29.226Z] #42 154.6 CC criu/sk-packet.o [2021-02-22T19:13:29.340Z] #24 DONE 0.4s [2021-02-22T19:13:29.340Z] [2021-02-22T19:13:29.340Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-22T19:13:29.340Z] #29 sha256:f11ac17b6b6cae145c4fa2687ca434277a779a1d2d60797b0b222d392307861e [2021-02-22T19:13:29.377Z] #29 ... [2021-02-22T19:13:29.377Z] [2021-02-22T19:13:29.377Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:29.377Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:29.377Z] #42 138.4 CC criu/page-xfer.o [2021-02-22T19:13:29.377Z] #42 139.7 CC criu/pagemap-cache.o [2021-02-22T19:13:29.377Z] #42 140.1 CC criu/pagemap.o [2021-02-22T19:13:29.377Z] #42 141.1 CC criu/parasite-syscall.o [2021-02-22T19:13:29.377Z] #42 141.9 CC criu/path.o [2021-02-22T19:13:29.377Z] #42 142.3 CC criu/pie-util-vdso-elf32.o [2021-02-22T19:13:29.377Z] #42 142.7 CC criu/pie-util-vdso.o [2021-02-22T19:13:29.377Z] #42 143.0 CC criu/pie-util.o [2021-02-22T19:13:29.377Z] #42 143.2 CC criu/pipes.o [2021-02-22T19:13:29.377Z] #42 ... [2021-02-22T19:13:29.377Z] [2021-02-22T19:13:29.377Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-22T19:13:29.377Z] #29 sha256:c646e0a56ba527cd1e4488fe5faa5c8b1b7e77e2005b9c57ef31d3299afaa076 [2021-02-22T19:13:29.377Z] #29 DONE 5.7s [2021-02-22T19:13:29.377Z] [2021-02-22T19:13:29.377Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-22T19:13:29.377Z] #32 sha256:e8f2a774758142a1ea5dcdc00f127a0182784cc3dc168a247bfcc851f2eb9efd [2021-02-22T19:13:29.377Z] #32 DONE 0.5s [2021-02-22T19:13:29.377Z] [2021-02-22T19:13:29.377Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-22T19:13:29.377Z] #34 sha256:ec6cd278a87a9272ff736428a28e797d0597ec4a79585a5288810f33a76c5396 [2021-02-22T19:13:29.377Z] #34 DONE 0.2s [2021-02-22T19:13:29.377Z] [2021-02-22T19:13:29.377Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-22T19:13:29.377Z] #37 sha256:b742e17b3a7c2cdc6c16316d96754bb5398c53500999e802948e0ecb750d899f [2021-02-22T19:13:29.638Z] #37 DONE 0.4s [2021-02-22T19:13:29.638Z] [2021-02-22T19:13:29.638Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:29.638Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:29.638Z] #42 143.8 CC criu/plugin.o [2021-02-22T19:13:29.638Z] #42 144.3 CC criu/proc_parse.o [2021-02-22T19:13:29.797Z] #42 154.9 CC criu/sk-queue.o [2021-02-22T19:13:29.797Z] #42 155.2 CC criu/sk-tcp.o [2021-02-22T19:13:30.143Z] #55 200.4 + bin/containerd-shim [2021-02-22T19:13:30.367Z] #42 155.5 CC criu/sk-unix.o [2021-02-22T19:13:31.308Z] #42 156.6 CC criu/sockets.o [2021-02-22T19:13:31.550Z] #42 146.7 CC criu/protobuf-desc.o [2021-02-22T19:13:31.982Z] #42 157.1 CC criu/stats.o [2021-02-22T19:13:31.982Z] #42 157.3 CC criu/string.o [2021-02-22T19:13:31.982Z] #42 157.4 CC criu/sysctl.o [2021-02-22T19:13:32.553Z] #42 157.8 CC criu/sysfs_parse.o [2021-02-22T19:13:32.664Z] #42 147.7 CC criu/protobuf.o [2021-02-22T19:13:32.814Z] #42 158.2 CC criu/timens.o [2021-02-22T19:13:32.925Z] #42 148.0 CC criu/pstree.o [2021-02-22T19:13:33.074Z] #42 158.4 CC criu/timerfd.o [2021-02-22T19:13:33.187Z] #42 ... [2021-02-22T19:13:33.187Z] [2021-02-22T19:13:33.187Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:13:33.187Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:13:33.187Z] #39 DONE 220.4s [2021-02-22T19:13:33.334Z] #42 158.6 CC criu/tty.o [2021-02-22T19:13:33.448Z] [2021-02-22T19:13:33.448Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:33.448Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:34.390Z] #42 149.4 CC criu/rbtree.o [2021-02-22T19:13:34.651Z] #42 149.7 CC criu/rst-malloc.o [2021-02-22T19:13:34.651Z] #42 149.9 CC criu/seccomp.o [2021-02-22T19:13:34.717Z] #42 159.9 CC criu/tun.o [2021-02-22T19:13:34.730Z] #29 DONE 4.7s [2021-02-22T19:13:34.730Z] [2021-02-22T19:13:34.730Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-22T19:13:34.730Z] #32 sha256:14cb065dfb3f2e51fd1e7a1bfd4e543c466cd902a38f862b08b2c90b1ff1e6c7 [2021-02-22T19:13:34.730Z] #32 DONE 0.4s [2021-02-22T19:13:34.730Z] [2021-02-22T19:13:34.730Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-22T19:13:34.730Z] #34 sha256:0e51c4dfe0cb7dff368c672b2c47be54e6427db5a9c96e2964759f6399ca43c4 [2021-02-22T19:13:34.730Z] #34 DONE 0.1s [2021-02-22T19:13:34.730Z] [2021-02-22T19:13:34.730Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-22T19:13:34.730Z] #37 sha256:8e83dac2e453bce9cdffefa5749ebfbb563d285ca38852d192b10548c52ce2c2 [2021-02-22T19:13:34.730Z] #37 DONE 0.1s [2021-02-22T19:13:34.730Z] [2021-02-22T19:13:34.730Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:34.730Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:34.730Z] #42 143.6 CC criu/netfilter.o [2021-02-22T19:13:34.730Z] #42 144.1 CC criu/page-pipe.o [2021-02-22T19:13:34.730Z] #42 144.7 CC criu/page-xfer.o [2021-02-22T19:13:34.730Z] #42 146.2 CC criu/pagemap-cache.o [2021-02-22T19:13:34.730Z] #42 146.5 CC criu/pagemap.o [2021-02-22T19:13:34.730Z] #42 147.5 CC criu/parasite-syscall.o [2021-02-22T19:13:34.977Z] #42 160.3 CC criu/uffd.o [2021-02-22T19:13:35.223Z] #42 ... [2021-02-22T19:13:35.223Z] [2021-02-22T19:13:35.223Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-22T19:13:35.223Z] #40 sha256:fd72c4fbd8c1c491ae3ee196d2bf4b243de689f96a178acdbcccbf7e60634800 [2021-02-22T19:13:35.223Z] #40 DONE 0.7s [2021-02-22T19:13:35.223Z] [2021-02-22T19:13:35.223Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:35.223Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:35.223Z] #42 150.5 CC criu/seize.o [2021-02-22T19:13:35.677Z] #42 148.4 CC criu/path.o [2021-02-22T19:13:35.939Z] #42 148.7 CC criu/pie-util-vdso-elf32.o [2021-02-22T19:13:36.166Z] #42 151.2 CC criu/servicefd.o [2021-02-22T19:13:36.360Z] #42 161.2 CC criu/util.o [2021-02-22T19:13:36.427Z] #42 151.6 CC criu/shmem.o [2021-02-22T19:13:36.513Z] #42 149.1 CC criu/pie-util-vdso.o [2021-02-22T19:13:36.744Z] #55 206.1 + bin/containerd-shim-runc-v1 [2021-02-22T19:13:36.775Z] #42 149.5 CC criu/pie-util.o [2021-02-22T19:13:36.931Z] #42 162.2 CC criu/uts_ns.o [2021-02-22T19:13:37.037Z] #42 149.8 CC criu/pipes.o [2021-02-22T19:13:37.191Z] #42 162.4 CC criu/vdso-compat.o [2021-02-22T19:13:37.370Z] #42 152.4 CC criu/sigframe.o [2021-02-22T19:13:37.370Z] #42 152.6 CC criu/signalfd.o [2021-02-22T19:13:37.451Z] #42 162.6 CC criu/vdso.o [2021-02-22T19:13:37.612Z] #42 150.5 CC criu/plugin.o [2021-02-22T19:13:37.712Z] #42 163.1 LINK criu/built-in.o [2021-02-22T19:13:37.712Z] #42 163.2 LINK criu/criu [2021-02-22T19:13:37.942Z] #42 ... [2021-02-22T19:13:37.942Z] [2021-02-22T19:13:37.942Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:13:37.942Z] #48 sha256:3c02fa64f7392d1248a70a43a764b4feb8f7b68f4bec2a638730c82836590b0b [2021-02-22T19:13:37.942Z] #48 224.7 + /build/golangci-lint --version [2021-02-22T19:13:37.942Z] #48 225.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-22T19:13:37.942Z] #48 DONE 225.2s [2021-02-22T19:13:37.942Z] [2021-02-22T19:13:37.942Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:37.942Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:37.942Z] #42 152.9 CC criu/sk-inet.o [2021-02-22T19:13:38.187Z] #42 ... [2021-02-22T19:13:38.187Z] [2021-02-22T19:13:38.187Z] #39 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-02-22T19:13:38.187Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-22T19:13:38.187Z] #39 DONE 222.4s [2021-02-22T19:13:38.187Z] [2021-02-22T19:13:38.187Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:13:38.187Z] #52 sha256:948936ece87396a2b9b1dc8f8831e83d9ecea92e0ccf8bf87f9db5efaf7350c4 [2021-02-22T19:13:38.187Z] #52 ... [2021-02-22T19:13:38.187Z] [2021-02-22T19:13:38.187Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:38.187Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:38.187Z] #42 151.0 CC criu/proc_parse.o [2021-02-22T19:13:38.282Z] #42 163.5 DEP lib/c/criu.d [2021-02-22T19:13:38.282Z] #42 163.6 CC images/rpc.pb-c.o [2021-02-22T19:13:38.852Z] #42 164.0 CC lib/c/criu.o [2021-02-22T19:13:38.885Z] #42 154.1 CC criu/sk-netlink.o [2021-02-22T19:13:39.423Z] #42 164.7 LINK lib/c/built-in.o [2021-02-22T19:13:39.423Z] #42 164.7 LINK lib/c/libcriu.so [2021-02-22T19:13:39.423Z] #42 164.8 LINK lib/c/libcriu.a [2021-02-22T19:13:39.457Z] #42 154.6 CC criu/sk-packet.o [2021-02-22T19:13:39.683Z] #42 164.9 GEN magic.py [2021-02-22T19:13:39.683Z] #42 165.0 Note: Building without setproctitle() and strlcpy() support. [2021-02-22T19:13:39.683Z] #42 165.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-22T19:13:39.683Z] #42 165.0 Note: Building without GnuTLS support [2021-02-22T19:13:39.683Z] #42 165.0 Makefile.config:39: Warn: you have no libnftables installed [2021-02-22T19:13:39.683Z] #42 165.0 Makefile.config:40: Warn: Building without nftables support [2021-02-22T19:13:39.718Z] #42 155.0 CC criu/sk-queue.o [2021-02-22T19:13:40.053Z] #55 210.1 + bin/containerd-shim-runc-v2 [2021-02-22T19:13:40.107Z] #42 ... [2021-02-22T19:13:40.107Z] [2021-02-22T19:13:40.107Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-22T19:13:40.107Z] #40 sha256:171fe19d3546333cf92957f59085942031190beb522a6e59f359cfa9044bef63 [2021-02-22T19:13:40.107Z] #40 DONE 0.8s [2021-02-22T19:13:40.107Z] [2021-02-22T19:13:40.107Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:13:40.107Z] #52 sha256:948936ece87396a2b9b1dc8f8831e83d9ecea92e0ccf8bf87f9db5efaf7350c4 [2021-02-22T19:13:40.253Z] #42 165.6 fatal: not a git repository (or any of the parent directories): .git [2021-02-22T19:13:40.291Z] #42 155.3 CC criu/sk-tcp.o [2021-02-22T19:13:40.552Z] #42 155.7 CC criu/sk-unix.o [2021-02-22T19:13:40.824Z] #42 166.1 make[1]: Nothing to be done for 'all'. [2021-02-22T19:13:40.995Z] #55 211.3 + binaries [2021-02-22T19:13:40.995Z] #55 211.3 + install -D bin/containerd /build/containerd [2021-02-22T19:13:40.995Z] #55 211.4 + install -D bin/containerd-shim /build/containerd-shim [2021-02-22T19:13:40.995Z] #55 211.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-22T19:13:40.995Z] #55 211.4 + install -D bin/ctr /build/ctr [2021-02-22T19:13:41.053Z] #52 ... [2021-02-22T19:13:41.053Z] [2021-02-22T19:13:41.053Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:41.053Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:41.053Z] #42 153.7 CC criu/protobuf-desc.o [2021-02-22T19:13:41.394Z] #42 166.7 make[1]: 'images/built-in.o' is up to date. [2021-02-22T19:13:41.394Z] #42 166.7 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-22T19:13:41.394Z] #42 166.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-22T19:13:41.394Z] #42 166.7 make[1]: 'compel/libcompel.a' is up to date. [2021-02-22T19:13:41.394Z] #42 166.8 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-22T19:13:41.394Z] #42 166.8 make[1]: Nothing to be done for 'all'. [2021-02-22T19:13:41.627Z] #42 154.5 CC criu/protobuf.o [2021-02-22T19:13:41.654Z] #42 166.8 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-22T19:13:41.654Z] #42 166.9 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:41.654Z] #42 167.0 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:41.654Z] #42 167.0 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:41.915Z] #42 167.1 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:41.915Z] #42 167.1 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:41.915Z] #42 167.1 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:41.915Z] #42 167.2 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:41.915Z] #42 167.3 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:41.940Z] #42 157.0 CC criu/sockets.o [2021-02-22T19:13:42.175Z] #42 167.3 INSTALL criu/criu [2021-02-22T19:13:42.201Z] #42 154.8 CC criu/pstree.o [2021-02-22T19:13:42.436Z] #42 DONE 167.6s [2021-02-22T19:13:42.436Z] [2021-02-22T19:13:42.436Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:13:42.436Z] #55 sha256:930ade1c4a10b69884d2e3a69306e3e7f87580ac9b7772592b381b351de602ae [2021-02-22T19:13:42.512Z] #42 157.6 CC criu/stats.o [2021-02-22T19:13:42.774Z] #42 157.8 CC criu/string.o [2021-02-22T19:13:42.774Z] #42 157.8 CC criu/sysctl.o [2021-02-22T19:13:42.906Z] #55 DONE 213.4s [2021-02-22T19:13:43.035Z] #42 158.3 CC criu/sysfs_parse.o [2021-02-22T19:13:43.147Z] #42 155.9 CC criu/rbtree.o [2021-02-22T19:13:43.297Z] #42 158.6 CC criu/timens.o [2021-02-22T19:13:43.409Z] #42 156.2 CC criu/rst-malloc.o [2021-02-22T19:13:43.670Z] #42 156.4 CC criu/seccomp.o [2021-02-22T19:13:43.819Z] #55 ... [2021-02-22T19:13:43.819Z] [2021-02-22T19:13:43.819Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-22T19:13:43.819Z] #43 sha256:99708adc0f86781ff69e9d589a01ea00833baf33a6948f416c97d25183c463af [2021-02-22T19:13:43.819Z] #43 DONE 0.1s [2021-02-22T19:13:43.869Z] #42 158.8 CC criu/timerfd.o [2021-02-22T19:13:43.869Z] #42 159.1 CC criu/tty.o [2021-02-22T19:13:44.084Z] [2021-02-22T19:13:44.084Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-22T19:13:44.084Z] #45 sha256:9d30fb15f5ce517d4a76a246690785146f7973b57fa9b717e4459d3e1a6b186a [2021-02-22T19:13:44.084Z] #45 DONE 0.2s [2021-02-22T19:13:44.084Z] [2021-02-22T19:13:44.084Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-22T19:13:44.084Z] #47 sha256:9e008c532f1426a70e3dcf4d3b4d3bf4907ca47940e8d52efc9d4bc8192b9a1e [2021-02-22T19:13:44.245Z] #42 157.1 CC criu/seize.o [2021-02-22T19:13:44.344Z] #47 DONE 0.1s [2021-02-22T19:13:44.344Z] [2021-02-22T19:13:44.344Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-22T19:13:44.344Z] #49 sha256:65c2ceba098dc456308ccd7e0f90a2a69111d2b5d84ed520e9b8b4daf5ea618f [2021-02-22T19:13:44.819Z] [2021-02-22T19:13:44.819Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-22T19:13:44.819Z] #56 sha256:611bb2b01412bf9fa2e710b9ab4d545e3c48e54c6206992cbb9d0ec9a15a48eb [2021-02-22T19:13:44.915Z] #49 DONE 0.5s [2021-02-22T19:13:44.915Z] [2021-02-22T19:13:44.915Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-22T19:13:44.915Z] #51 sha256:a05678cace49a0e2faf00ba237bcd67b841f5caf6033d97a988cd5031cc716e0 [2021-02-22T19:13:44.915Z] #51 DONE 0.1s [2021-02-22T19:13:44.915Z] [2021-02-22T19:13:44.915Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:13:44.915Z] #52 sha256:5e33e4ff4ca72d189b7c2b78957e260703b2437a7f1c1571dde0a4e3c9c71361 [2021-02-22T19:13:45.191Z] #42 157.9 CC criu/servicefd.o [2021-02-22T19:13:45.256Z] #42 160.3 CC criu/tun.o [2021-02-22T19:13:45.389Z] #56 DONE 1.1s [2021-02-22T19:13:45.453Z] #42 158.2 CC criu/shmem.o [2021-02-22T19:13:45.453Z] #42 ... [2021-02-22T19:13:45.453Z] [2021-02-22T19:13:45.453Z] #48 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-02-22T19:13:45.453Z] #48 sha256:abdce33ad87a1887105eb014c24e30f61ef9468ffedb40102a5c01545a766bae [2021-02-22T19:13:45.453Z] #48 229.1 + /build/golangci-lint --version [2021-02-22T19:13:45.453Z] #48 229.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-22T19:13:45.453Z] #48 DONE 230.0s [2021-02-22T19:13:45.517Z] #42 160.6 CC criu/uffd.o [2021-02-22T19:13:45.650Z] [2021-02-22T19:13:45.650Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-22T19:13:45.650Z] #60 sha256:1523654ac22bed694d00957cb353a959a640912581d4086ee2c7d9b84b546d74 [2021-02-22T19:13:45.716Z] [2021-02-22T19:13:45.716Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:13:45.716Z] #52 sha256:948936ece87396a2b9b1dc8f8831e83d9ecea92e0ccf8bf87f9db5efaf7350c4 [2021-02-22T19:13:45.910Z] #60 DONE 0.3s [2021-02-22T19:13:45.910Z] [2021-02-22T19:13:45.910Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-22T19:13:45.910Z] #62 sha256:323547636641fd57faa6cd96d6ae21d3e30de0b09a2cb078ec3fc157b173f3d2 [2021-02-22T19:13:46.090Z] #42 161.4 CC criu/util.o [2021-02-22T19:13:46.482Z] #62 DONE 0.6s [2021-02-22T19:13:46.482Z] [2021-02-22T19:13:46.482Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-22T19:13:46.482Z] #64 sha256:650f002b46f99eacfd3457cb42c51941b28bb92096de02845be83a530465bb39 [2021-02-22T19:13:46.482Z] #64 DONE 0.1s [2021-02-22T19:13:46.662Z] #52 ... [2021-02-22T19:13:46.662Z] [2021-02-22T19:13:46.662Z] #42 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-02-22T19:13:46.662Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-22T19:13:46.662Z] #42 159.3 CC criu/sigframe.o [2021-02-22T19:13:46.662Z] #42 159.6 CC criu/signalfd.o [2021-02-22T19:13:46.742Z] [2021-02-22T19:13:46.742Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-22T19:13:46.742Z] #65 sha256:bf6e0e6983b0b2486a817937268a03878eebe7fe4acc91f73e847b483a7fe080 [2021-02-22T19:13:46.742Z] #65 DONE 0.1s [2021-02-22T19:13:46.742Z] [2021-02-22T19:13:46.742Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-22T19:13:46.742Z] #66 sha256:7127bbec1157fccb131a4526614fd50596fbfb9e26e07b2d36ee2f79d68bebd9 [2021-02-22T19:13:47.034Z] #42 162.3 CC criu/uts_ns.o [2021-02-22T19:13:47.236Z] #42 159.9 CC criu/sk-inet.o [2021-02-22T19:13:47.296Z] #42 162.4 CC criu/vdso-compat.o [2021-02-22T19:13:47.557Z] #42 162.6 CC criu/vdso.o [2021-02-22T19:13:48.129Z] #42 163.0 LINK criu/built-in.o [2021-02-22T19:13:48.129Z] #42 163.2 LINK criu/criu [2021-02-22T19:13:48.183Z] #42 160.7 CC criu/sk-netlink.o [2021-02-22T19:13:48.183Z] #42 160.9 CC criu/sk-packet.o [2021-02-22T19:13:48.212Z] #52 ... [2021-02-22T19:13:48.212Z] [2021-02-22T19:13:48.212Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:13:48.212Z] #55 sha256:930ade1c4a10b69884d2e3a69306e3e7f87580ac9b7772592b381b351de602ae [2021-02-22T19:13:48.212Z] #55 203.9 + bin/containerd [2021-02-22T19:13:48.390Z] #42 163.5 DEP lib/c/criu.d [2021-02-22T19:13:48.390Z] #42 163.5 CC images/rpc.pb-c.o [2021-02-22T19:13:48.445Z] #42 161.4 CC criu/sk-queue.o [2021-02-22T19:13:48.655Z] #66 DONE 1.7s [2021-02-22T19:13:48.655Z] [2021-02-22T19:13:48.655Z] #67 exporting to image [2021-02-22T19:13:48.655Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-22T19:13:48.655Z] #67 exporting layers [2021-02-22T19:13:48.963Z] #42 164.0 CC lib/c/criu.o [2021-02-22T19:13:49.019Z] #42 161.7 CC criu/sk-tcp.o [2021-02-22T19:13:49.281Z] #42 162.1 CC criu/sk-unix.o [2021-02-22T19:13:49.535Z] #42 164.7 LINK lib/c/built-in.o [2021-02-22T19:13:49.535Z] #42 164.7 LINK lib/c/libcriu.so [2021-02-22T19:13:49.535Z] #42 164.7 LINK lib/c/libcriu.a [2021-02-22T19:13:49.797Z] #42 164.9 GEN magic.py [2021-02-22T19:13:50.058Z] #42 165.0 Note: Building without setproctitle() and strlcpy() support. [2021-02-22T19:13:50.058Z] #42 165.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-22T19:13:50.058Z] #42 165.0 Note: Building without GnuTLS support [2021-02-22T19:13:50.058Z] #42 165.0 Makefile.config:39: Warn: you have no libnftables installed [2021-02-22T19:13:50.058Z] #42 165.0 Makefile.config:40: Warn: Building without nftables support [2021-02-22T19:13:50.630Z] #42 165.6 fatal: not a git repository (or any of the parent directories): .git [2021-02-22T19:13:50.671Z] #42 163.4 CC criu/sockets.o [2021-02-22T19:13:50.891Z] #42 166.1 make[1]: Nothing to be done for 'all'. [2021-02-22T19:13:51.245Z] #42 164.0 CC criu/stats.o [2021-02-22T19:13:51.245Z] #42 164.2 CC criu/string.o [2021-02-22T19:13:51.463Z] #42 166.6 make[1]: 'images/built-in.o' is up to date. [2021-02-22T19:13:51.463Z] #42 166.7 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-22T19:13:51.507Z] #42 164.3 CC criu/sysctl.o [2021-02-22T19:13:51.724Z] #42 166.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-22T19:13:51.724Z] #42 166.7 make[1]: 'compel/libcompel.a' is up to date. [2021-02-22T19:13:51.724Z] #42 166.8 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-22T19:13:51.724Z] #42 166.8 make[1]: Nothing to be done for 'all'. [2021-02-22T19:13:51.724Z] #42 166.8 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-22T19:13:51.724Z] #42 166.9 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:51.985Z] #42 166.9 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:51.985Z] #42 167.0 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:51.985Z] #42 167.1 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:51.985Z] #42 167.1 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:51.985Z] #42 167.2 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:51.985Z] #42 167.2 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:52.081Z] #42 164.8 CC criu/sysfs_parse.o [2021-02-22T19:13:52.247Z] #42 167.3 make[2]: Nothing to be done for 'all'. [2021-02-22T19:13:52.247Z] #42 167.3 INSTALL criu/criu [2021-02-22T19:13:52.343Z] #42 165.1 CC criu/timens.o [2021-02-22T19:13:52.605Z] #42 165.5 CC criu/timerfd.o [2021-02-22T19:13:52.819Z] #42 DONE 167.9s [2021-02-22T19:13:52.819Z] [2021-02-22T19:13:52.819Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:13:52.819Z] #52 sha256:d36fb7280d86a1e7d7b77c76d12ed2b122059321d2e7eec694de78dc4f1a4e6c [2021-02-22T19:13:53.178Z] #42 165.7 CC criu/tty.o [2021-02-22T19:13:53.492Z] #55 ... [2021-02-22T19:13:53.492Z] [2021-02-22T19:13:53.492Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:13:53.492Z] #52 sha256:5e33e4ff4ca72d189b7c2b78957e260703b2437a7f1c1571dde0a4e3c9c71361 [2021-02-22T19:13:53.492Z] #52 128.5 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-02-22T19:13:53.492Z] #52 129.5 + mkdir -p /build [2021-02-22T19:13:53.492Z] #52 129.5 + cp runc /build/runc [2021-02-22T19:13:53.492Z] #52 DONE 130.2s [2021-02-22T19:13:53.492Z] [2021-02-22T19:13:53.492Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:13:53.492Z] #55 sha256:930ade1c4a10b69884d2e3a69306e3e7f87580ac9b7772592b381b351de602ae [2021-02-22T19:13:53.762Z] #52 ... [2021-02-22T19:13:53.762Z] [2021-02-22T19:13:53.762Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-22T19:13:53.762Z] #43 sha256:3a4599d8781aaf37a6c44a43d3cf5cf7ed74955c820fe096a7f07679e521a892 [2021-02-22T19:13:54.023Z] #43 DONE 0.1s [2021-02-22T19:13:54.023Z] [2021-02-22T19:13:54.023Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-22T19:13:54.023Z] #45 sha256:d2637a1a278519fad97acef649c2034cd7aafc2b61794502a6fc4b9328a0a210 [2021-02-22T19:13:54.285Z] #45 DONE 0.3s [2021-02-22T19:13:54.285Z] [2021-02-22T19:13:54.285Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-22T19:13:54.285Z] #47 sha256:58fe48402245f9d925db052e0f8d8829bc3282b8f6959c4aa1fe177b4e387e9a [2021-02-22T19:13:54.285Z] #47 DONE 0.1s [2021-02-22T19:13:54.285Z] [2021-02-22T19:13:54.285Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:13:54.285Z] #52 sha256:d36fb7280d86a1e7d7b77c76d12ed2b122059321d2e7eec694de78dc4f1a4e6c [2021-02-22T19:13:54.285Z] #52 ... [2021-02-22T19:13:54.285Z] [2021-02-22T19:13:54.285Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-22T19:13:54.285Z] #49 sha256:61e80904fbf4c29c70330117f6bbd54ed83b3a41c572ecbd7453ff6ed160ebe5 [2021-02-22T19:13:54.432Z] #55 ... [2021-02-22T19:13:54.432Z] [2021-02-22T19:13:54.432Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-22T19:13:54.432Z] #53 sha256:a51f4cf2d2656909bf6765c5cb1b561cfdb8fc9ce86d1ab8e262699b9c197726 [2021-02-22T19:13:54.569Z] #42 167.1 CC criu/tun.o [2021-02-22T19:13:54.569Z] #42 167.4 CC criu/uffd.o [2021-02-22T19:13:54.692Z] #53 DONE 0.3s [2021-02-22T19:13:54.692Z] [2021-02-22T19:13:54.692Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:13:54.692Z] #55 sha256:930ade1c4a10b69884d2e3a69306e3e7f87580ac9b7772592b381b351de602ae [2021-02-22T19:13:54.857Z] #49 DONE 0.6s [2021-02-22T19:13:54.857Z] [2021-02-22T19:13:54.857Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:13:54.857Z] #52 sha256:d36fb7280d86a1e7d7b77c76d12ed2b122059321d2e7eec694de78dc4f1a4e6c [2021-02-22T19:13:54.857Z] #52 ... [2021-02-22T19:13:54.857Z] [2021-02-22T19:13:54.857Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-22T19:13:54.857Z] #51 sha256:2f5d71e952f6be6a33ea226c9791a040fa44c8a62b9f5f8bae8aab42539ce2a2 [2021-02-22T19:13:54.857Z] #51 DONE 0.1s [2021-02-22T19:13:55.122Z] [2021-02-22T19:13:55.122Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:13:55.122Z] #52 sha256:d36fb7280d86a1e7d7b77c76d12ed2b122059321d2e7eec694de78dc4f1a4e6c [2021-02-22T19:13:55.245Z] #67 exporting layers 6.7s done [2021-02-22T19:13:55.245Z] #67 writing image sha256:cb4207149156d73e215cd666095eb8fa3d10d874ec9b2af457aa79c87d969df0 done [2021-02-22T19:13:55.245Z] #67 naming to docker.io/library/docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 done [2021-02-22T19:13:55.245Z] #67 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-22T19:13:55.516Z] #42 168.3 CC criu/util.o [2021-02-22T19:13:55.590Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41756/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 hack/test/unit [2021-02-22T19:13:56.462Z] #42 169.2 CC criu/uts_ns.o [2021-02-22T19:13:56.724Z] #42 169.3 CC criu/vdso-compat.o [2021-02-22T19:13:56.724Z] #42 169.5 CC criu/vdso.o [2021-02-22T19:13:57.298Z] #42 169.9 LINK criu/built-in.o [2021-02-22T19:13:57.298Z] #42 170.0 LINK criu/criu [2021-02-22T19:13:57.560Z] #42 170.3 DEP lib/c/criu.d [2021-02-22T19:13:57.560Z] #42 170.4 CC images/rpc.pb-c.o [2021-02-22T19:13:58.133Z] #42 170.8 CC lib/c/criu.o [2021-02-22T19:13:58.706Z] #42 171.5 LINK lib/c/built-in.o [2021-02-22T19:13:58.706Z] #42 171.5 LINK lib/c/libcriu.so [2021-02-22T19:13:58.706Z] #42 171.5 LINK lib/c/libcriu.a [2021-02-22T19:13:58.968Z] #42 171.6 GEN magic.py [2021-02-22T19:13:58.968Z] #42 171.7 Note: Building without setproctitle() and strlcpy() support. [2021-02-22T19:13:58.968Z] #42 171.7 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-22T19:13:58.968Z] #42 171.8 Note: Building without GnuTLS support [2021-02-22T19:13:58.968Z] #42 171.8 Makefile.config:39: Warn: you have no libnftables installed [2021-02-22T19:13:58.968Z] #42 171.8 Makefile.config:40: Warn: Building without nftables support [2021-02-22T19:13:59.331Z] #52 ... [2021-02-22T19:13:59.331Z] [2021-02-22T19:13:59.331Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:13:59.331Z] #55 sha256:94f014e939b8f008b2d8914c1e0d3c83b9cf57c5ee3e4df24208bc6ed44ae5ba [2021-02-22T19:13:59.331Z] #55 201.2 + bin/containerd [2021-02-22T19:13:59.542Z] #42 172.5 fatal: not a git repository (or any of the parent directories): .git [2021-02-22T19:14:00.116Z] #42 173.0 make[1]: Nothing to be done for 'all'. [2021-02-22T19:14:00.690Z] #42 173.6 make[1]: 'images/built-in.o' is up to date. [2021-02-22T19:14:00.879Z] ? github.com/docker/docker/api [no test files] [2021-02-22T19:14:00.951Z] #42 173.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-22T19:14:00.951Z] #42 173.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-22T19:14:00.951Z] #42 173.7 make[1]: 'compel/libcompel.a' is up to date. [2021-02-22T19:14:00.951Z] #42 173.7 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-22T19:14:00.951Z] #42 173.7 make[1]: Nothing to be done for 'all'. [2021-02-22T19:14:00.951Z] #42 173.8 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-22T19:14:01.213Z] #42 173.9 make[2]: Nothing to be done for 'all'. [2021-02-22T19:14:01.213Z] #42 173.9 make[2]: Nothing to be done for 'all'. [2021-02-22T19:14:01.213Z] #42 174.0 make[2]: Nothing to be done for 'all'. [2021-02-22T19:14:01.213Z] #42 174.1 make[2]: Nothing to be done for 'all'. [2021-02-22T19:14:01.213Z] #42 174.1 make[2]: Nothing to be done for 'all'. [2021-02-22T19:14:01.213Z] #42 174.1 make[2]: Nothing to be done for 'all'. [2021-02-22T19:14:01.213Z] #42 174.2 make[2]: Nothing to be done for 'all'. [2021-02-22T19:14:01.475Z] #42 174.3 make[2]: Nothing to be done for 'all'. [2021-02-22T19:14:01.475Z] #42 174.3 INSTALL criu/criu [2021-02-22T19:14:01.737Z] #42 DONE 174.6s [2021-02-22T19:14:01.737Z] [2021-02-22T19:14:01.737Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:14:01.737Z] #52 sha256:948936ece87396a2b9b1dc8f8831e83d9ecea92e0ccf8bf87f9db5efaf7350c4 [2021-02-22T19:14:03.127Z] #52 ... [2021-02-22T19:14:03.127Z] [2021-02-22T19:14:03.127Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-22T19:14:03.127Z] #43 sha256:5215b60f27899fa2ff41a1523688175aba611ca2f5b6c1c0415649fd2dd1a6ff [2021-02-22T19:14:03.127Z] #43 DONE 0.1s [2021-02-22T19:14:03.127Z] [2021-02-22T19:14:03.127Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-22T19:14:03.127Z] #45 sha256:06dbf413ec2c813f97ea4fa6baa2528883d3d3cec12123feedf4b9dd117d5468 [2021-02-22T19:14:03.127Z] #45 DONE 0.2s [2021-02-22T19:14:03.127Z] [2021-02-22T19:14:03.127Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-22T19:14:03.127Z] #47 sha256:5a3f622326869ec43eb9edb33a81be4300429e86e00060eee040d32afb4a4bc7 [2021-02-22T19:14:03.127Z] #47 DONE 0.1s [2021-02-22T19:14:03.127Z] [2021-02-22T19:14:03.127Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-22T19:14:03.127Z] #49 sha256:19acd71d343e667acb9d04abd206fb9321f4b97dedc58dcb22b1fca342569696 [2021-02-22T19:14:04.076Z] #49 DONE 0.5s [2021-02-22T19:14:04.076Z] [2021-02-22T19:14:04.076Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-22T19:14:04.076Z] #51 sha256:2be141e6a30abb10910c8244312cd3865fa245cc40ef0241b4a79ecb20894cdb [2021-02-22T19:14:04.076Z] #51 DONE 0.1s [2021-02-22T19:14:04.076Z] [2021-02-22T19:14:04.077Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:14:04.077Z] #55 sha256:a8cafc750c6d644dab8c313f6d479893777bca9e7e8983a01e5027f08fea8e3e [2021-02-22T19:14:04.623Z] #55 ... [2021-02-22T19:14:04.623Z] [2021-02-22T19:14:04.623Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:14:04.623Z] #52 sha256:d36fb7280d86a1e7d7b77c76d12ed2b122059321d2e7eec694de78dc4f1a4e6c [2021-02-22T19:14:04.623Z] #52 129.6 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-02-22T19:14:04.623Z] #52 130.7 + mkdir -p /build [2021-02-22T19:14:04.623Z] #52 130.7 + cp runc /build/runc [2021-02-22T19:14:05.194Z] #52 DONE 131.9s [2021-02-22T19:14:05.194Z] [2021-02-22T19:14:05.194Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:14:05.194Z] #55 sha256:94f014e939b8f008b2d8914c1e0d3c83b9cf57c5ee3e4df24208bc6ed44ae5ba [2021-02-22T19:14:07.109Z] #55 ... [2021-02-22T19:14:07.109Z] [2021-02-22T19:14:07.109Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-22T19:14:07.109Z] #53 sha256:b061b861ad14cd7d792afec12655fa500d876542eeef867d348fef6ef30aa029 [2021-02-22T19:14:07.109Z] #53 DONE 0.3s [2021-02-22T19:14:07.109Z] [2021-02-22T19:14:07.109Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:14:07.109Z] #55 sha256:94f014e939b8f008b2d8914c1e0d3c83b9cf57c5ee3e4df24208bc6ed44ae5ba [2021-02-22T19:14:08.293Z] #55 206.6 + bin/containerd [2021-02-22T19:14:13.134Z] ok github.com/docker/docker/api/server 0.016s coverage: 9.0% of statements [2021-02-22T19:14:13.584Z] #55 ... [2021-02-22T19:14:13.584Z] [2021-02-22T19:14:13.584Z] #52 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-02-22T19:14:13.584Z] #52 sha256:948936ece87396a2b9b1dc8f8831e83d9ecea92e0ccf8bf87f9db5efaf7350c4 [2021-02-22T19:14:13.584Z] #52 132.7 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-02-22T19:14:13.584Z] #52 133.8 + mkdir -p /build [2021-02-22T19:14:13.584Z] #52 133.8 + cp runc /build/runc [2021-02-22T19:14:13.584Z] #52 DONE 134.2s [2021-02-22T19:14:13.584Z] [2021-02-22T19:14:13.584Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:14:13.584Z] #55 sha256:a8cafc750c6d644dab8c313f6d479893777bca9e7e8983a01e5027f08fea8e3e [2021-02-22T19:14:14.159Z] #55 ... [2021-02-22T19:14:14.159Z] [2021-02-22T19:14:14.159Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-22T19:14:14.159Z] #53 sha256:d95c66ad3f093038c212f84be2863a8b3b8cc878493c67a5e9156b3931bff32c [2021-02-22T19:14:14.422Z] #53 DONE 0.4s [2021-02-22T19:14:14.422Z] [2021-02-22T19:14:14.422Z] #55 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-02-22T19:14:14.422Z] #55 sha256:a8cafc750c6d644dab8c313f6d479893777bca9e7e8983a01e5027f08fea8e3e [2021-02-22T19:14:21.260Z] #55 234.7 + bin/containerd-stress [2021-02-22T19:14:21.260Z] #55 236.7 + bin/containerd-shim [2021-02-22T19:14:27.840Z] #55 243.5 + bin/containerd-shim-runc-v1 [2021-02-22T19:14:33.121Z] #55 247.9 + bin/containerd-shim-runc-v2 [2021-02-22T19:14:33.380Z] #55 249.0 + binaries [2021-02-22T19:14:33.380Z] #55 249.0 + install -D bin/containerd /build/containerd [2021-02-22T19:14:33.380Z] #55 249.0 + install -D bin/containerd-shim /build/containerd-shim [2021-02-22T19:14:33.380Z] #55 249.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-22T19:14:33.380Z] #55 249.0 + install -D bin/ctr /build/ctr [2021-02-22T19:14:33.733Z] #55 233.2 + bin/containerd-stress [2021-02-22T19:14:33.733Z] #55 235.3 + bin/containerd-shim [2021-02-22T19:14:35.285Z] #55 DONE 250.9s [2021-02-22T19:14:36.224Z] [2021-02-22T19:14:36.224Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-22T19:14:36.224Z] #56 sha256:8971dd6d0be9d582794b7e017d6b2d4678baa86f1e2e7358f3e4e718fc536ea4 [2021-02-22T19:14:37.161Z] #56 DONE 0.9s [2021-02-22T19:14:37.161Z] [2021-02-22T19:14:37.161Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-22T19:14:37.161Z] #60 sha256:b772fce39445fb4b7c554573fb079498560a97acf5bf8400c3963b1dfbdc1312 [2021-02-22T19:14:37.161Z] #60 DONE 0.2s [2021-02-22T19:14:37.420Z] [2021-02-22T19:14:37.420Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-22T19:14:37.420Z] #62 sha256:8919c407ca6ecf40a5521d5e12434910fa6d576e973588e0b670785f197e2064 [2021-02-22T19:14:37.702Z] #62 DONE 0.5s [2021-02-22T19:14:37.702Z] [2021-02-22T19:14:37.702Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-22T19:14:37.702Z] #64 sha256:47839c0ec4fb5cda3a4b64286b8224cbadc4486ce174a297c054f35b5c7593cb [2021-02-22T19:14:37.702Z] #64 DONE 0.0s [2021-02-22T19:14:37.702Z] [2021-02-22T19:14:37.702Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-22T19:14:37.702Z] #65 sha256:d870e3eec742c08409a86e0b80067b5bd381fe3b4c3d1cf3122577aed36621c9 [2021-02-22T19:14:37.702Z] #65 DONE 0.0s [2021-02-22T19:14:37.979Z] [2021-02-22T19:14:37.979Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-22T19:14:37.979Z] #66 sha256:aaf90c57e8d2fff0c2cc64a89b024205c1f430ce3461f8468b2099e50ec5d02c [2021-02-22T19:14:38.935Z] #66 DONE 1.0s [2021-02-22T19:14:38.935Z] [2021-02-22T19:14:38.935Z] #67 exporting to image [2021-02-22T19:14:38.935Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-22T19:14:38.935Z] #67 exporting layers [2021-02-22T19:14:40.318Z] #55 242.1 + bin/containerd-shim-runc-v1 [2021-02-22T19:14:41.024Z] #55 239.0 + bin/containerd-stress [2021-02-22T19:14:42.938Z] #55 241.2 + bin/containerd-shim [2021-02-22T19:14:44.525Z] #55 246.7 + bin/containerd-shim-runc-v2 [2021-02-22T19:14:45.094Z] #55 247.7 + binaries [2021-02-22T19:14:45.094Z] #55 247.7 + install -D bin/containerd /build/containerd [2021-02-22T19:14:45.094Z] #55 247.7 + install -D bin/containerd-shim /build/containerd-shim [2021-02-22T19:14:45.094Z] #55 247.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-22T19:14:45.094Z] #55 247.7 + install -D bin/ctr /build/ctr [2021-02-22T19:14:45.507Z] #67 exporting layers 6.7s done [2021-02-22T19:14:45.507Z] #67 writing image sha256:808b3c5df1a0bcc8850f9061c8ba0acd25282cde79542da6955f3cb54ef8f2fa done [2021-02-22T19:14:45.507Z] #67 naming to docker.io/library/docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 done [2021-02-22T19:14:45.507Z] #67 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-02-22T19:14:45.851Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41756/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41756/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 hack/validate/default [2021-02-22T19:14:47.003Z] #55 DONE 249.4s [2021-02-22T19:14:47.230Z] Congratulations! All commits are properly signed with the DCO! [2021-02-22T19:14:47.230Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-02-22T19:14:47.230Z] No api/types/ or api/swagger.yaml changes in diff. [2021-02-22T19:14:47.230Z] Congratulations! All TOML source files changed here have valid syntax. [2021-02-22T19:14:47.230Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-02-22T19:14:47.230Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-02-22T19:14:47.230Z] Congratulations! No new tests were added to integration-cli. [2021-02-22T19:14:47.230Z] [2021-02-22T19:14:47.230Z] INFO Start validation with golang-ci-lint [2021-02-22T19:14:47.230Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-02-22T19:14:47.230Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-22T19:14:47.230Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-22T19:14:47.943Z] [2021-02-22T19:14:47.943Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-22T19:14:47.943Z] #56 sha256:ebd76980a12a8c00eb66f708eeca71a43e1b0704954036a37c773be64aeca666 [2021-02-22T19:14:48.522Z] #56 DONE 1.0s [2021-02-22T19:14:48.783Z] [2021-02-22T19:14:48.783Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-22T19:14:48.783Z] #60 sha256:d36e72fedbd3bcda45c315b0d739fd068599bc0bc769eed09d471d2f4d184c4d [2021-02-22T19:14:49.042Z] #60 DONE 0.2s [2021-02-22T19:14:49.042Z] [2021-02-22T19:14:49.042Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-22T19:14:49.042Z] #62 sha256:bea6ef1060daa7b07b19cc985f3a5ad323adf4a7eaaab4ef044e5e14cad712ee [2021-02-22T19:14:49.302Z] #62 DONE 0.5s [2021-02-22T19:14:49.562Z] [2021-02-22T19:14:49.562Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-22T19:14:49.562Z] #64 sha256:3e8fac4d3451fe897344f023d3279c2c78908f6bc7d9ea851bb2c8b134881dfb [2021-02-22T19:14:49.562Z] #64 DONE 0.1s [2021-02-22T19:14:49.562Z] [2021-02-22T19:14:49.562Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-22T19:14:49.562Z] #65 sha256:c800edb1f057751eb9d2be25bf391ea51fbeeebb9f8917243c99736f07c31b57 [2021-02-22T19:14:49.562Z] #65 DONE 0.0s [2021-02-22T19:14:49.562Z] [2021-02-22T19:14:49.562Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-22T19:14:49.562Z] #66 sha256:92490800e34f784d0d145fe15b079168f0ba07cb3cd901ea77c1c0de03494fe2 [2021-02-22T19:14:50.503Z] #66 DONE 0.8s [2021-02-22T19:14:50.503Z] [2021-02-22T19:14:50.503Z] #67 exporting to image [2021-02-22T19:14:50.503Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-22T19:14:50.503Z] #67 exporting layers [2021-02-22T19:14:51.089Z] #55 248.3 + bin/containerd-shim-runc-v1 [2021-02-22T19:14:55.338Z] #55 253.2 + bin/containerd-shim-runc-v2 [2021-02-22T19:14:55.910Z] #55 254.3 + binaries [2021-02-22T19:14:55.910Z] #55 254.3 + install -D bin/containerd /build/containerd [2021-02-22T19:14:55.910Z] #55 254.3 + install -D bin/containerd-shim /build/containerd-shim [2021-02-22T19:14:55.910Z] #55 254.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-22T19:14:55.910Z] #55 254.3 + install -D bin/ctr /build/ctr [2021-02-22T19:14:56.852Z] #55 DONE 255.4s [2021-02-22T19:14:57.087Z] #67 exporting layers 6.9s done [2021-02-22T19:14:57.087Z] #67 writing image sha256:026f1bf7578770930803dd797e23cf5b0b8538129f23d8a161a51108e2fd7534 done [2021-02-22T19:14:57.087Z] #67 naming to docker.io/library/docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 done [2021-02-22T19:14:57.087Z] #67 DONE 6.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-02-22T19:14:57.426Z] + trap exit INT TERM [2021-02-22T19:14:57.426Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-02-22T19:14:57.426Z] + CONTAINER_NAME=docker-pr7 [2021-02-22T19:14:57.426Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41756/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41756/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 -e DOCKER_GRAPHDRIVER docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 hack/make.sh dynbinary-daemon [2021-02-22T19:14:57.795Z] [2021-02-22T19:14:57.795Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-22T19:14:57.795Z] #56 sha256:438e79bc1c8d1e49eeb876500fc36bbc158e427aab9ef1504ae69d474f5bb1ad [2021-02-22T19:14:58.741Z] #56 DONE 0.9s [2021-02-22T19:14:58.741Z] [2021-02-22T19:14:58.741Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-22T19:14:58.741Z] #60 sha256:16e215464086891aba9c6f8320874b60796f4cef88f041af04ea55b9dab353d2 [2021-02-22T19:14:58.741Z] #60 DONE 0.2s [2021-02-22T19:14:58.810Z] [2021-02-22T19:14:58.810Z] Removing bundles/ [2021-02-22T19:14:58.810Z] [2021-02-22T19:14:58.810Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-22T19:14:58.810Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-22T19:14:58.810Z] GOOS="" GOARCH="" GOARM="" [2021-02-22T19:14:59.002Z] [2021-02-22T19:14:59.002Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-22T19:14:59.002Z] #62 sha256:be3a530c3b635f276dc0c34dbbfaa0ce4b18b1e50ab14da15368156a701f9371 [2021-02-22T19:14:59.263Z] #62 DONE 0.4s [2021-02-22T19:14:59.263Z] [2021-02-22T19:14:59.263Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-22T19:14:59.263Z] #64 sha256:7d5cef63e349f34823bf5902b8eba45ee746da70932109acf5320837ce69d8cb [2021-02-22T19:14:59.263Z] #64 DONE 0.1s [2021-02-22T19:14:59.263Z] [2021-02-22T19:14:59.263Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-22T19:14:59.263Z] #65 sha256:b20d78be4a80ce68cb1d47aa2c00d43cc595f11a2531251c9c820499c4e90a5f [2021-02-22T19:14:59.263Z] #65 DONE 0.0s [2021-02-22T19:14:59.528Z] [2021-02-22T19:14:59.528Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-22T19:14:59.528Z] #66 sha256:b402bc721552545b8d8f873c76dc994ea7f38ca7e21d30ca03e6c36330953d64 [2021-02-22T19:15:00.472Z] #66 DONE 0.8s [2021-02-22T19:15:00.472Z] [2021-02-22T19:15:00.472Z] #67 exporting to image [2021-02-22T19:15:00.472Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-22T19:15:00.472Z] #67 exporting layers [2021-02-22T19:15:07.071Z] #67 exporting layers 6.7s done [2021-02-22T19:15:07.071Z] #67 writing image sha256:263edc43b2eac6cd6863471a90cfeffa99d5a073a022c820de95b77ea2f398f8 done [2021-02-22T19:15:07.071Z] #67 naming to docker.io/library/docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 done [2021-02-22T19:15:07.071Z] #67 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-22T19:15:07.435Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41756/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 -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:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 hack/make.sh dynbinary test-integration [2021-02-22T19:15:08.377Z] [2021-02-22T19:15:08.377Z] Removing bundles/ [2021-02-22T19:15:08.377Z] [2021-02-22T19:15:08.639Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-22T19:15:08.639Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-22T19:15:08.639Z] GOOS="" GOARCH="" GOARM="" [2021-02-22T19:15:09.440Z] ok github.com/docker/docker/api/server/httputils 0.017s coverage: 14.7% of statements [2021-02-22T19:15:09.440Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-22T19:15:09.440Z] ok github.com/docker/docker/api/server/middleware 0.034s coverage: 37.7% of statements [2021-02-22T19:15:09.440Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-22T19:15:09.440Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-22T19:15:09.440Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-22T19:15:09.440Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-22T19:15:09.440Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-22T19:15:09.440Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-22T19:15:09.440Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-22T19:15:09.440Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-22T19:15:09.440Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-22T19:15:09.702Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-22T19:15:09.702Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-22T19:15:09.702Z] ok github.com/docker/docker/api/types/filters 0.034s coverage: 92.2% of statements [2021-02-22T19:15:09.964Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2021-02-22T19:15:10.226Z] ok github.com/docker/docker/api/server/router/swarm 0.019s coverage: 5.7% of statements [2021-02-22T19:15:10.226Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-22T19:15:10.226Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-22T19:15:10.226Z] ? github.com/docker/docker/api/types [no test files] [2021-02-22T19:15:10.226Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-22T19:15:10.226Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-22T19:15:10.226Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-22T19:15:10.226Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-22T19:15:10.226Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-22T19:15:10.226Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-22T19:15:10.227Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-22T19:15:10.227Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-22T19:15:10.227Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-22T19:15:10.227Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-22T19:15:10.227Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-22T19:15:10.227Z] ok github.com/docker/docker/api/types/versions 0.017s coverage: 75.0% of statements [2021-02-22T19:15:10.489Z] ok github.com/docker/docker/api/types/time 0.022s coverage: 100.0% of statements [2021-02-22T19:15:10.489Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-22T19:15:10.489Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-22T19:15:10.489Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-22T19:15:10.489Z] ? github.com/docker/docker/builder [no test files] [2021-02-22T19:15:10.489Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-22T19:15:10.489Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-22T19:15:10.489Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-22T19:15:10.489Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-22T19:15:10.489Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-22T19:15:10.489Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-22T19:15:10.489Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-22T19:15:13.063Z] ok github.com/docker/docker/cli/debug 0.012s coverage: 100.0% of statements [2021-02-22T19:15:14.010Z] ok github.com/docker/docker/builder/remotecontext 0.288s coverage: 13.7% of statements [2021-02-22T19:15:15.401Z] ok github.com/docker/docker/builder/dockerfile 0.922s coverage: 48.3% of statements [2021-02-22T19:15:15.401Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-22T19:15:15.401Z] ok github.com/docker/docker/builder/remotecontext/git 3.530s coverage: 86.3% of statements [2021-02-22T19:15:15.401Z] ? github.com/docker/docker/cli [no test files] [2021-02-22T19:15:15.401Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-22T19:15:20.705Z] ok github.com/docker/docker/client 0.285s coverage: 75.4% of statements [2021-02-22T19:15:47.466Z] ok github.com/docker/docker/cmd/dockerd 0.120s coverage: 29.1% of statements [2021-02-22T19:15:48.412Z] ok github.com/docker/docker/container 0.167s coverage: 34.4% of statements [2021-02-22T19:15:48.412Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-22T19:15:48.412Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-22T19:15:48.412Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-22T19:15:48.412Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-22T19:15:50.968Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.096s coverage: 65.3% of statements [2021-02-22T19:15:52.364Z] ok github.com/docker/docker/daemon/cluster/convert 0.064s coverage: 35.9% of statements [2021-02-22T19:15:55.676Z] ok github.com/docker/docker/daemon/cluster 0.096s coverage: 0.5% of statements [2021-02-22T19:15:58.232Z] ok github.com/docker/docker/daemon/discovery 0.037s coverage: 30.0% of statements [2021-02-22T19:15:58.495Z] ok github.com/docker/docker/daemon/config 0.089s coverage: 81.8% of statements [2021-02-22T19:15:59.440Z] ok github.com/docker/docker/daemon/events 0.073s coverage: 50.0% of statements [2021-02-22T19:16:00.834Z] ok github.com/docker/docker/daemon/graphdriver 0.016s coverage: 2.2% of statements [2021-02-22T19:16:04.139Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2021-02-22T19:16:04.139Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.551s coverage: 14.1% of statements [2021-02-22T19:16:05.528Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.676s coverage: 56.2% of statements [2021-02-22T19:16:08.080Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.017s coverage: 1.9% of statements [2021-02-22T19:16:09.466Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.655s coverage: 46.2% of statements [2021-02-22T19:16:10.409Z] ok github.com/docker/docker/daemon/graphdriver/aufs 9.145s coverage: 73.3% of statements [2021-02-22T19:16:11.795Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.910s coverage: 49.4% of statements [2021-02-22T19:16:12.740Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.018s coverage: 57.5% of statements [2021-02-22T19:16:13.313Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.038s coverage: 3.0% of statements [2021-02-22T19:16:13.886Z] ok github.com/docker/docker/daemon 12.251s coverage: 17.2% of statements [2021-02-22T19:16:14.148Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-22T19:16:14.148Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-22T19:16:14.148Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-22T19:16:14.148Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-22T19:16:14.148Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-22T19:16:14.410Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2021-02-22T19:16:16.334Z] ok github.com/docker/docker/daemon/images 0.040s coverage: 6.7% of statements [2021-02-22T19:16:16.334Z] ok github.com/docker/docker/daemon/logger 0.264s coverage: 43.2% of statements [2021-02-22T19:16:16.909Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.678s coverage: 57.7% of statements [2021-02-22T19:16:16.909Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-22T19:16:16.909Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-22T19:16:16.909Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-22T19:16:16.909Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-22T19:16:17.172Z] ok github.com/docker/docker/daemon/logger/awslogs 0.275s coverage: 77.8% of statements [2021-02-22T19:16:17.172Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-22T19:16:17.172Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-22T19:16:17.760Z] ok github.com/docker/docker/daemon/logger/gelf 0.024s coverage: 67.0% of statements [2021-02-22T19:16:17.760Z] ok github.com/docker/docker/daemon/logger/journald 0.017s coverage: 23.9% of statements [2021-02-22T19:16:18.334Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.028s coverage: 87.2% of statements [2021-02-22T19:16:18.910Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.028s coverage: 61.6% of statements [2021-02-22T19:16:19.862Z] ok github.com/docker/docker/daemon/logger/local 0.048s coverage: 75.2% of statements [2021-02-22T19:16:19.862Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-22T19:16:20.124Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.106s coverage: 55.1% of statements [2021-02-22T19:16:20.698Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.047s coverage: 31.5% of statements [2021-02-22T19:16:20.960Z] ok github.com/docker/docker/daemon/logger/templates 0.022s coverage: 8.3% of statements [2021-02-22T19:16:21.535Z] ok github.com/docker/docker/daemon/logger/syslog 0.032s coverage: 46.8% of statements [2021-02-22T19:16:22.485Z] ok github.com/docker/docker/daemon/network 0.038s coverage: 63.8% of statements [2021-02-22T19:16:23.059Z] ok github.com/docker/docker/daemon/logger/splunk 1.909s coverage: 82.5% of statements [2021-02-22T19:16:23.059Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-22T19:16:23.059Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-22T19:16:24.006Z] ok github.com/docker/docker/distribution/metadata 0.128s coverage: 48.2% of statements [2021-02-22T19:16:24.951Z] ok github.com/docker/docker/distribution 0.260s coverage: 25.0% of statements [2021-02-22T19:16:24.951Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-22T19:16:25.214Z] ok github.com/docker/docker/errdefs 0.013s coverage: 53.1% of statements [2021-02-22T19:16:25.791Z] ok github.com/docker/docker/image 0.094s coverage: 86.8% of statements [2021-02-22T19:16:26.366Z] ok github.com/docker/docker/image/cache 0.023s coverage: 19.2% of statements [2021-02-22T19:16:26.366Z] ok github.com/docker/docker/distribution/xfer 1.700s coverage: 85.6% of statements [2021-02-22T19:16:26.366Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-22T19:16:26.941Z] ok github.com/docker/docker/image/tarexport 0.058s coverage: 0.6% of statements [2021-02-22T19:16:27.206Z] ok github.com/docker/docker/libcontainerd/queue 0.038s coverage: 100.0% of statements [2021-02-22T19:16:27.468Z] ok github.com/docker/docker/image/v1 0.049s coverage: 25.0% of statements [2021-02-22T19:16:27.468Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-22T19:16:28.414Z] ok github.com/docker/docker/oci 0.041s coverage: 38.4% of statements [2021-02-22T19:16:28.675Z] ok github.com/docker/docker/pkg/aaparser 0.009s coverage: 52.9% of statements [2021-02-22T19:16:28.675Z] ok github.com/docker/docker/opts 0.049s coverage: 67.1% of statements [2021-02-22T19:16:29.620Z] ok github.com/docker/docker/pkg/broadcaster 0.035s coverage: 100.0% of statements [2021-02-22T19:16:30.194Z] ok github.com/docker/docker/pkg/capabilities 0.024s coverage: 87.5% of statements [2021-02-22T19:16:31.580Z] ok github.com/docker/docker/pkg/authorization 1.382s coverage: 68.3% of statements [2021-02-22T19:16:32.154Z] ok github.com/docker/docker/pkg/archive 1.093s coverage: 76.8% of statements [2021-02-22T19:16:32.154Z] ok github.com/docker/docker/pkg/directory 0.013s coverage: 80.0% of statements [2021-02-22T19:16:32.729Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2021-02-22T19:16:32.991Z] ok github.com/docker/docker/pkg/discovery/file 0.014s coverage: 97.6% of statements [2021-02-22T19:16:33.564Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2021-02-22T19:16:34.139Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2021-02-22T19:16:34.399Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-02-22T19:16:35.333Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-22T19:16:35.333Z] [2021-02-22T19:16:35.333Z] + TEST_INTEGRATION_DEST=2 [2021-02-22T19:16:35.333Z] + CONTAINER_NAME=docker-pr7-2 [2021-02-22T19:16:35.333Z] + TEST_SKIP_INTEGRATION=1 [2021-02-22T19:16:35.333Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-02-22T19:16:35.333Z] + run_tests [2021-02-22T19:16:35.333Z] + c=0 [2021-02-22T19:16:35.333Z] + TEST_INTEGRATION_DEST=3 [2021-02-22T19:16:35.333Z] + CONTAINER_NAME=docker-pr7-3 [2021-02-22T19:16:35.333Z] + TEST_SKIP_INTEGRATION=1 [2021-02-22T19:16:35.333Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-02-22T19:16:35.333Z] + run_tests [2021-02-22T19:16:35.333Z] + TEST_INTEGRATION_DEST=1 [2021-02-22T19:16:35.333Z] + CONTAINER_NAME=docker-pr7-1 [2021-02-22T19:16:35.333Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-02-22T19:16:35.333Z] + run_tests test-integration-flaky [2021-02-22T19:16:35.333Z] + '[' -n 0 ']' [2021-02-22T19:16:35.333Z] + '[' -n 0 ']' [2021-02-22T19:16:35.333Z] + rm= [2021-02-22T19:16:35.333Z] + rm= [2021-02-22T19:16:35.333Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41756/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41756/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41756/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 hack/make.sh '' test-integration [2021-02-22T19:16:35.333Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41756/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41756/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41756/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 hack/make.sh '' test-integration [2021-02-22T19:16:35.333Z] + '[' -n 0 ']' [2021-02-22T19:16:35.333Z] + rm= [2021-02-22T19:16:35.333Z] ++ jobs -p [2021-02-22T19:16:35.333Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41756/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41756/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41756/.git:/go/src/github.com/docker/docker/.git --name docker-pr7-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 hack/make.sh test-integration-flaky test-integration [2021-02-22T19:16:35.333Z] + for job in $(jobs -p) [2021-02-22T19:16:35.333Z] + wait 4041 [2021-02-22T19:16:35.333Z] [2021-02-22T19:16:35.333Z] [2021-02-22T19:16:35.333Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-02-22T19:16:35.333Z] [2021-02-22T19:16:35.333Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-22T19:16:35.333Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-22T19:16:35.333Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-22T19:16:35.333Z] HOSTNAME=f801e889d331 [2021-02-22T19:16:35.333Z] TEST_SKIP_INTEGRATION=1 [2021-02-22T19:16:35.333Z] TESTDEBUG=0 [2021-02-22T19:16:35.333Z] DEST=bundles/test-integration [2021-02-22T19:16:35.333Z] PWD=/go/src/github.com/docker/docker [2021-02-22T19:16:35.333Z] KEEPBUNDLE=1 [2021-02-22T19:16:35.333Z] DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 [2021-02-22T19:16:35.333Z] container=docker [2021-02-22T19:16:35.333Z] HOME=/root [2021-02-22T19:16:35.333Z] GOLANG_VERSION=1.13.15 [2021-02-22T19:16:35.333Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-22T19:16:35.333Z] VALIDATE_BRANCH=master [2021-02-22T19:16:35.333Z] TERM=xterm [2021-02-22T19:16:35.333Z] DOCKER_PKG=github.com/docker/docker [2021-02-22T19:16:35.333Z] SHLVL=1 [2021-02-22T19:16:35.333Z] TIMEOUT=120m [2021-02-22T19:16:35.333Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-22T19:16:35.333Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-22T19:16:35.333Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-02-22T19:16:35.333Z] GO111MODULE=off [2021-02-22T19:16:35.333Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-22T19:16:35.333Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-22T19:16:35.333Z] GOPATH=/go [2021-02-22T19:16:35.333Z] PKG_CONFIG=pkg-config [2021-02-22T19:16:35.333Z] _=/usr/bin/env [2021-02-22T19:16:35.333Z] Building test suite binary ./integration-cli/test.main [2021-02-22T19:16:35.333Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-22T19:16:35.333Z] HOSTNAME=5a81a185981b [2021-02-22T19:16:35.333Z] TEST_SKIP_INTEGRATION=1 [2021-02-22T19:16:35.333Z] TESTDEBUG=0 [2021-02-22T19:16:35.333Z] DEST=bundles/test-integration [2021-02-22T19:16:35.333Z] PWD=/go/src/github.com/docker/docker [2021-02-22T19:16:35.333Z] KEEPBUNDLE=1 [2021-02-22T19:16:35.333Z] DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 [2021-02-22T19:16:35.333Z] container=docker [2021-02-22T19:16:35.333Z] HOME=/root [2021-02-22T19:16:35.333Z] GOLANG_VERSION=1.13.15 [2021-02-22T19:16:35.333Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-22T19:16:35.333Z] VALIDATE_BRANCH=master [2021-02-22T19:16:35.333Z] TERM=xterm [2021-02-22T19:16:35.333Z] DOCKER_PKG=github.com/docker/docker [2021-02-22T19:16:35.333Z] SHLVL=1 [2021-02-22T19:16:35.333Z] TIMEOUT=120m [2021-02-22T19:16:35.333Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-22T19:16:35.333Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-22T19:16:35.333Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-02-22T19:16:35.333Z] GO111MODULE=off [2021-02-22T19:16:35.333Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-22T19:16:35.333Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-22T19:16:35.333Z] GOPATH=/go [2021-02-22T19:16:35.333Z] PKG_CONFIG=pkg-config [2021-02-22T19:16:35.333Z] _=/usr/bin/env [2021-02-22T19:16:35.333Z] Building test suite binary ./integration-cli/test.main [2021-02-22T19:16:35.333Z] No new tests added to integration. [2021-02-22T19:16:35.333Z] [2021-02-22T19:16:35.333Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-22T19:16:35.333Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-22T19:16:35.333Z] HOSTNAME=a28acc9963c5 [2021-02-22T19:16:35.333Z] TESTDEBUG=0 [2021-02-22T19:16:35.333Z] DEST=bundles/test-integration [2021-02-22T19:16:35.333Z] PWD=/go/src/github.com/docker/docker [2021-02-22T19:16:35.333Z] KEEPBUNDLE=1 [2021-02-22T19:16:35.333Z] DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 [2021-02-22T19:16:35.333Z] container=docker [2021-02-22T19:16:35.333Z] HOME=/root [2021-02-22T19:16:35.333Z] GOLANG_VERSION=1.13.15 [2021-02-22T19:16:35.333Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-22T19:16:35.333Z] VALIDATE_BRANCH=master [2021-02-22T19:16:35.333Z] TERM=xterm [2021-02-22T19:16:35.333Z] DOCKER_PKG=github.com/docker/docker [2021-02-22T19:16:35.333Z] SHLVL=1 [2021-02-22T19:16:35.333Z] TIMEOUT=120m [2021-02-22T19:16:35.333Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-22T19:16:35.333Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-22T19:16:35.333Z] GO111MODULE=off [2021-02-22T19:16:35.333Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-22T19:16:35.333Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-22T19:16:35.333Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-22T19:16:35.333Z] GOPATH=/go [2021-02-22T19:16:35.333Z] PKG_CONFIG=pkg-config [2021-02-22T19:16:35.333Z] _=/usr/bin/env [2021-02-22T19:16:35.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-22T19:16:35.340Z] ok github.com/docker/docker/pkg/chrootarchive 3.479s coverage: 43.2% of statements [2021-02-22T19:16:35.603Z] ok github.com/docker/docker/pkg/filenotify 0.617s coverage: 67.0% of statements [2021-02-22T19:16:35.865Z] ok github.com/docker/docker/pkg/fileutils 0.021s coverage: 89.5% of statements [2021-02-22T19:16:36.439Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2021-02-22T19:16:36.439Z] ok github.com/docker/docker/pkg/fsutils 0.319s coverage: 85.1% of statements [2021-02-22T19:16:37.384Z] ok github.com/docker/docker/pkg/discovery/kv 3.092s coverage: 84.1% of statements [2021-02-22T19:16:37.955Z] ok github.com/docker/docker/pkg/idtools 0.604s coverage: 69.5% of statements [2021-02-22T19:16:37.955Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2021-02-22T19:16:38.217Z] ok github.com/docker/docker/pkg/ioutils 0.617s coverage: 70.6% of statements [2021-02-22T19:16:38.217Z] ok github.com/docker/docker/layer 7.951s coverage: 68.8% of statements [2021-02-22T19:16:38.217Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-22T19:16:38.217Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-22T19:16:38.217Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-22T19:16:38.217Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-22T19:16:38.217Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-22T19:16:38.217Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-22T19:16:38.217Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-22T19:16:38.217Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-22T19:16:38.479Z] ok github.com/docker/docker/pkg/longpath 0.021s coverage: 100.0% of statements [2021-02-22T19:16:38.479Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-22T19:16:38.479Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-22T19:16:38.479Z] ok github.com/docker/docker/pkg/namesgenerator 0.013s coverage: 85.7% of statements [2021-02-22T19:16:38.479Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-22T19:16:38.741Z] ok github.com/docker/docker/pkg/parsers 0.028s coverage: 97.0% of statements [2021-02-22T19:16:39.005Z] ok github.com/docker/docker/pkg/parsers/kernel 0.030s coverage: 60.0% of statements [2021-02-22T19:16:39.268Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.032s coverage: 86.7% of statements [2021-02-22T19:16:39.268Z] ok github.com/docker/docker/pkg/pidfile 0.024s coverage: 82.4% of statements [2021-02-22T19:16:39.268Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-22T19:16:39.268Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-22T19:16:40.214Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.028s coverage: 56.8% of statements [2021-02-22T19:16:40.475Z] ok github.com/docker/docker/pkg/pools 0.010s coverage: 88.2% of statements [2021-02-22T19:16:40.475Z] ok github.com/docker/docker/pkg/plugins/transport 0.017s coverage: 85.7% of statements [2021-02-22T19:16:40.475Z] ok github.com/docker/docker/pkg/progress 0.028s coverage: 75.9% of statements [2021-02-22T19:16:41.050Z] ok github.com/docker/docker/pkg/reexec 0.018s coverage: 82.4% of statements [2021-02-22T19:16:41.995Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2021-02-22T19:16:41.995Z] ok github.com/docker/docker/pkg/pubsub 1.090s coverage: 75.0% of statements [2021-02-22T19:16:42.568Z] ok github.com/docker/docker/pkg/streamformatter 0.018s coverage: 66.2% of statements [2021-02-22T19:16:42.568Z] ok github.com/docker/docker/pkg/stringid 0.012s coverage: 70.6% of statements [2021-02-22T19:16:43.513Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 54.2% of statements [2021-02-22T19:16:43.513Z] ok github.com/docker/docker/pkg/system 0.045s coverage: 36.9% of statements [2021-02-22T19:16:44.091Z] ok github.com/docker/docker/pkg/tailfile 0.101s coverage: 88.6% of statements [2021-02-22T19:16:44.091Z] ok github.com/docker/docker/pkg/signal 2.793s coverage: 61.0% of statements [2021-02-22T19:16:44.664Z] testing: warning: no tests to run [2021-02-22T19:16:44.664Z] coverage: [no statements] [2021-02-22T19:16:44.664Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: [no statements] [no tests to run] [2021-02-22T19:16:44.664Z] ok github.com/docker/docker/pkg/tarsum 0.133s coverage: 89.3% of statements [2021-02-22T19:16:44.925Z] ok github.com/docker/docker/pkg/truncindex 0.110s coverage: 91.5% of statements [2021-02-22T19:16:44.925Z] ok github.com/docker/docker/pkg/urlutil 0.026s coverage: 100.0% of statements [2021-02-22T19:16:44.925Z] ok github.com/docker/docker/pkg/useragent 0.015s coverage: 88.9% of statements [2021-02-22T19:16:45.156Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-22T19:16:45.156Z] [2021-02-22T19:16:45.156Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-22T19:16:45.156Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-22T19:16:45.156Z] HOSTNAME=f57643d037a9 [2021-02-22T19:16:45.156Z] DEST=bundles/test-integration [2021-02-22T19:16:45.156Z] PWD=/go/src/github.com/docker/docker [2021-02-22T19:16:45.156Z] DOCKER_ROOTLESS=1 [2021-02-22T19:16:45.156Z] DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 [2021-02-22T19:16:45.156Z] container=docker [2021-02-22T19:16:45.156Z] HOME=/root [2021-02-22T19:16:45.156Z] GOLANG_VERSION=1.13.15 [2021-02-22T19:16:45.156Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-22T19:16:45.156Z] VALIDATE_BRANCH=master [2021-02-22T19:16:45.156Z] TERM=xterm [2021-02-22T19:16:45.156Z] DOCKER_PKG=github.com/docker/docker [2021-02-22T19:16:45.156Z] SHLVL=1 [2021-02-22T19:16:45.156Z] TIMEOUT=120m [2021-02-22T19:16:45.156Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-22T19:16:45.156Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-22T19:16:45.156Z] GO111MODULE=off [2021-02-22T19:16:45.156Z] DOCKER_EXPERIMENTAL=1 [2021-02-22T19:16:45.156Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-22T19:16:45.156Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-22T19:16:45.156Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-22T19:16:45.156Z] GOPATH=/go [2021-02-22T19:16:45.156Z] PKG_CONFIG=pkg-config [2021-02-22T19:16:45.156Z] _=/usr/bin/env [2021-02-22T19:16:45.156Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-22T19:16:46.314Z] ok github.com/docker/docker/plugin/v2 0.027s coverage: 14.5% of statements [2021-02-22T19:16:46.576Z] ok github.com/docker/docker/profiles/seccomp 0.024s coverage: 85.4% of statements [2021-02-22T19:16:47.521Z] ok github.com/docker/docker/reference 0.018s coverage: 84.4% of statements [2021-02-22T19:16:47.521Z] ok github.com/docker/docker/plugin 0.577s coverage: 23.2% of statements [2021-02-22T19:16:49.439Z] ok github.com/docker/docker/registry/resumable 0.031s coverage: 100.0% of statements [2021-02-22T19:16:49.439Z] ok github.com/docker/docker/quota 0.639s coverage: 71.4% of statements [2021-02-22T19:16:49.439Z] ok github.com/docker/docker/registry 0.177s coverage: 57.2% of statements [2021-02-22T19:16:49.439Z] ok github.com/docker/docker/restartmanager 0.013s coverage: 45.3% of statements [2021-02-22T19:16:50.387Z] ok github.com/docker/docker/testutil 0.038s coverage: 62.5% of statements [2021-02-22T19:16:50.649Z] ok github.com/docker/docker/runconfig 0.027s coverage: 66.1% of statements [2021-02-22T19:16:52.570Z] ok github.com/docker/docker/volume/drivers 0.019s coverage: 36.1% of statements [2021-02-22T19:16:52.837Z] ok github.com/docker/docker/volume/mounts 0.054s coverage: 67.0% of statements [2021-02-22T19:16:53.737Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|name|types_sizes|deps|imports|compiled_files) took 2m1.446659804s [2021-02-22T19:16:53.737Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 455.180624ms [2021-02-22T19:16:53.795Z] ok github.com/docker/docker/volume/local 0.248s coverage: 76.4% of statements [2021-02-22T19:16:54.737Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2021-02-22T19:17:11.867Z] INFO [runner/unused/goanalysis] analyzers took 28.788455721s with top 10 stages: buildssa: 24.180548589s, U1000: 4.607907132s [2021-02-22T19:17:16.686Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.6% of statements [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/rootless [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/volume [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-22T19:17:16.686Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === Skipped [2021-02-22T19:17:16.686Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-22T19:17:16.686Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-22T19:17:16.686Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:73: No driver to put! [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-22T19:17:16.686Z] time="2021-02-22T19:16:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-22T19:17:16.686Z] time="2021-02-22T19:16:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-22T19:17:16.686Z] time="2021-02-22T19:16:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-22T19:17:16.686Z] time="2021-02-22T19:16:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-22T19:17:16.686Z] time="2021-02-22T19:16:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:73: No driver to put! [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-22T19:17:16.686Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-22T19:17:16.686Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-22T19:17:16.686Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:17:16.686Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-22T19:17:16.686Z] graphtest_unix.go:73: No driver to put! [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-22T19:17:16.686Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-22T19:17:16.686Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] [2021-02-22T19:17:16.686Z] DONE 2238 tests, 26 skipped in 195.487s Post stage [Pipeline] junit [2021-02-22T19:17:16.700Z] Recording test results [2021-02-22T19:17:17.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-22T19:17:17.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-22T19:17:18.246Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-22T19:17:18.610Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41756/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 -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:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 hack/make.sh dynbinary test-integration [2021-02-22T19:17:19.552Z] [2021-02-22T19:17:19.552Z] Removing bundles/ [2021-02-22T19:17:19.552Z] [2021-02-22T19:17:19.552Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-22T19:17:19.552Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-22T19:17:19.552Z] GOOS="" GOARCH="" GOARM="" [2021-02-22T19:17:44.132Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-22T19:17:50.722Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-22T19:17:51.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-22T19:17:53.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-22T19:17:53.999Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-22T19:17:54.260Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-22T19:17:56.174Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-22T19:17:59.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-22T19:18:00.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-22T19:18:02.253Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-22T19:18:02.826Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-22T19:18:04.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-22T19:18:05.160Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-22T19:18:07.078Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-22T19:18:08.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-22T19:18:09.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-22T19:18:10.391Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-22T19:18:10.391Z] Using test binary docker [2021-02-22T19:18:10.391Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-22T19:18:10.391Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-22T19:18:10.391Z] INFO: Waiting for daemon to start... [2021-02-22T19:18:10.391Z] Starting dockerd [2021-02-22T19:18:13.992Z] . [2021-02-22T19:18:13.992Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-22T19:18:13.992Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-22T19:18:13.992Z] Error: No such image: emptyfs [2021-02-22T19:18:13.992Z] Running integration-test (iteration 1) [2021-02-22T19:18:13.992Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-22T19:18:26.243Z] Loaded image: buildpack-deps:buster [2021-02-22T19:18:26.243Z] Loaded image: busybox:latest [2021-02-22T19:18:26.505Z] Loaded image: busybox:glibc [2021-02-22T19:18:29.055Z] Loaded image: debian:bullseye [2021-02-22T19:18:29.316Z] Loaded image: hello-world:latest [2021-02-22T19:18:29.316Z] Loaded image: arm32v7/hello-world:latest [2021-02-22T19:18:29.316Z] INFO: Testing against a local daemon [2021-02-22T19:18:29.316Z] === RUN TestCgroupNamespacesBuild [2021-02-22T19:18:31.862Z] --- PASS: TestCgroupNamespacesBuild (2.33s) [2021-02-22T19:18:31.862Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-22T19:18:33.343Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.590820512s with top 10 stages: buildssa: 1m41.11706569s, goimports: 23.223938057s, unconvert: 12.828008784s, gosec: 10.661032131s, golint: 6.436968467s, misspell: 4.396087677s, ineffassign: 4.354593748s, inspect: 3.28243355s, vrp: 3.252386561s, printf: 1.863431359s [2021-02-22T19:18:33.343Z] INFO [runner] Issues before processing: 2266, after processing: 0 [2021-02-22T19:18:33.343Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1686/1686, identifier_marker: 1581/1581, exclude-rules: 64/1581, nolint: 0/64, cgo: 1686/2266, filename_unadjuster: 1686/1686, skip_dirs: 1686/1686, autogenerated_exclude: 1581/1686, path_prettifier: 1686/1686, exclude: 1581/1581 [2021-02-22T19:18:33.343Z] INFO [runner] processing took 58.928409ms with stages: nolint: 24.863394ms, identifier_marker: 16.199557ms, path_prettifier: 8.30746ms, autogenerated_exclude: 4.127844ms, exclude-rules: 3.361078ms, skip_dirs: 1.681028ms, cgo: 286.618µs, filename_unadjuster: 97.03µs, max_same_issues: 1.255µs, uniq_by_line: 798ns, skip_files: 537ns, diff: 495ns, source_code: 316ns, exclude: 298ns, max_from_linter: 295ns, path_shortener: 231ns, max_per_file_from_linter: 175ns [2021-02-22T19:18:33.343Z] INFO [runner] linters took 1m43.685607579s with stages: goanalysis_metalinter: 1m23.271046417s, unused: 20.355502209s [2021-02-22T19:18:33.343Z] INFO File cache stats: 1452 entries of total size 6.8MiB [2021-02-22T19:18:33.343Z] INFO Memory: 1546 samples, avg is 928.9MB, max is 4709.7MB [2021-02-22T19:18:33.343Z] INFO Execution took 3m45.598057369s [2021-02-22T19:18:33.343Z] Congratulations! The shell scripts are properly formatted. [2021-02-22T19:18:33.782Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.21s) [2021-02-22T19:18:33.782Z] === RUN TestBuildWithSession [2021-02-22T19:18:33.782Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-22T19:18:33.782Z] build_session_test.go:25: TODO: BuildKit [2021-02-22T19:18:33.782Z] === RUN TestBuildSquashParent [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-02-22T19:18:34.255Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41756/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 hack/make.sh dynbinary-daemon test-docker-py [2021-02-22T19:18:34.824Z] [2021-02-22T19:18:34.824Z] Removing bundles/ [2021-02-22T19:18:34.824Z] [2021-02-22T19:18:34.824Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-22T19:18:35.084Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-22T19:18:35.084Z] GOOS="" GOARCH="" GOARM="" [2021-02-22T19:18:41.051Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-22T19:18:41.051Z] [2021-02-22T19:18:41.051Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-22T19:18:41.051Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-22T19:18:41.051Z] HOSTNAME=8ae947181af7 [2021-02-22T19:18:41.051Z] TESTDEBUG=0 [2021-02-22T19:18:41.051Z] DEST=bundles/test-integration [2021-02-22T19:18:41.051Z] PWD=/go/src/github.com/docker/docker [2021-02-22T19:18:41.051Z] DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 [2021-02-22T19:18:41.051Z] container=docker [2021-02-22T19:18:41.051Z] HOME=/root [2021-02-22T19:18:41.051Z] GOLANG_VERSION=1.13.15 [2021-02-22T19:18:41.051Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-22T19:18:41.051Z] VALIDATE_BRANCH=master [2021-02-22T19:18:41.051Z] TERM=xterm [2021-02-22T19:18:41.051Z] DOCKER_PKG=github.com/docker/docker [2021-02-22T19:18:41.051Z] SHLVL=1 [2021-02-22T19:18:41.051Z] TIMEOUT=120m [2021-02-22T19:18:41.051Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-22T19:18:41.051Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-22T19:18:41.051Z] GO111MODULE=off [2021-02-22T19:18:41.051Z] DOCKER_EXPERIMENTAL=1 [2021-02-22T19:18:41.051Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-22T19:18:41.051Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-22T19:18:41.051Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-22T19:18:41.051Z] GOPATH=/go [2021-02-22T19:18:41.051Z] PKG_CONFIG=pkg-config [2021-02-22T19:18:41.051Z] _=/usr/bin/env [2021-02-22T19:18:41.051Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-22T19:18:41.863Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-22T19:18:41.864Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-22T19:18:41.922Z] --- PASS: TestBuildSquashParent (7.40s) [2021-02-22T19:18:41.923Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-22T19:18:41.923Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-22T19:18:41.923Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-22T19:18:41.923Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-22T19:18:41.923Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-22T19:18:41.923Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-22T19:18:41.923Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-22T19:18:41.923Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-22T19:18:41.923Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-22T19:18:41.923Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-22T19:18:41.923Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-22T19:18:41.923Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-22T19:18:41.923Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-22T19:18:41.923Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-22T19:18:41.923Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-22T19:18:43.836Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-22T19:18:43.836Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-22T19:18:45.752Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-22T19:18:45.752Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-22T19:18:48.299Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-02-22T19:18:48.299Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.45s) [2021-02-22T19:18:48.299Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.49s) [2021-02-22T19:18:48.299Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.99s) [2021-02-22T19:18:48.299Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.03s) [2021-02-22T19:18:48.299Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.98s) [2021-02-22T19:18:48.299Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.09s) [2021-02-22T19:18:48.299Z] === RUN TestBuildMultiStageCopy [2021-02-22T19:18:48.299Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-22T19:18:51.597Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-22T19:18:52.168Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-22T19:18:53.110Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-22T19:18:54.052Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-22T19:18:55.439Z] --- PASS: TestBuildMultiStageCopy (7.32s) [2021-02-22T19:18:55.439Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.32s) [2021-02-22T19:18:55.439Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.01s) [2021-02-22T19:18:55.439Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s) [2021-02-22T19:18:55.439Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-02-22T19:18:55.439Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-02-22T19:18:55.439Z] === RUN TestBuildMultiStageParentConfig [2021-02-22T19:18:59.183Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-22T19:19:00.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-22T19:19:00.727Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2021-02-22T19:19:00.727Z] === RUN TestBuildLabelWithTargets [2021-02-22T19:19:08.864Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-02-22T19:19:08.864Z] === RUN TestBuildWithEmptyLayers [2021-02-22T19:19:11.407Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2021-02-22T19:19:11.407Z] === RUN TestBuildMultiStageOnBuild [2021-02-22T19:19:16.694Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-02-22T19:19:16.694Z] === RUN TestBuildUncleanTarFilenames [2021-02-22T19:19:16.955Z] --- PASS: TestBuildUncleanTarFilenames (0.73s) [2021-02-22T19:19:16.955Z] === RUN TestBuildMultiStageLayerLeak [2021-02-22T19:19:18.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-22T19:19:21.160Z] --- PASS: TestBuildMultiStageLayerLeak (4.27s) [2021-02-22T19:19:21.160Z] === RUN TestBuildWithHugeFile [2021-02-22T19:19:26.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-22T19:19:26.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-22T19:19:27.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-22T19:19:29.182Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-22T19:19:29.445Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-22T19:19:31.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-22T19:19:33.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-22T19:19:36.457Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-22T19:19:37.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-22T19:19:38.149Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-22T19:19:38.413Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-22T19:19:40.327Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-22T19:19:41.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-22T19:19:43.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-22T19:19:44.568Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-22T19:19:45.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-22T19:19:47.338Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-22T19:19:47.339Z] Using test binary docker [2021-02-22T19:19:47.339Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-22T19:19:47.339Z] +++ /etc/init.d/apparmor start [2021-02-22T19:19:47.339Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-22T19:19:47.339Z] INFO: Waiting for daemon to start... [2021-02-22T19:19:47.339Z] Starting dockerd [2021-02-22T19:19:47.339Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2021-02-22T19:19:51.537Z] . [2021-02-22T19:19:51.537Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-22T19:19:51.537Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-22T19:19:51.537Z] Error: No such image: emptyfs [2021-02-22T19:19:51.537Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-22T19:19:51.537Z] ++++ docker load [2021-02-22T19:19:51.537Z] Running integration-test (iteration 1) [2021-02-22T19:19:51.537Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-02-22T19:19:51.537Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:19:51.537Z] ++ set -e [2021-02-22T19:19:51.537Z] ++ '[' -n 0 ']' [2021-02-22T19:19:51.537Z] ++ set -x [2021-02-22T19:19:51.538Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:20:03.777Z] Loaded image: buildpack-deps:buster [2021-02-22T19:20:03.777Z] Loaded image: busybox:latest [2021-02-22T19:20:03.777Z] Loaded image: busybox:glibc [2021-02-22T19:20:05.947Z] Loaded image: debian:bullseye [2021-02-22T19:20:05.947Z] Loaded image: hello-world:latest [2021-02-22T19:20:06.888Z] Loaded image: arm32v7/hello-world:latest [2021-02-22T19:20:07.828Z] INFO: Testing against a local daemon [2021-02-22T19:20:07.828Z] === RUN TestCgroupNamespacesBuild [2021-02-22T19:20:10.372Z] --- PASS: TestCgroupNamespacesBuild (2.50s) [2021-02-22T19:20:10.372Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-22T19:20:10.470Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-22T19:20:11.554Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-22T19:20:11.554Z] [2021-02-22T19:20:11.554Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-02-22T19:20:11.554Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-02-22T19:20:11.554Z] Using test binary docker [2021-02-22T19:20:11.554Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-22T19:20:11.554Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-22T19:20:11.554Z] INFO: Waiting for daemon to start... [2021-02-22T19:20:11.554Z] Starting dockerd [2021-02-22T19:20:11.554Z] . [2021-02-22T19:20:11.554Z] INFO: Building docker-sdk-python3:4.4.1... [2021-02-22T19:20:12.287Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.83s) [2021-02-22T19:20:12.287Z] === RUN TestBuildWithSession [2021-02-22T19:20:12.287Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-22T19:20:12.287Z] build_session_test.go:25: TODO: BuildKit [2021-02-22T19:20:12.287Z] === RUN TestBuildSquashParent [2021-02-22T19:20:13.774Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-22T19:20:17.078Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-22T19:20:17.439Z] --- PASS: TestBuildWithHugeFile (52.22s) [2021-02-22T19:20:17.439Z] === RUN TestBuildWCOWSandboxSize [2021-02-22T19:20:17.439Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-02-22T19:20:17.439Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-22T19:20:17.439Z] === RUN TestBuildWithEmptyDockerfile [2021-02-22T19:20:17.439Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-22T19:20:17.439Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-22T19:20:17.439Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-22T19:20:17.439Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-22T19:20:17.439Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-22T19:20:17.439Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-22T19:20:17.439Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-22T19:20:17.439Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-22T19:20:17.439Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-22T19:20:17.439Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s) [2021-02-22T19:20:17.439Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2021-02-22T19:20:17.439Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2021-02-22T19:20:17.439Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-02-22T19:20:17.439Z] === RUN TestBuildPreserveOwnership [2021-02-22T19:20:17.439Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-22T19:20:20.382Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-22T19:20:20.420Z] --- PASS: TestBuildSquashParent (6.96s) [2021-02-22T19:20:20.420Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-22T19:20:20.420Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-22T19:20:20.420Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-22T19:20:20.420Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-22T19:20:20.420Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-22T19:20:20.420Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-22T19:20:20.420Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-22T19:20:20.420Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-22T19:20:20.420Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-22T19:20:20.420Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-22T19:20:20.420Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-22T19:20:20.420Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-22T19:20:20.420Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-22T19:20:20.420Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-22T19:20:20.420Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-22T19:20:20.420Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-22T19:20:20.420Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-22T19:20:20.737Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-22T19:20:21.325Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-22T19:20:21.807Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-22T19:20:21.807Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-22T19:20:24.038Z] --- PASS: TestBuildPreserveOwnership (10.38s) [2021-02-22T19:20:24.038Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.37s) [2021-02-22T19:20:24.038Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-02-22T19:20:24.038Z] === RUN TestBuildPlatformInvalid [2021-02-22T19:20:24.316Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2021-02-22T19:20:24.316Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-22T19:20:24.316Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-02-22T19:20:24.316Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-02-22T19:20:24.316Z] PASS [2021-02-22T19:20:24.316Z] [2021-02-22T19:20:24.316Z] === Skipped [2021-02-22T19:20:24.316Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-22T19:20:24.316Z] build_session_test.go:25: TODO: BuildKit [2021-02-22T19:20:24.316Z] [2021-02-22T19:20:24.316Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-02-22T19:20:24.316Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-22T19:20:24.316Z] [2021-02-22T19:20:24.316Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-02-22T19:20:24.316Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-02-22T19:20:24.316Z] [2021-02-22T19:20:24.316Z] [2021-02-22T19:20:24.316Z] DONE 34 tests, 3 skipped in 130.547s [2021-02-22T19:20:24.316Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-22T19:20:24.362Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-22T19:20:24.362Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.64s) [2021-02-22T19:20:24.362Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.78s) [2021-02-22T19:20:24.362Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.89s) [2021-02-22T19:20:24.362Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.95s) [2021-02-22T19:20:24.362Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.02s) [2021-02-22T19:20:24.362Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.24s) [2021-02-22T19:20:24.362Z] === RUN TestBuildMultiStageCopy [2021-02-22T19:20:24.362Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-22T19:20:24.596Z] INFO: Testing against a local daemon [2021-02-22T19:20:24.596Z] === RUN TestConfigInspect [2021-02-22T19:20:24.596Z] --- SKIP: TestConfigInspect (0.02s) [2021-02-22T19:20:24.596Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:20:24.596Z] === RUN TestConfigList [2021-02-22T19:20:24.596Z] --- SKIP: TestConfigList (0.02s) [2021-02-22T19:20:24.596Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:20:24.596Z] === RUN TestConfigsCreateAndDelete [2021-02-22T19:20:24.596Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2021-02-22T19:20:24.596Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:20:24.596Z] === RUN TestConfigsUpdate [2021-02-22T19:20:24.596Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-02-22T19:20:24.596Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:20:24.596Z] === RUN TestTemplatedConfig [2021-02-22T19:20:24.596Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-02-22T19:20:24.596Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:20:24.596Z] === RUN TestConfigCreateResolve [2021-02-22T19:20:24.596Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-02-22T19:20:24.596Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:20:24.596Z] === RUN TestConfigDaemonLibtrustID [2021-02-22T19:20:26.276Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-22T19:20:26.532Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2021-02-22T19:20:26.532Z] PASS [2021-02-22T19:20:26.532Z] [2021-02-22T19:20:26.532Z] === Skipped [2021-02-22T19:20:26.532Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-02-22T19:20:26.532Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:20:26.532Z] [2021-02-22T19:20:26.532Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2021-02-22T19:20:26.532Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:20:26.532Z] [2021-02-22T19:20:26.532Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2021-02-22T19:20:26.532Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:20:26.532Z] [2021-02-22T19:20:26.532Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-02-22T19:20:26.532Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:20:26.532Z] [2021-02-22T19:20:26.532Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-02-22T19:20:26.532Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:20:26.532Z] [2021-02-22T19:20:26.532Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-02-22T19:20:26.532Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:20:26.532Z] [2021-02-22T19:20:26.532Z] [2021-02-22T19:20:26.532Z] DONE 7 tests, 6 skipped in 1.771s [2021-02-22T19:20:26.532Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-22T19:20:26.532Z] INFO: Testing against a local daemon [2021-02-22T19:20:26.533Z] === RUN TestCheckpoint [2021-02-22T19:20:26.533Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-22T19:20:26.533Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-22T19:20:26.533Z] === RUN TestContainerInvalidJSON [2021-02-22T19:20:26.533Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-22T19:20:26.533Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-22T19:20:26.533Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-22T19:20:26.533Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-22T19:20:26.533Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-22T19:20:26.533Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-22T19:20:26.533Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-22T19:20:26.533Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-22T19:20:26.533Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-22T19:20:26.533Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-22T19:20:26.533Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-22T19:20:26.533Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-22T19:20:26.533Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-22T19:20:26.533Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-22T19:20:26.533Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-02-22T19:20:26.533Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-22T19:20:26.533Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-02-22T19:20:26.533Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-22T19:20:26.533Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-02-22T19:20:26.533Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-22T19:20:26.533Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-02-22T19:20:26.533Z] === RUN TestCopyFromContainer [2021-02-22T19:20:26.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-22T19:20:26.847Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-22T19:20:27.418Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-22T19:20:27.988Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-22T19:20:28.559Z] --- PASS: TestBuildMultiStageCopy (4.60s) [2021-02-22T19:20:28.559Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.38s) [2021-02-22T19:20:28.559Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.52s) [2021-02-22T19:20:28.559Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2021-02-22T19:20:28.559Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.57s) [2021-02-22T19:20:28.559Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s) [2021-02-22T19:20:28.559Z] === RUN TestBuildMultiStageParentConfig [2021-02-22T19:20:30.521Z] --- PASS: TestBuildMultiStageParentConfig (1.59s) [2021-02-22T19:20:30.521Z] === RUN TestBuildLabelWithTargets [2021-02-22T19:20:30.840Z] === RUN TestCopyFromContainer// [2021-02-22T19:20:30.840Z] === RUN TestCopyFromContainer//bar/root [2021-02-22T19:20:30.840Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-22T19:20:30.840Z] === RUN TestCopyFromContainer/bar/quux [2021-02-22T19:20:30.840Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-22T19:20:30.840Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-22T19:20:30.840Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-22T19:20:30.840Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-22T19:20:30.840Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-22T19:20:30.840Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-22T19:20:30.840Z] --- PASS: TestCopyFromContainer (4.26s) [2021-02-22T19:20:30.840Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-02-22T19:20:30.840Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-02-22T19:20:30.840Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-02-22T19:20:30.840Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-02-22T19:20:30.840Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-02-22T19:20:30.840Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-02-22T19:20:30.840Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-02-22T19:20:30.840Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-02-22T19:20:30.840Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-02-22T19:20:30.840Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-02-22T19:20:30.840Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-22T19:20:30.840Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-22T19:20:30.840Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-22T19:20:30.840Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-22T19:20:30.840Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-22T19:20:30.840Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-22T19:20:30.840Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-22T19:20:30.840Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-22T19:20:30.840Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-22T19:20:30.840Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-22T19:20:30.840Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-22T19:20:30.840Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-22T19:20:30.840Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-22T19:20:30.840Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-02-22T19:20:30.840Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-22T19:20:30.840Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-02-22T19:20:30.840Z] === RUN TestCreateWithInvalidEnv [2021-02-22T19:20:30.840Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-22T19:20:30.840Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-22T19:20:30.840Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-22T19:20:30.840Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-22T19:20:30.840Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-22T19:20:30.840Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-22T19:20:30.840Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-22T19:20:30.840Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-22T19:20:30.840Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-22T19:20:30.840Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-22T19:20:30.840Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-22T19:20:30.840Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-22T19:20:30.840Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-22T19:20:30.840Z] === RUN TestCreateTmpfsMountsTarget [2021-02-22T19:20:31.101Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-22T19:20:31.101Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-22T19:20:32.435Z] --- PASS: TestBuildLabelWithTargets (2.35s) [2021-02-22T19:20:32.435Z] === RUN TestBuildWithEmptyLayers [2021-02-22T19:20:32.486Z] --- PASS: TestCreateWithCustomMaskedPaths (1.32s) [2021-02-22T19:20:32.486Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-22T19:20:33.431Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.24s) [2021-02-22T19:20:33.431Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-22T19:20:33.431Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-22T19:20:33.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-22T19:20:33.431Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-22T19:20:33.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-22T19:20:33.431Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-22T19:20:33.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-22T19:20:33.431Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-22T19:20:33.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-22T19:20:33.431Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-22T19:20:33.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-22T19:20:33.431Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-22T19:20:33.431Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-22T19:20:33.692Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-22T19:20:33.692Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-22T19:20:33.692Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-22T19:20:33.692Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-22T19:20:33.692Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-02-22T19:20:33.692Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-02-22T19:20:33.692Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-22T19:20:33.692Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-22T19:20:33.692Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-22T19:20:33.692Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-22T19:20:33.820Z] --- PASS: TestBuildWithEmptyLayers (1.05s) [2021-02-22T19:20:33.820Z] === RUN TestBuildMultiStageOnBuild [2021-02-22T19:20:33.953Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2021-02-22T19:20:33.953Z] === RUN TestCreateDifferentPlatform [2021-02-22T19:20:33.953Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-22T19:20:33.953Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-22T19:20:33.953Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-02-22T19:20:33.953Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-22T19:20:33.953Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-22T19:20:33.953Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-22T19:20:33.953Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-02-22T19:20:33.953Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-22T19:20:34.214Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-02-22T19:20:34.214Z] === RUN TestContainerStartOnDaemonRestart [2021-02-22T19:20:34.214Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-02-22T19:20:34.214Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-02-22T19:20:34.214Z] === RUN TestDaemonRestartIpcMode [2021-02-22T19:20:34.214Z] === PAUSE TestDaemonRestartIpcMode [2021-02-22T19:20:34.214Z] === RUN TestDaemonHostGatewayIP [2021-02-22T19:20:34.214Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-02-22T19:20:34.214Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:20:34.214Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-22T19:20:34.214Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-22T19:20:34.214Z] === RUN TestContainerKillOnDaemonStart [2021-02-22T19:20:34.214Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-02-22T19:20:34.214Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-02-22T19:20:34.214Z] === RUN TestDiff [2021-02-22T19:20:34.474Z] --- PASS: TestDiff (0.42s) [2021-02-22T19:20:34.474Z] === RUN TestExecWithCloseStdin [2021-02-22T19:20:35.048Z] --- PASS: TestExecWithCloseStdin (0.50s) [2021-02-22T19:20:35.048Z] === RUN TestExec [2021-02-22T19:20:35.620Z] --- PASS: TestExec (0.52s) [2021-02-22T19:20:35.620Z] === RUN TestExecUser [2021-02-22T19:20:36.192Z] --- PASS: TestExecUser (0.51s) [2021-02-22T19:20:36.192Z] === RUN TestExportContainerAndImportImage [2021-02-22T19:20:36.362Z] --- PASS: TestBuildMultiStageOnBuild (2.87s) [2021-02-22T19:20:36.362Z] === RUN TestBuildUncleanTarFilenames [2021-02-22T19:20:36.691Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-22T19:20:36.766Z] --- PASS: TestExportContainerAndImportImage (0.63s) [2021-02-22T19:20:36.766Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-22T19:20:37.746Z] --- PASS: TestBuildUncleanTarFilenames (1.42s) [2021-02-22T19:20:37.746Z] === RUN TestBuildMultiStageLayerLeak [2021-02-22T19:20:39.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-22T19:20:40.064Z] --- PASS: TestExportContainerAfterDaemonRestart (3.34s) [2021-02-22T19:20:40.064Z] === RUN TestHealthCheckWorkdir [2021-02-22T19:20:40.637Z] --- PASS: TestHealthCheckWorkdir (0.56s) [2021-02-22T19:20:40.637Z] === RUN TestHealthKillContainer [2021-02-22T19:20:41.047Z] --- PASS: TestBuildMultiStageLayerLeak (2.89s) [2021-02-22T19:20:41.047Z] === RUN TestBuildWithHugeFile [2021-02-22T19:20:43.182Z] --- PASS: TestHealthKillContainer (2.51s) [2021-02-22T19:20:43.182Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-22T19:20:43.442Z] --- PASS: TestInspectCpusetInConfigPre120 (0.44s) [2021-02-22T19:20:43.442Z] === RUN TestIpcModeNone [2021-02-22T19:20:44.014Z] --- PASS: TestIpcModeNone (0.47s) [2021-02-22T19:20:44.014Z] === RUN TestIpcModePrivate [2021-02-22T19:20:44.585Z] --- PASS: TestIpcModePrivate (0.49s) [2021-02-22T19:20:44.585Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-02-22T19:20:44.585Z] === RUN TestIpcModeShareable [2021-02-22T19:20:44.585Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-02-22T19:20:44.585Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-22T19:20:44.585Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-22T19:20:45.285Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-22T19:20:45.975Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.52s) [2021-02-22T19:20:45.975Z] === RUN TestAPIIpcModeHost [2021-02-22T19:20:45.975Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-02-22T19:20:45.975Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-22T19:20:45.975Z] === RUN TestDaemonIpcModeShareable [2021-02-22T19:20:45.975Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-02-22T19:20:45.975Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-22T19:20:45.975Z] === RUN TestDaemonIpcModePrivate [2021-02-22T19:20:46.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-22T19:20:48.523Z] --- PASS: TestDaemonIpcModePrivate (2.22s) [2021-02-22T19:20:48.523Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-02-22T19:20:48.523Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-22T19:20:48.523Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-02-22T19:20:48.523Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-22T19:20:48.523Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-22T19:20:48.523Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-02-22T19:20:48.523Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-22T19:20:48.523Z] === RUN TestIpcModeOlderClient [2021-02-22T19:20:48.523Z] === PAUSE TestIpcModeOlderClient [2021-02-22T19:20:48.523Z] === RUN TestKillContainerInvalidSignal [2021-02-22T19:20:48.784Z] --- PASS: TestKillContainerInvalidSignal (0.52s) [2021-02-22T19:20:48.784Z] === RUN TestKillContainer [2021-02-22T19:20:48.784Z] === RUN TestKillContainer/no_signal [2021-02-22T19:20:49.047Z] === RUN TestKillContainer/non_killing_signal [2021-02-22T19:20:49.626Z] === RUN TestKillContainer/killing_signal [2021-02-22T19:20:50.198Z] --- PASS: TestKillContainer (1.36s) [2021-02-22T19:20:50.198Z] --- PASS: TestKillContainer/no_signal (0.43s) [2021-02-22T19:20:50.198Z] --- PASS: TestKillContainer/non_killing_signal (0.32s) [2021-02-22T19:20:50.198Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2021-02-22T19:20:50.198Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-22T19:20:50.198Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-22T19:20:50.459Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-22T19:20:50.882Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-22T19:20:51.031Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.83s) [2021-02-22T19:20:51.031Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2021-02-22T19:20:51.031Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s) [2021-02-22T19:20:51.031Z] === RUN TestKillStoppedContainer [2021-02-22T19:20:51.031Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-02-22T19:20:51.031Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-22T19:20:51.031Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-02-22T19:20:51.031Z] === RUN TestKillDifferentUserContainer [2021-02-22T19:20:51.603Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2021-02-22T19:20:51.603Z] === RUN TestInspectOomKilledTrue [2021-02-22T19:20:51.603Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-22T19:20:51.603Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:20:51.603Z] === RUN TestInspectOomKilledFalse [2021-02-22T19:20:51.603Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-22T19:20:51.603Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:20:51.603Z] === RUN TestLinksEtcHostsContentMatch [2021-02-22T19:20:51.603Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-02-22T19:20:51.603Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-02-22T19:20:51.603Z] === RUN TestLinksContainerNames [2021-02-22T19:20:52.544Z] --- PASS: TestLinksContainerNames (0.88s) [2021-02-22T19:20:52.544Z] === RUN TestLogsFollowTailEmpty [2021-02-22T19:20:52.804Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2021-02-22T19:20:52.804Z] === RUN TestContainerNetworkMountsNoChown [2021-02-22T19:20:53.375Z] --- PASS: TestContainerNetworkMountsNoChown (0.44s) [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/default [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/default [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/private [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/private [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rprivate [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/slave [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/slave [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rslave [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/shared [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/shared [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rshared [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-22T19:20:53.375Z] === CONT TestMountDaemonRoot/default [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-22T19:20:53.375Z] === CONT TestMountDaemonRoot/rslave [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-22T19:20:53.375Z] === CONT TestMountDaemonRoot/rshared [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-22T19:20:53.375Z] === CONT TestMountDaemonRoot/shared [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-22T19:20:53.375Z] === CONT TestMountDaemonRoot/rprivate [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-22T19:20:53.375Z] === CONT TestMountDaemonRoot/slave [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-22T19:20:53.375Z] === CONT TestMountDaemonRoot/private [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-22T19:20:53.375Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-22T19:20:53.375Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-22T19:20:53.376Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-22T19:20:53.376Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-22T19:20:53.376Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-22T19:20:53.376Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-22T19:20:53.376Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-22T19:20:53.376Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-22T19:20:53.376Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-22T19:20:53.376Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-22T19:20:53.376Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-22T19:20:53.376Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-22T19:20:53.376Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-22T19:20:53.376Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-22T19:20:53.376Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-22T19:20:53.637Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-02-22T19:20:53.637Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-02-22T19:20:53.899Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-02-22T19:20:53.899Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-22T19:20:53.899Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-02-22T19:20:53.899Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-02-22T19:20:53.899Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-02-22T19:20:53.899Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-02-22T19:20:53.899Z] === RUN TestContainerBindMountNonRecursive [2021-02-22T19:20:53.899Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s) [2021-02-22T19:20:53.899Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-02-22T19:20:53.899Z] === RUN TestContainerVolumesMountedAsShared [2021-02-22T19:20:53.899Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-02-22T19:20:53.899Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-02-22T19:20:53.899Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-22T19:20:53.899Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-02-22T19:20:53.899Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-02-22T19:20:53.899Z] === RUN TestNetworkNat [2021-02-22T19:20:54.185Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-22T19:20:54.476Z] --- PASS: TestNetworkNat (0.58s) [2021-02-22T19:20:54.476Z] === RUN TestNetworkLocalhostTCPNat [2021-02-22T19:20:55.051Z] --- PASS: TestNetworkLocalhostTCPNat (0.52s) [2021-02-22T19:20:55.051Z] === RUN TestNetworkLoopbackNat [2021-02-22T19:20:57.593Z] --- PASS: TestNetworkLoopbackNat (2.58s) [2021-02-22T19:20:57.593Z] === RUN TestPause [2021-02-22T19:20:57.593Z] --- SKIP: TestPause (0.00s) [2021-02-22T19:20:57.593Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:20:57.593Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-22T19:20:57.593Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-22T19:20:57.593Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-22T19:20:57.593Z] === RUN TestPauseStopPausedContainer [2021-02-22T19:20:57.593Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-02-22T19:20:57.593Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:20:57.593Z] === RUN TestPsFilter [2021-02-22T19:20:57.593Z] --- PASS: TestPsFilter (0.12s) [2021-02-22T19:20:57.593Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-22T19:20:58.165Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.41s) [2021-02-22T19:20:58.165Z] === RUN TestRemoveContainerWithVolume [2021-02-22T19:20:58.248Z] sha256:d77e04f721569edf1df495d7cc8f8372690c5a32901c5fece9a1273fee7b5360 [2021-02-22T19:20:58.248Z] INFO: Starting docker-py tests... [2021-02-22T19:20:58.248Z] ============================= test session starts ============================== [2021-02-22T19:20:58.248Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-02-22T19:20:58.248Z] rootdir: /src, inifile: pytest.ini [2021-02-22T19:20:58.248Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-02-22T19:20:58.248Z] collected 389 items / 1 deselected / 388 selected [2021-02-22T19:20:58.248Z] [2021-02-22T19:20:58.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-22T19:20:58.427Z] --- PASS: TestRemoveContainerWithVolume (0.48s) [2021-02-22T19:20:58.427Z] === RUN TestRemoveContainerRunning [2021-02-22T19:20:58.999Z] --- PASS: TestRemoveContainerRunning (0.44s) [2021-02-22T19:20:58.999Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-22T19:20:59.261Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s) [2021-02-22T19:20:59.261Z] === RUN TestRemoveInvalidContainer [2021-02-22T19:20:59.261Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-22T19:20:59.261Z] === RUN TestRenameLinkedContainer [2021-02-22T19:21:01.271Z] --- PASS: TestRenameLinkedContainer (1.82s) [2021-02-22T19:21:01.271Z] === RUN TestRenameStoppedContainer [2021-02-22T19:21:01.531Z] --- PASS: TestRenameStoppedContainer (0.43s) [2021-02-22T19:21:01.531Z] === RUN TestRenameRunningContainerAndReuse [2021-02-22T19:21:01.698Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-22T19:21:02.474Z] --- PASS: TestRenameRunningContainerAndReuse (0.89s) [2021-02-22T19:21:02.474Z] === RUN TestRenameInvalidName [2021-02-22T19:21:03.046Z] --- PASS: TestRenameInvalidName (0.43s) [2021-02-22T19:21:03.046Z] === RUN TestRenameAnonymousContainer [2021-02-22T19:21:04.963Z] --- PASS: TestRenameAnonymousContainer (1.62s) [2021-02-22T19:21:04.963Z] === RUN TestRenameContainerWithSameName [2021-02-22T19:21:04.963Z] --- PASS: TestRenameContainerWithSameName (0.46s) [2021-02-22T19:21:04.963Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-22T19:21:05.001Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-22T19:21:05.905Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2021-02-22T19:21:05.905Z] === RUN TestResize [2021-02-22T19:21:06.476Z] --- PASS: TestResize (0.46s) [2021-02-22T19:21:06.476Z] === RUN TestResizeWithInvalidSize [2021-02-22T19:21:06.737Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2021-02-22T19:21:06.737Z] === RUN TestResizeWhenContainerNotStarted [2021-02-22T19:21:07.308Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s) [2021-02-22T19:21:07.308Z] === RUN TestDaemonRestartKillContainers [2021-02-22T19:21:07.308Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-02-22T19:21:07.308Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-02-22T19:21:07.308Z] === RUN TestCgroupNamespacesRun [2021-02-22T19:21:08.305Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-22T19:21:08.305Z] Using test binary docker [2021-02-22T19:21:08.305Z] +++ /etc/init.d/apparmor start [2021-02-22T19:21:08.305Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-22T19:21:08.305Z] INFO: Waiting for daemon to start... [2021-02-22T19:21:08.305Z] Starting dockerd [2021-02-22T19:21:08.305Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-02-22T19:21:09.853Z] --- PASS: TestCgroupNamespacesRun (2.21s) [2021-02-22T19:21:09.853Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-22T19:21:10.657Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-02-22T19:21:10.853Z] . [2021-02-22T19:21:10.853Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-22T19:21:10.853Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-22T19:21:10.853Z] Error: No such image: emptyfs [2021-02-22T19:21:11.114Z] ++++ docker load [2021-02-22T19:21:11.114Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-22T19:21:11.376Z] Running integration-test (iteration 1) [2021-02-22T19:21:11.376Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-22T19:21:11.376Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:21:11.376Z] ++ set -e [2021-02-22T19:21:11.376Z] ++ '[' -n 0 ']' [2021-02-22T19:21:11.376Z] ++ set -x [2021-02-22T19:21:11.376Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:21:11.484Z] tests/integration/api_client_test.py ..... [ 7%] [2021-02-22T19:21:11.766Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.17s) [2021-02-22T19:21:11.766Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-22T19:21:13.249Z] tests/integration/api_config_test.py ..... [ 8%] [2021-02-22T19:21:14.313Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.21s) [2021-02-22T19:21:14.313Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-22T19:21:16.225Z] --- PASS: TestCgroupNamespacesRunHostMode (2.23s) [2021-02-22T19:21:16.225Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-22T19:21:18.771Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.22s) [2021-02-22T19:21:18.771Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-22T19:21:20.685Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.19s) [2021-02-22T19:21:20.685Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-22T19:21:22.598Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.73s) [2021-02-22T19:21:22.598Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-22T19:21:24.511Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.21s) [2021-02-22T19:21:24.511Z] === RUN TestKernelTCPMemory [2021-02-22T19:21:24.511Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-02-22T19:21:24.511Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:21:24.511Z] === RUN TestNISDomainname [2021-02-22T19:21:24.511Z] --- SKIP: TestNISDomainname (0.01s) [2021-02-22T19:21:24.511Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-02-22T19:21:24.511Z] === RUN TestHostnameDnsResolution [2021-02-22T19:21:25.477Z] --- PASS: TestHostnameDnsResolution (0.82s) [2021-02-22T19:21:25.477Z] === RUN TestStats [2021-02-22T19:21:25.477Z] --- SKIP: TestStats (0.00s) [2021-02-22T19:21:25.477Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:21:25.477Z] === RUN TestStopContainerWithTimeout [2021-02-22T19:21:25.477Z] === RUN TestStopContainerWithTimeout/0 [2021-02-22T19:21:25.477Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-22T19:21:25.477Z] === RUN TestStopContainerWithTimeout/1 [2021-02-22T19:21:25.477Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-22T19:21:25.477Z] === RUN TestStopContainerWithTimeout/3 [2021-02-22T19:21:25.477Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-22T19:21:25.477Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-22T19:21:25.477Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-22T19:21:25.477Z] === CONT TestStopContainerWithTimeout/0 [2021-02-22T19:21:25.477Z] === CONT TestStopContainerWithTimeout/3 [2021-02-22T19:21:26.060Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-22T19:21:27.971Z] === CONT TestStopContainerWithTimeout/1 [2021-02-22T19:21:29.355Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-02-22T19:21:29.355Z] --- PASS: TestStopContainerWithTimeout/0 (0.73s) [2021-02-22T19:21:29.355Z] --- PASS: TestStopContainerWithTimeout/3 (2.60s) [2021-02-22T19:21:29.355Z] --- PASS: TestStopContainerWithTimeout/-1 (2.42s) [2021-02-22T19:21:29.355Z] --- PASS: TestStopContainerWithTimeout/1 (1.42s) [2021-02-22T19:21:29.355Z] === RUN TestDeleteDevicemapper [2021-02-22T19:21:29.355Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-22T19:21:29.355Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-22T19:21:29.355Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-22T19:21:30.740Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.52s) [2021-02-22T19:21:30.740Z] === RUN TestUpdateMemory [2021-02-22T19:21:30.740Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-22T19:21:30.740Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:21:30.740Z] === RUN TestUpdateCPUQuota [2021-02-22T19:21:30.740Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-02-22T19:21:30.740Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:21:30.740Z] === RUN TestUpdatePidsLimit [2021-02-22T19:21:30.740Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-02-22T19:21:30.740Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:21:30.740Z] === RUN TestUpdateRestartPolicy [2021-02-22T19:21:37.339Z] --- PASS: TestBuildWithHugeFile (50.81s) [2021-02-22T19:21:37.339Z] === RUN TestBuildWCOWSandboxSize [2021-02-22T19:21:37.339Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-02-22T19:21:37.339Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-22T19:21:37.339Z] === RUN TestBuildWithEmptyDockerfile [2021-02-22T19:21:37.339Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-22T19:21:37.339Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-22T19:21:37.339Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-22T19:21:37.339Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-22T19:21:37.339Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-22T19:21:37.339Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-22T19:21:37.339Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-22T19:21:37.339Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-22T19:21:37.339Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-22T19:21:37.339Z] --- PASS: TestBuildWithEmptyDockerfile (0.26s) [2021-02-22T19:21:37.339Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.24s) [2021-02-22T19:21:37.339Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2021-02-22T19:21:37.339Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2021-02-22T19:21:37.339Z] === RUN TestBuildPreserveOwnership [2021-02-22T19:21:37.339Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-22T19:21:37.339Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-22T19:21:38.281Z] --- PASS: TestBuildPreserveOwnership (6.25s) [2021-02-22T19:21:38.281Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.12s) [2021-02-22T19:21:38.281Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.11s) [2021-02-22T19:21:38.281Z] === RUN TestBuildPlatformInvalid [2021-02-22T19:21:38.541Z] --- PASS: TestBuildPlatformInvalid (0.19s) [2021-02-22T19:21:38.541Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-22T19:21:42.968Z] --- PASS: TestUpdateRestartPolicy (11.11s) [2021-02-22T19:21:42.968Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-22T19:21:42.968Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2021-02-22T19:21:42.968Z] === RUN TestWaitNonBlocked [2021-02-22T19:21:42.968Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-22T19:21:42.968Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-22T19:21:42.968Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-22T19:21:42.968Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-22T19:21:42.968Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-22T19:21:42.968Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-22T19:21:42.968Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-02-22T19:21:42.968Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.64s) [2021-02-22T19:21:42.968Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.66s) [2021-02-22T19:21:42.968Z] === RUN TestWaitBlocked [2021-02-22T19:21:42.968Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-22T19:21:42.968Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-22T19:21:42.968Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-22T19:21:42.968Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-22T19:21:42.968Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-22T19:21:42.968Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-22T19:21:43.639Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-02-22T19:21:43.912Z] --- PASS: TestWaitBlocked (0.02s) [2021-02-22T19:21:43.912Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.81s) [2021-02-22T19:21:43.912Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.83s) [2021-02-22T19:21:43.912Z] === CONT TestDaemonRestartIpcMode [2021-02-22T19:21:43.912Z] === CONT TestIpcModeOlderClient [2021-02-22T19:21:43.912Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-02-22T19:21:43.912Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-22T19:21:48.118Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.27s) [2021-02-22T19:21:48.689Z] --- PASS: TestDaemonRestartIpcMode (4.74s) [2021-02-22T19:21:48.689Z] PASS [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === Skipped [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-22T19:21:48.689Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-02-22T19:21:48.689Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-02-22T19:21:48.689Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-02-22T19:21:48.689Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-02-22T19:21:48.689Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-02-22T19:21:48.689Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-02-22T19:21:48.689Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-02-22T19:21:48.689Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-02-22T19:21:48.689Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-22T19:21:48.689Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-22T19:21:48.689Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-02-22T19:21:48.689Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s) [2021-02-22T19:21:48.689Z] mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-02-22T19:21:48.689Z] mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-02-22T19:21:48.689Z] mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-02-22T19:21:48.689Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-22T19:21:48.689Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-02-22T19:21:48.689Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-02-22T19:21:48.689Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-02-22T19:21:48.689Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-02-22T19:21:48.689Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-02-22T19:21:48.689Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-22T19:21:48.689Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-02-22T19:21:48.689Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-02-22T19:21:48.689Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-02-22T19:21:48.689Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] [2021-02-22T19:21:48.689Z] DONE 177 tests, 26 skipped in 82.453s [2021-02-22T19:21:48.689Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-22T19:21:48.950Z] INFO: Testing against a local daemon [2021-02-22T19:21:48.950Z] === RUN TestCommitInheritsEnv [2021-02-22T19:21:50.333Z] --- PASS: TestCommitInheritsEnv (1.29s) [2021-02-22T19:21:50.333Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-22T19:21:50.333Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-22T19:21:50.333Z] === RUN TestImagesFilterMultiReference [2021-02-22T19:21:50.333Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-02-22T19:21:50.333Z] === RUN TestImagePullPlatformInvalid [2021-02-22T19:21:50.333Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-22T19:21:50.333Z] === RUN TestRemoveImageOrphaning [2021-02-22T19:21:50.769Z] Loaded image: buildpack-deps:buster [2021-02-22T19:21:51.029Z] Loaded image: busybox:latest [2021-02-22T19:21:51.029Z] Loaded image: busybox:glibc [2021-02-22T19:21:52.245Z] --- PASS: TestRemoveImageOrphaning (1.91s) [2021-02-22T19:21:52.245Z] === RUN TestRemoveImageGarbageCollector [2021-02-22T19:21:52.245Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-22T19:21:52.245Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-02-22T19:21:52.245Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-22T19:21:52.245Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-02-22T19:21:52.245Z] === RUN TestTagInvalidReference [2021-02-22T19:21:52.245Z] --- PASS: TestTagInvalidReference (0.01s) [2021-02-22T19:21:52.245Z] === RUN TestTagValidPrefixedRepo [2021-02-22T19:21:52.245Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-02-22T19:21:52.245Z] === RUN TestTagExistedNameWithoutForce [2021-02-22T19:21:52.245Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-02-22T19:21:52.245Z] === RUN TestTagOfficialNames [2021-02-22T19:21:52.245Z] --- PASS: TestTagOfficialNames (0.06s) [2021-02-22T19:21:52.245Z] === RUN TestTagMatchesDigest [2021-02-22T19:21:52.245Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-02-22T19:21:52.245Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-22T19:21:53.574Z] Loaded image: debian:bullseye [2021-02-22T19:21:53.574Z] Loaded image: hello-world:latest [2021-02-22T19:21:53.574Z] Loaded image: arm32v7/hello-world:latest [2021-02-22T19:21:58.102Z] Loaded image: buildpack-deps:buster [2021-02-22T19:21:58.102Z] Loaded image: busybox:latest [2021-02-22T19:21:58.102Z] Loaded image: busybox:glibc [2021-02-22T19:22:00.652Z] Loaded image: debian:bullseye [2021-02-22T19:22:00.652Z] Loaded image: hello-world:latest [2021-02-22T19:22:00.652Z] Loaded image: arm32v7/hello-world:latest [2021-02-22T19:22:00.652Z] INFO: Testing against a local daemon [2021-02-22T19:22:00.652Z] === RUN TestCgroupNamespacesBuild [2021-02-22T19:22:03.570Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.18s) [2021-02-22T19:22:03.570Z] PASS [2021-02-22T19:22:03.570Z] [2021-02-22T19:22:03.570Z] === Skipped [2021-02-22T19:22:03.570Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-02-22T19:22:03.570Z] build_session_test.go:25: TODO: BuildKit [2021-02-22T19:22:03.570Z] [2021-02-22T19:22:03.570Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-02-22T19:22:03.570Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-22T19:22:03.570Z] [2021-02-22T19:22:03.570Z] [2021-02-22T19:22:03.570Z] DONE 34 tests, 2 skipped in 131.216s [2021-02-22T19:22:03.570Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-02-22T19:22:03.570Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:22:03.570Z] ++ set -e [2021-02-22T19:22:03.570Z] ++ '[' -n 0 ']' [2021-02-22T19:22:03.570Z] ++ set -x [2021-02-22T19:22:03.570Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:22:03.570Z] INFO: Testing against a local daemon [2021-02-22T19:22:03.570Z] === RUN TestConfigInspect [2021-02-22T19:22:04.861Z] --- PASS: TestCgroupNamespacesBuild (3.63s) [2021-02-22T19:22:04.861Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-22T19:22:06.776Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.22s) [2021-02-22T19:22:06.776Z] === RUN TestBuildWithSession [2021-02-22T19:22:06.776Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-22T19:22:06.776Z] build_session_test.go:25: TODO: BuildKit [2021-02-22T19:22:06.776Z] === RUN TestBuildSquashParent [2021-02-22T19:22:06.868Z] --- PASS: TestConfigInspect (3.71s) [2021-02-22T19:22:06.868Z] === RUN TestConfigList [2021-02-22T19:22:10.169Z] --- PASS: TestConfigList (3.29s) [2021-02-22T19:22:10.169Z] === RUN TestConfigsCreateAndDelete [2021-02-22T19:22:13.466Z] --- PASS: TestConfigsCreateAndDelete (3.23s) [2021-02-22T19:22:13.466Z] === RUN TestConfigsUpdate [2021-02-22T19:22:16.770Z] --- PASS: TestConfigsUpdate (3.22s) [2021-02-22T19:22:16.770Z] === RUN TestTemplatedConfig [2021-02-22T19:22:16.782Z] --- PASS: TestBuildSquashParent (9.16s) [2021-02-22T19:22:16.782Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-22T19:22:16.782Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-22T19:22:16.782Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-22T19:22:16.782Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-22T19:22:16.782Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-22T19:22:16.782Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-22T19:22:16.782Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-22T19:22:16.782Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-22T19:22:16.782Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-22T19:22:16.782Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-22T19:22:16.782Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-22T19:22:16.782Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-22T19:22:16.782Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-22T19:22:16.782Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-22T19:22:16.782Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-22T19:22:19.333Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-22T19:22:19.594Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-22T19:22:20.067Z] --- PASS: TestTemplatedConfig (3.65s) [2021-02-22T19:22:20.067Z] === RUN TestConfigCreateResolve [2021-02-22T19:22:22.899Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-22T19:22:22.899Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-22T19:22:23.365Z] --- PASS: TestConfigCreateResolve (3.27s) [2021-02-22T19:22:23.365Z] === RUN TestConfigDaemonLibtrustID [2021-02-22T19:22:24.307Z] --- PASS: TestConfigDaemonLibtrustID (0.69s) [2021-02-22T19:22:24.307Z] PASS [2021-02-22T19:22:24.307Z] [2021-02-22T19:22:24.307Z] DONE 7 tests in 21.275s [2021-02-22T19:22:24.307Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-02-22T19:22:24.307Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:22:24.307Z] ++ set -e [2021-02-22T19:22:24.307Z] ++ '[' -n 0 ']' [2021-02-22T19:22:24.307Z] ++ set -x [2021-02-22T19:22:24.307Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:22:24.307Z] INFO: Testing against a local daemon [2021-02-22T19:22:24.307Z] === RUN TestCheckpoint [2021-02-22T19:22:24.307Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-22T19:22:24.307Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-22T19:22:24.307Z] === RUN TestContainerInvalidJSON [2021-02-22T19:22:24.307Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-22T19:22:24.307Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-22T19:22:24.307Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-22T19:22:24.307Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-22T19:22:24.307Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-22T19:22:24.307Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-22T19:22:24.307Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-22T19:22:24.307Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-22T19:22:24.307Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-22T19:22:24.307Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-22T19:22:24.307Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-22T19:22:24.307Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-22T19:22:24.307Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-22T19:22:24.307Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-22T19:22:24.567Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s) [2021-02-22T19:22:24.567Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-22T19:22:24.828Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2021-02-22T19:22:24.828Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-22T19:22:24.828Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2021-02-22T19:22:24.828Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-22T19:22:25.089Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2021-02-22T19:22:25.089Z] === RUN TestCopyFromContainer [2021-02-22T19:22:26.204Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.04s) [2021-02-22T19:22:26.204Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.28s) [2021-02-22T19:22:26.204Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.65s) [2021-02-22T19:22:26.204Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.34s) [2021-02-22T19:22:26.204Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.01s) [2021-02-22T19:22:26.204Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.17s) [2021-02-22T19:22:26.204Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.31s) [2021-02-22T19:22:26.204Z] === RUN TestBuildMultiStageCopy [2021-02-22T19:22:26.204Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-22T19:22:27.000Z] === RUN TestCopyFromContainer// [2021-02-22T19:22:27.000Z] === RUN TestCopyFromContainer//bar/root [2021-02-22T19:22:27.261Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-22T19:22:27.261Z] === RUN TestCopyFromContainer/bar/quux [2021-02-22T19:22:27.522Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-22T19:22:27.522Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-22T19:22:27.783Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-22T19:22:27.783Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-22T19:22:28.044Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-22T19:22:28.044Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-22T19:22:28.304Z] --- PASS: TestCopyFromContainer (3.26s) [2021-02-22T19:22:28.304Z] --- PASS: TestCopyFromContainer// (0.11s) [2021-02-22T19:22:28.304Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2021-02-22T19:22:28.304Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-02-22T19:22:28.304Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2021-02-22T19:22:28.304Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2021-02-22T19:22:28.304Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2021-02-22T19:22:28.304Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2021-02-22T19:22:28.304Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2021-02-22T19:22:28.304Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2021-02-22T19:22:28.304Z] --- PASS: TestCopyFromContainer/bar/notarget (0.13s) [2021-02-22T19:22:28.304Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-22T19:22:28.304Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-22T19:22:28.304Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-22T19:22:28.304Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-22T19:22:28.304Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-22T19:22:28.304Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-22T19:22:28.304Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-22T19:22:28.304Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-22T19:22:28.304Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-22T19:22:28.304Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-22T19:22:28.304Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-22T19:22:28.304Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-22T19:22:28.304Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-22T19:22:28.304Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-22T19:22:28.304Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-22T19:22:28.304Z] --- PASS: TestCreateLinkToNonExistingContainer (0.08s) [2021-02-22T19:22:28.304Z] === RUN TestCreateWithInvalidEnv [2021-02-22T19:22:28.304Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-22T19:22:28.304Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-22T19:22:28.304Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-22T19:22:28.304Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-22T19:22:28.304Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-22T19:22:28.304Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-22T19:22:28.304Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-22T19:22:28.304Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-22T19:22:28.304Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-22T19:22:28.304Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-22T19:22:28.304Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-22T19:22:28.304Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-22T19:22:28.304Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-22T19:22:28.304Z] === RUN TestCreateTmpfsMountsTarget [2021-02-22T19:22:28.304Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-02-22T19:22:28.304Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-22T19:22:28.751Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-22T19:22:29.324Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-22T19:22:29.896Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-22T19:22:30.469Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-22T19:22:30.847Z] --- PASS: TestCreateWithCustomMaskedPaths (2.14s) [2021-02-22T19:22:30.847Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-22T19:22:31.042Z] --- PASS: TestBuildMultiStageCopy (5.22s) [2021-02-22T19:22:31.042Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.68s) [2021-02-22T19:22:31.042Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.69s) [2021-02-22T19:22:31.042Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.58s) [2021-02-22T19:22:31.042Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.62s) [2021-02-22T19:22:31.042Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.65s) [2021-02-22T19:22:31.042Z] === RUN TestBuildMultiStageParentConfig [2021-02-22T19:22:32.429Z] --- PASS: TestBuildMultiStageParentConfig (1.44s) [2021-02-22T19:22:32.429Z] === RUN TestBuildLabelWithTargets [2021-02-22T19:22:32.759Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.35s) [2021-02-22T19:22:32.759Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-22T19:22:33.020Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-22T19:22:33.020Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-22T19:22:33.020Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-22T19:22:33.020Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-22T19:22:33.020Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-22T19:22:33.020Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-22T19:22:33.020Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-22T19:22:33.020Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-22T19:22:33.020Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-22T19:22:33.020Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-22T19:22:33.020Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-22T19:22:33.020Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-22T19:22:33.020Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-22T19:22:33.020Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-22T19:22:33.020Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-22T19:22:33.020Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-22T19:22:33.020Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-02-22T19:22:33.020Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-02-22T19:22:33.020Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s) [2021-02-22T19:22:33.020Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.06s) [2021-02-22T19:22:33.020Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-02-22T19:22:33.020Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-22T19:22:33.960Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.80s) [2021-02-22T19:22:33.960Z] === RUN TestCreateDifferentPlatform [2021-02-22T19:22:33.960Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-22T19:22:33.960Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-22T19:22:33.960Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-02-22T19:22:33.960Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-22T19:22:33.960Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-22T19:22:33.960Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-22T19:22:33.960Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-02-22T19:22:33.960Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-22T19:22:33.960Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.12s) [2021-02-22T19:22:33.960Z] === RUN TestContainerStartOnDaemonRestart [2021-02-22T19:22:33.960Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-22T19:22:33.960Z] === RUN TestDaemonRestartIpcMode [2021-02-22T19:22:33.960Z] === PAUSE TestDaemonRestartIpcMode [2021-02-22T19:22:33.960Z] === RUN TestDaemonHostGatewayIP [2021-02-22T19:22:33.960Z] === PAUSE TestDaemonHostGatewayIP [2021-02-22T19:22:33.960Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-22T19:22:33.960Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-22T19:22:33.960Z] === RUN TestContainerKillOnDaemonStart [2021-02-22T19:22:33.960Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-22T19:22:33.960Z] === RUN TestDiff [2021-02-22T19:22:34.901Z] --- PASS: TestDiff (0.82s) [2021-02-22T19:22:34.901Z] === RUN TestExecWithCloseStdin [2021-02-22T19:22:34.978Z] --- PASS: TestBuildLabelWithTargets (2.51s) [2021-02-22T19:22:34.979Z] === RUN TestBuildWithEmptyLayers [2021-02-22T19:22:35.842Z] --- PASS: TestExecWithCloseStdin (0.94s) [2021-02-22T19:22:35.842Z] === RUN TestExec [2021-02-22T19:22:36.366Z] --- PASS: TestBuildWithEmptyLayers (1.30s) [2021-02-22T19:22:36.366Z] === RUN TestBuildMultiStageOnBuild [2021-02-22T19:22:36.784Z] --- PASS: TestExec (0.87s) [2021-02-22T19:22:36.784Z] === RUN TestExecUser [2021-02-22T19:22:37.723Z] --- PASS: TestExecUser (0.99s) [2021-02-22T19:22:37.723Z] === RUN TestExportContainerAndImportImage [2021-02-22T19:22:38.669Z] --- PASS: TestExportContainerAndImportImage (1.09s) [2021-02-22T19:22:38.669Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-22T19:22:39.271Z] ..........................xx.................... [ 29%] [2021-02-22T19:22:39.678Z] --- PASS: TestBuildMultiStageOnBuild (3.18s) [2021-02-22T19:22:39.678Z] === RUN TestBuildUncleanTarFilenames [2021-02-22T19:22:41.213Z] --- PASS: TestExportContainerAfterDaemonRestart (2.13s) [2021-02-22T19:22:41.213Z] === RUN TestHealthCheckWorkdir [2021-02-22T19:22:41.595Z] --- PASS: TestBuildUncleanTarFilenames (1.93s) [2021-02-22T19:22:41.595Z] === RUN TestBuildMultiStageLayerLeak [2021-02-22T19:22:41.784Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2021-02-22T19:22:41.784Z] === RUN TestHealthKillContainer [2021-02-22T19:22:44.999Z] --- PASS: TestBuildMultiStageLayerLeak (3.55s) [2021-02-22T19:22:44.999Z] === RUN TestBuildWithHugeFile [2021-02-22T19:22:45.080Z] --- PASS: TestHealthKillContainer (2.86s) [2021-02-22T19:22:45.080Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-22T19:22:45.650Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s) [2021-02-22T19:22:45.650Z] === RUN TestIpcModeNone [2021-02-22T19:22:46.591Z] --- PASS: TestIpcModeNone (0.90s) [2021-02-22T19:22:46.591Z] === RUN TestIpcModePrivate [2021-02-22T19:22:47.533Z] --- PASS: TestIpcModePrivate (0.87s) [2021-02-22T19:22:47.533Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2021-02-22T19:22:47.533Z] === RUN TestIpcModeShareable [2021-02-22T19:22:48.103Z] --- PASS: TestIpcModeShareable (0.90s) [2021-02-22T19:22:48.103Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2021-02-22T19:22:48.103Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-22T19:22:51.402Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.74s) [2021-02-22T19:22:51.402Z] === RUN TestAPIIpcModeHost [2021-02-22T19:22:51.662Z] --- PASS: TestAPIIpcModeHost (0.72s) [2021-02-22T19:22:51.662Z] === RUN TestDaemonIpcModeShareable [2021-02-22T19:22:53.574Z] --- PASS: TestDaemonIpcModeShareable (1.92s) [2021-02-22T19:22:53.574Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2021-02-22T19:22:53.574Z] === RUN TestDaemonIpcModePrivate [2021-02-22T19:22:55.487Z] --- PASS: TestDaemonIpcModePrivate (1.87s) [2021-02-22T19:22:55.487Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2021-02-22T19:22:55.487Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-22T19:22:56.455Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-02-22T19:22:57.398Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.88s) [2021-02-22T19:22:57.398Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2021-02-22T19:22:57.398Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-22T19:22:59.310Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.84s) [2021-02-22T19:22:59.310Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2021-02-22T19:22:59.310Z] === RUN TestIpcModeOlderClient [2021-02-22T19:22:59.310Z] === PAUSE TestIpcModeOlderClient [2021-02-22T19:22:59.310Z] === RUN TestKillContainerInvalidSignal [2021-02-22T19:22:59.881Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2021-02-22T19:22:59.881Z] === RUN TestKillContainer [2021-02-22T19:22:59.881Z] === RUN TestKillContainer/no_signal [2021-02-22T19:23:00.823Z] === RUN TestKillContainer/non_killing_signal [2021-02-22T19:23:01.395Z] === RUN TestKillContainer/killing_signal [2021-02-22T19:23:02.336Z] --- PASS: TestKillContainer (2.31s) [2021-02-22T19:23:02.336Z] --- PASS: TestKillContainer/no_signal (0.72s) [2021-02-22T19:23:02.336Z] --- PASS: TestKillContainer/non_killing_signal (0.55s) [2021-02-22T19:23:02.336Z] --- PASS: TestKillContainer/killing_signal (0.75s) [2021-02-22T19:23:02.336Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-22T19:23:02.336Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-22T19:23:03.276Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-22T19:23:03.846Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.54s) [2021-02-22T19:23:03.846Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s) [2021-02-22T19:23:03.846Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2021-02-22T19:23:03.846Z] === RUN TestKillStoppedContainer [2021-02-22T19:23:03.846Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-02-22T19:23:03.846Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-22T19:23:04.107Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2021-02-22T19:23:04.107Z] === RUN TestKillDifferentUserContainer [2021-02-22T19:23:04.188Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-02-22T19:23:05.047Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2021-02-22T19:23:05.047Z] === RUN TestInspectOomKilledTrue [2021-02-22T19:23:05.047Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-22T19:23:05.047Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:23:05.047Z] === RUN TestInspectOomKilledFalse [2021-02-22T19:23:05.047Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-22T19:23:05.047Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:23:05.047Z] === RUN TestLinksEtcHostsContentMatch [2021-02-22T19:23:05.989Z] --- PASS: TestLinksEtcHostsContentMatch (0.91s) [2021-02-22T19:23:05.989Z] === RUN TestLinksContainerNames [2021-02-22T19:23:07.372Z] --- PASS: TestLinksContainerNames (1.60s) [2021-02-22T19:23:07.372Z] === RUN TestLogsFollowTailEmpty [2021-02-22T19:23:08.314Z] --- PASS: TestLogsFollowTailEmpty (0.79s) [2021-02-22T19:23:08.314Z] === RUN TestContainerNetworkMountsNoChown [2021-02-22T19:23:08.328Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-02-22T19:23:08.885Z] --- PASS: TestContainerNetworkMountsNoChown (0.78s) [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/default [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/default [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/private [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/private [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rprivate [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/slave [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/slave [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rslave [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/shared [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/shared [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rshared [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-22T19:23:08.885Z] === CONT TestMountDaemonRoot/default [2021-02-22T19:23:08.885Z] === CONT TestMountDaemonRoot/rslave [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-22T19:23:08.885Z] === CONT TestMountDaemonRoot/rshared [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-22T19:23:08.885Z] === CONT TestMountDaemonRoot/slave [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-22T19:23:08.885Z] === CONT TestMountDaemonRoot/shared [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-22T19:23:08.885Z] === CONT TestMountDaemonRoot/private [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-22T19:23:08.885Z] === CONT TestMountDaemonRoot/rprivate [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-22T19:23:08.885Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-22T19:23:08.885Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-22T19:23:08.885Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-22T19:23:08.885Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-22T19:23:08.885Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-22T19:23:08.885Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-22T19:23:09.146Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-22T19:23:09.146Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-22T19:23:09.146Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-22T19:23:09.146Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-22T19:23:09.146Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-22T19:23:09.146Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-22T19:23:09.146Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-22T19:23:09.146Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-22T19:23:09.146Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-22T19:23:09.146Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-22T19:23:09.146Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-22T19:23:09.146Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-22T19:23:09.406Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-22T19:23:09.406Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-22T19:23:09.406Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-22T19:23:09.406Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-22T19:23:09.406Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-22T19:23:09.406Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-22T19:23:09.406Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-22T19:23:09.406Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-22T19:23:09.406Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-22T19:23:09.406Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-22T19:23:09.406Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-22T19:23:09.406Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.11s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.07s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.07s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.07s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.07s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.07s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-22T19:23:09.667Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2021-02-22T19:23:09.668Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2021-02-22T19:23:09.668Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.13s) [2021-02-22T19:23:09.668Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2021-02-22T19:23:09.668Z] === RUN TestContainerBindMountNonRecursive [2021-02-22T19:23:11.633Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-22T19:23:11.633Z] Using test binary docker [2021-02-22T19:23:11.633Z] +++ /etc/init.d/apparmor start [2021-02-22T19:23:11.633Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-22T19:23:11.633Z] INFO: Waiting for daemon to start... [2021-02-22T19:23:11.633Z] Starting dockerd [2021-02-22T19:23:11.633Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-02-22T19:23:11.633Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-22T19:23:11.633Z] Using test binary docker [2021-02-22T19:23:11.633Z] +++ /etc/init.d/apparmor start [2021-02-22T19:23:11.633Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-22T19:23:11.633Z] INFO: Waiting for daemon to start... [2021-02-22T19:23:11.633Z] Starting dockerd [2021-02-22T19:23:11.633Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2021-02-22T19:23:12.289Z] --- PASS: TestContainerBindMountNonRecursive (2.28s) [2021-02-22T19:23:12.289Z] === RUN TestContainerVolumesMountedAsShared [2021-02-22T19:23:12.292Z] . [2021-02-22T19:23:12.292Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-22T19:23:12.292Z] [2021-02-22T19:23:12.292Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-22T19:23:12.550Z] --- PASS: TestContainerVolumesMountedAsShared (0.73s) [2021-02-22T19:23:12.550Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-22T19:23:12.553Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-22T19:23:12.553Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-22T19:23:12.553Z] Error: No such image: emptyfs [2021-02-22T19:23:12.553Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-22T19:23:12.553Z] ++++ docker load [2021-02-22T19:23:12.553Z] Error: No such image: emptyfs [2021-02-22T19:23:12.553Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-22T19:23:12.553Z] ++++ docker load [2021-02-22T19:23:13.121Z] --- PASS: TestContainerVolumesMountedAsSlave (0.63s) [2021-02-22T19:23:13.121Z] === RUN TestNetworkNat [2021-02-22T19:23:13.125Z] Running integration-test (iteration 1) [2021-02-22T19:23:13.125Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-02-22T19:23:13.125Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-02-22T19:23:13.125Z] Running integration-test (iteration 1) [2021-02-22T19:23:13.125Z] ++ set -e [2021-02-22T19:23:13.125Z] ++ '[' -n 0 ']' [2021-02-22T19:23:13.125Z] ++ set -x [2021-02-22T19:23:13.125Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-02-22T19:23:13.125Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-02-22T19:23:13.125Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-02-22T19:23:13.125Z] ++ set -e [2021-02-22T19:23:13.125Z] ++ '[' -n 0 ']' [2021-02-22T19:23:13.125Z] ++ set -x [2021-02-22T19:23:13.125Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-02-22T19:23:14.062Z] --- PASS: TestNetworkNat (0.87s) [2021-02-22T19:23:14.062Z] === RUN TestNetworkLocalhostTCPNat [2021-02-22T19:23:15.005Z] --- PASS: TestNetworkLocalhostTCPNat (0.86s) [2021-02-22T19:23:15.005Z] === RUN TestNetworkLoopbackNat [2021-02-22T19:23:18.302Z] --- PASS: TestNetworkLoopbackNat (3.18s) [2021-02-22T19:23:18.302Z] === RUN TestPause [2021-02-22T19:23:18.873Z] --- PASS: TestPause (0.81s) [2021-02-22T19:23:18.873Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-22T19:23:18.873Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-22T19:23:18.873Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-22T19:23:18.873Z] === RUN TestPauseStopPausedContainer [2021-02-22T19:23:19.814Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2021-02-22T19:23:19.814Z] === RUN TestPsFilter [2021-02-22T19:23:20.075Z] --- PASS: TestPsFilter (0.27s) [2021-02-22T19:23:20.075Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-22T19:23:21.017Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.76s) [2021-02-22T19:23:21.017Z] === RUN TestRemoveContainerWithVolume [2021-02-22T19:23:21.588Z] --- PASS: TestRemoveContainerWithVolume (0.83s) [2021-02-22T19:23:21.588Z] === RUN TestRemoveContainerRunning [2021-02-22T19:23:22.530Z] --- PASS: TestRemoveContainerRunning (0.79s) [2021-02-22T19:23:22.530Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-22T19:23:23.101Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.79s) [2021-02-22T19:23:23.101Z] === RUN TestRemoveInvalidContainer [2021-02-22T19:23:23.101Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-22T19:23:23.101Z] === RUN TestRenameLinkedContainer [2021-02-22T19:23:25.472Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-02-22T19:23:26.401Z] --- PASS: TestRenameLinkedContainer (3.19s) [2021-02-22T19:23:26.401Z] === RUN TestRenameStoppedContainer [2021-02-22T19:23:27.343Z] --- PASS: TestRenameStoppedContainer (0.80s) [2021-02-22T19:23:27.343Z] === RUN TestRenameRunningContainerAndReuse [2021-02-22T19:23:28.728Z] --- PASS: TestRenameRunningContainerAndReuse (1.62s) [2021-02-22T19:23:28.728Z] === RUN TestRenameInvalidName [2021-02-22T19:23:29.671Z] --- PASS: TestRenameInvalidName (0.79s) [2021-02-22T19:23:29.671Z] === RUN TestRenameAnonymousContainer [2021-02-22T19:23:33.110Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-02-22T19:23:33.875Z] --- PASS: TestRenameAnonymousContainer (4.09s) [2021-02-22T19:23:33.875Z] === RUN TestRenameContainerWithSameName [2021-02-22T19:23:34.446Z] --- PASS: TestRenameContainerWithSameName (0.85s) [2021-02-22T19:23:34.446Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-22T19:23:34.616Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-02-22T19:23:36.362Z] --- PASS: TestRenameContainerWithLinkedContainer (1.59s) [2021-02-22T19:23:36.362Z] === RUN TestResize [2021-02-22T19:23:36.933Z] --- PASS: TestResize (0.77s) [2021-02-22T19:23:36.933Z] === RUN TestResizeWithInvalidSize [2021-02-22T19:23:37.875Z] --- PASS: TestResizeWithInvalidSize (0.88s) [2021-02-22T19:23:37.875Z] === RUN TestResizeWhenContainerNotStarted [2021-02-22T19:23:38.818Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) [2021-02-22T19:23:38.818Z] === RUN TestDaemonRestartKillContainers [2021-02-22T19:23:38.818Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-22T19:23:38.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-22T19:23:38.818Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-22T19:23:38.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-22T19:23:38.818Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-22T19:23:38.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-22T19:23:38.818Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-22T19:23:38.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-22T19:23:38.818Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-22T19:23:38.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-22T19:23:38.818Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-22T19:23:38.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-22T19:23:38.818Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-22T19:23:38.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-22T19:23:38.818Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-22T19:23:38.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-22T19:23:38.818Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-22T19:23:38.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-22T19:23:38.818Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-22T19:23:38.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-22T19:23:38.818Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-22T19:23:38.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-22T19:23:38.818Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-22T19:23:38.818Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-22T19:23:38.818Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-22T19:23:38.818Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-22T19:23:38.818Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-22T19:23:38.818Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-22T19:23:39.742Z] tests/integration/api_service_test.py .................................. [ 60%] [2021-02-22T19:23:40.209Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-22T19:23:40.471Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-22T19:23:41.416Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-22T19:23:41.416Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-22T19:23:41.990Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-22T19:23:42.936Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-22T19:23:43.757Z] --- PASS: TestImportExtremelyLargeImageWorks (102.34s) [2021-02-22T19:23:43.757Z] PASS [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] === Skipped [2021-02-22T19:23:43.757Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-22T19:23:43.757Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] DONE 12 tests, 1 skipped in 106.055s [2021-02-22T19:23:43.757Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-22T19:23:43.757Z] INFO: Testing against a local daemon [2021-02-22T19:23:43.757Z] === RUN TestNetworkCreateDelete [2021-02-22T19:23:43.757Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-02-22T19:23:43.757Z] === RUN TestDockerNetworkDeletePreferID [2021-02-22T19:23:43.757Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2021-02-22T19:23:43.757Z] === RUN TestDaemonDNSFallback [2021-02-22T19:23:43.757Z] --- PASS: TestDaemonDNSFallback (7.39s) [2021-02-22T19:23:43.757Z] === RUN TestInspectNetwork [2021-02-22T19:23:43.757Z] --- SKIP: TestInspectNetwork (0.00s) [2021-02-22T19:23:43.757Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:23:43.757Z] === RUN TestRunContainerWithBridgeNone [2021-02-22T19:23:43.757Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-02-22T19:23:43.757Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] === RUN TestNetworkInvalidJSON [2021-02-22T19:23:43.757Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-22T19:23:43.757Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-22T19:23:43.757Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-22T19:23:43.757Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-22T19:23:43.757Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-22T19:23:43.757Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-22T19:23:43.757Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-22T19:23:43.757Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-22T19:23:43.757Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-22T19:23:43.757Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-02-22T19:23:43.757Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-22T19:23:43.757Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-22T19:23:43.757Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-22T19:23:43.757Z] === RUN TestNetworkList [2021-02-22T19:23:43.757Z] === RUN TestNetworkList//networks [2021-02-22T19:23:43.757Z] === PAUSE TestNetworkList//networks [2021-02-22T19:23:43.757Z] === RUN TestNetworkList//networks/ [2021-02-22T19:23:43.757Z] === PAUSE TestNetworkList//networks/ [2021-02-22T19:23:43.757Z] === CONT TestNetworkList//networks [2021-02-22T19:23:43.757Z] === CONT TestNetworkList//networks/ [2021-02-22T19:23:43.757Z] --- PASS: TestNetworkList (0.01s) [2021-02-22T19:23:43.757Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-22T19:23:43.757Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-22T19:23:43.757Z] === RUN TestHostIPv4BridgeLabel [2021-02-22T19:23:43.757Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-02-22T19:23:43.757Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-22T19:23:43.757Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-02-22T19:23:43.757Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] === RUN TestDaemonDefaultNetworkPools [2021-02-22T19:23:43.757Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-02-22T19:23:43.757Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-22T19:23:43.757Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-02-22T19:23:43.757Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-22T19:23:43.757Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-02-22T19:23:43.757Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-22T19:23:43.757Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-02-22T19:23:43.757Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] === RUN TestServiceWithPredefinedNetwork [2021-02-22T19:23:43.757Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-02-22T19:23:43.757Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:23:43.757Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-22T19:23:43.757Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-22T19:23:43.757Z] service_test.go:242: FLAKY_TEST [2021-02-22T19:23:43.757Z] === RUN TestServiceWithDataPathPortInit [2021-02-22T19:23:43.757Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-02-22T19:23:43.757Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:23:43.757Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-22T19:23:43.757Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-22T19:23:43.757Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:23:43.757Z] PASS [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] === Skipped [2021-02-22T19:23:43.757Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-02-22T19:23:43.757Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-02-22T19:23:43.757Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-02-22T19:23:43.757Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-02-22T19:23:43.757Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-02-22T19:23:43.757Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-02-22T19:23:43.757Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-02-22T19:23:43.757Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-02-22T19:23:43.757Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-02-22T19:23:43.757Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-22T19:23:43.757Z] service_test.go:242: FLAKY_TEST [2021-02-22T19:23:43.757Z] [2021-02-22T19:23:43.757Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-02-22T19:23:43.758Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-22T19:23:43.758Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] DONE 22 tests, 12 skipped in 8.109s [2021-02-22T19:23:43.758Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-22T19:23:43.758Z] INFO: Testing against a local daemon [2021-02-22T19:23:43.758Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-22T19:23:43.758Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-22T19:23:43.758Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-22T19:23:43.758Z] === RUN TestDockerNetworkIpvlan [2021-02-22T19:23:43.758Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-22T19:23:43.758Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-22T19:23:43.758Z] PASS [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === Skipped [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-22T19:23:43.758Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-22T19:23:43.758Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] DONE 2 tests, 2 skipped in 0.135s [2021-02-22T19:23:43.758Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-22T19:23:43.758Z] INFO: Testing against a local daemon [2021-02-22T19:23:43.758Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-22T19:23:43.758Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-02-22T19:23:43.758Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.758Z] === RUN TestDockerNetworkMacvlan [2021-02-22T19:23:43.758Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-02-22T19:23:43.758Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.758Z] PASS [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === Skipped [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-02-22T19:23:43.758Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-02-22T19:23:43.758Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] DONE 2 tests, 2 skipped in 0.137s [2021-02-22T19:23:43.758Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-22T19:23:43.758Z] testing: warning: no tests to run [2021-02-22T19:23:43.758Z] PASS [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] DONE 0 tests in 0.028s [2021-02-22T19:23:43.758Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-22T19:23:43.758Z] INFO: Testing against a local daemon [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginAllowRequest [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginTLS [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginDenyRequest [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginDenyResponse [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginAllowEventStream [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginErrorResponse [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginErrorRequest [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginHeader [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.27s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginV2Disable [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-22T19:23:43.758Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] PASS [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === Skipped [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.27s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-02-22T19:23:43.758Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] DONE 17 tests, 17 skipped in 0.482s [2021-02-22T19:23:43.758Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-22T19:23:43.758Z] INFO: Testing against a local daemon [2021-02-22T19:23:43.758Z] === RUN TestPluginInvalidJSON [2021-02-22T19:23:43.758Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-22T19:23:43.758Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-22T19:23:43.758Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-22T19:23:43.758Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-02-22T19:23:43.758Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-22T19:23:43.758Z] === RUN TestPluginInstall [2021-02-22T19:23:43.758Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-22T19:23:43.758Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] === RUN TestPluginsWithRuntimes [2021-02-22T19:23:43.758Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-02-22T19:23:43.758Z] plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-02-22T19:23:43.758Z] PASS [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === Skipped [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-02-22T19:23:43.758Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-02-22T19:23:43.758Z] plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] [2021-02-22T19:23:43.758Z] DONE 4 tests, 2 skipped in 0.174s [2021-02-22T19:23:43.758Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-22T19:23:43.882Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-22T19:23:44.019Z] INFO: Testing against a local daemon [2021-02-22T19:23:44.019Z] === RUN TestExternalGraphDriver [2021-02-22T19:23:44.019Z] --- SKIP: TestExternalGraphDriver (0.08s) [2021-02-22T19:23:44.019Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-02-22T19:23:44.019Z] === RUN TestGraphdriverPluginV2 [2021-02-22T19:23:45.271Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-22T19:23:47.190Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-22T19:23:47.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.73s) [2021-02-22T19:23:47.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.79s) [2021-02-22T19:23:47.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.78s) [2021-02-22T19:23:47.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.80s) [2021-02-22T19:23:47.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.68s) [2021-02-22T19:23:47.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.63s) [2021-02-22T19:23:47.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.67s) [2021-02-22T19:23:47.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.58s) [2021-02-22T19:23:47.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.59s) [2021-02-22T19:23:47.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.66s) [2021-02-22T19:23:47.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.63s) [2021-02-22T19:23:47.190Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.29s) [2021-02-22T19:23:47.190Z] === RUN TestCgroupNamespacesRun [2021-02-22T19:23:49.104Z] --- PASS: TestCgroupNamespacesRun (1.83s) [2021-02-22T19:23:49.104Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-22T19:23:50.603Z] --- PASS: TestGraphdriverPluginV2 (5.78s) [2021-02-22T19:23:50.603Z] PASS [2021-02-22T19:23:50.603Z] [2021-02-22T19:23:50.603Z] === Skipped [2021-02-22T19:23:50.603Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s) [2021-02-22T19:23:50.603Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-02-22T19:23:50.603Z] [2021-02-22T19:23:50.603Z] [2021-02-22T19:23:50.603Z] DONE 2 tests, 1 skipped in 6.002s [2021-02-22T19:23:50.603Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-22T19:23:50.603Z] INFO: Testing against a local daemon [2021-02-22T19:23:50.603Z] === RUN TestContinueAfterPluginCrash [2021-02-22T19:23:50.603Z] === PAUSE TestContinueAfterPluginCrash [2021-02-22T19:23:50.603Z] === RUN TestReadPluginNoRead [2021-02-22T19:23:50.603Z] === PAUSE TestReadPluginNoRead [2021-02-22T19:23:50.603Z] === RUN TestDaemonStartWithLogOpt [2021-02-22T19:23:50.603Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-22T19:23:50.603Z] === CONT TestContinueAfterPluginCrash [2021-02-22T19:23:50.603Z] === CONT TestDaemonStartWithLogOpt [2021-02-22T19:23:51.018Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.79s) [2021-02-22T19:23:51.018Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-22T19:23:52.552Z] ......................... [ 67%] [2021-02-22T19:23:52.932Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.83s) [2021-02-22T19:23:52.932Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-22T19:23:54.845Z] --- PASS: TestCgroupNamespacesRunHostMode (1.80s) [2021-02-22T19:23:54.845Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-22T19:23:56.760Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.09s) [2021-02-22T19:23:56.760Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-22T19:23:57.190Z] --- PASS: TestDaemonStartWithLogOpt (6.80s) [2021-02-22T19:23:57.190Z] === CONT TestReadPluginNoRead [2021-02-22T19:23:58.673Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.76s) [2021-02-22T19:23:58.673Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-22T19:23:59.245Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.98s) [2021-02-22T19:23:59.245Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-22T19:23:59.849Z] Loaded image: buildpack-deps:buster [2021-02-22T19:23:59.849Z] Loaded image: buildpack-deps:buster [2021-02-22T19:23:59.849Z] Loaded image: busybox:latest [2021-02-22T19:23:59.849Z] Loaded image: busybox:latest [2021-02-22T19:23:59.849Z] Loaded image: busybox:glibc [2021-02-22T19:23:59.849Z] Loaded image: busybox:glibc [2021-02-22T19:24:00.111Z] Loaded image: debian:bullseye [2021-02-22T19:24:00.111Z] Loaded image: debian:bullseye [2021-02-22T19:24:00.371Z] Loaded image: hello-world:latest [2021-02-22T19:24:00.371Z] Loaded image: hello-world:latest [2021-02-22T19:24:00.493Z] --- PASS: TestContinueAfterPluginCrash (10.40s) [2021-02-22T19:24:00.493Z] === RUN TestReadPluginNoRead/default [2021-02-22T19:24:00.635Z] Loaded image: arm32v7/hello-world:latest [2021-02-22T19:24:00.635Z] Loaded image: arm32v7/hello-world:latest [2021-02-22T19:24:00.635Z] INFO: Testing against a local daemon [2021-02-22T19:24:00.635Z] INFO: Testing against a local daemon [2021-02-22T19:24:00.635Z] === RUN TestDockerDaemonSuite [2021-02-22T19:24:00.635Z] === RUN TestDockerSuite [2021-02-22T19:24:00.635Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-02-22T19:24:00.635Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-22T19:24:00.635Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-22T19:24:00.896Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-22T19:24:00.896Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-22T19:24:00.896Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-22T19:24:00.896Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-22T19:24:00.896Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-22T19:24:01.157Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.84s) [2021-02-22T19:24:01.157Z] === RUN TestKernelTCPMemory [2021-02-22T19:24:01.158Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-22T19:24:02.107Z] --- PASS: TestKernelTCPMemory (0.88s) [2021-02-22T19:24:02.107Z] === RUN TestNISDomainname [2021-02-22T19:24:03.037Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-22T19:24:03.054Z] --- PASS: TestNISDomainname (0.97s) [2021-02-22T19:24:03.054Z] === RUN TestHostnameDnsResolution [2021-02-22T19:24:04.949Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-22T19:24:04.967Z] --- PASS: TestHostnameDnsResolution (1.80s) [2021-02-22T19:24:04.967Z] === RUN TestStats [2021-02-22T19:24:05.372Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-22T19:24:05.372Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-22T19:24:05.943Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-22T19:24:05.943Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-22T19:24:06.887Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-22T19:24:06.887Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-22T19:24:06.887Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-22T19:24:07.493Z] --- PASS: TestReadPluginNoRead (10.51s) [2021-02-22T19:24:07.493Z] --- PASS: TestReadPluginNoRead/default (2.24s) [2021-02-22T19:24:07.494Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.30s) [2021-02-22T19:24:07.494Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.27s) [2021-02-22T19:24:07.494Z] read_test.go:92: [dc6f9996d413a] daemon is not started [2021-02-22T19:24:07.494Z] PASS [2021-02-22T19:24:07.494Z] [2021-02-22T19:24:07.494Z] DONE 6 tests in 17.451s [2021-02-22T19:24:07.494Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-22T19:24:07.494Z] testing: warning: no tests to run [2021-02-22T19:24:07.494Z] PASS [2021-02-22T19:24:07.494Z] [2021-02-22T19:24:07.494Z] DONE 0 tests in 0.048s [2021-02-22T19:24:07.494Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-22T19:24:07.494Z] INFO: Testing against a local daemon [2021-02-22T19:24:07.494Z] === RUN TestPluginWithDevMounts [2021-02-22T19:24:07.494Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-22T19:24:07.494Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-02-22T19:24:07.494Z] PASS [2021-02-22T19:24:07.494Z] [2021-02-22T19:24:07.494Z] === Skipped [2021-02-22T19:24:07.494Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-02-22T19:24:07.494Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-02-22T19:24:07.494Z] [2021-02-22T19:24:07.494Z] [2021-02-22T19:24:07.494Z] DONE 1 tests, 1 skipped in 0.142s [2021-02-22T19:24:07.494Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-22T19:24:07.754Z] INFO: Testing against a local daemon [2021-02-22T19:24:07.754Z] === RUN TestSecretInspect [2021-02-22T19:24:07.754Z] --- SKIP: TestSecretInspect (0.02s) [2021-02-22T19:24:07.754Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:07.754Z] === RUN TestSecretList [2021-02-22T19:24:07.754Z] --- SKIP: TestSecretList (0.01s) [2021-02-22T19:24:07.754Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:07.754Z] === RUN TestSecretsCreateAndDelete [2021-02-22T19:24:07.754Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-02-22T19:24:07.754Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:07.754Z] === RUN TestSecretsUpdate [2021-02-22T19:24:07.754Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-02-22T19:24:07.754Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:07.754Z] === RUN TestTemplatedSecret [2021-02-22T19:24:07.754Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-02-22T19:24:07.754Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:07.754Z] === RUN TestSecretCreateResolve [2021-02-22T19:24:07.754Z] --- SKIP: TestSecretCreateResolve (0.02s) [2021-02-22T19:24:07.754Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:07.754Z] PASS [2021-02-22T19:24:07.754Z] [2021-02-22T19:24:07.754Z] === Skipped [2021-02-22T19:24:07.754Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2021-02-22T19:24:07.754Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:07.754Z] [2021-02-22T19:24:07.754Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-02-22T19:24:07.754Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:07.754Z] [2021-02-22T19:24:07.754Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-02-22T19:24:07.754Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:07.754Z] [2021-02-22T19:24:07.754Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-02-22T19:24:07.754Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:07.754Z] [2021-02-22T19:24:07.754Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-02-22T19:24:07.754Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:07.754Z] [2021-02-22T19:24:07.754Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2021-02-22T19:24:07.754Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:07.754Z] [2021-02-22T19:24:07.754Z] [2021-02-22T19:24:07.754Z] DONE 6 tests, 6 skipped in 0.205s [2021-02-22T19:24:07.754Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-22T19:24:08.015Z] INFO: Testing against a local daemon [2021-02-22T19:24:08.015Z] === RUN TestServiceCreateInit [2021-02-22T19:24:08.015Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-22T19:24:08.015Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-22T19:24:08.015Z] --- PASS: TestServiceCreateInit (0.01s) [2021-02-22T19:24:08.015Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-22T19:24:08.015Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-22T19:24:08.015Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestCreateServiceMultipleTimes [2021-02-22T19:24:08.015Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-02-22T19:24:08.015Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestCreateServiceConflict [2021-02-22T19:24:08.015Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-02-22T19:24:08.015Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestCreateServiceMaxReplicas [2021-02-22T19:24:08.015Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-02-22T19:24:08.015Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-22T19:24:08.015Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-02-22T19:24:08.015Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestCreateServiceSecretFileMode [2021-02-22T19:24:08.015Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s) [2021-02-22T19:24:08.015Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestCreateServiceConfigFileMode [2021-02-22T19:24:08.015Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-02-22T19:24:08.015Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestCreateServiceSysctls [2021-02-22T19:24:08.015Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-02-22T19:24:08.015Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestCreateServiceCapabilities [2021-02-22T19:24:08.015Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-02-22T19:24:08.015Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestInspect [2021-02-22T19:24:08.015Z] --- SKIP: TestInspect (0.01s) [2021-02-22T19:24:08.015Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestCreateJob [2021-02-22T19:24:08.015Z] --- SKIP: TestCreateJob (0.01s) [2021-02-22T19:24:08.015Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestReplicatedJob [2021-02-22T19:24:08.015Z] --- SKIP: TestReplicatedJob (0.01s) [2021-02-22T19:24:08.015Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestUpdateReplicatedJob [2021-02-22T19:24:08.015Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-02-22T19:24:08.015Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestServiceListWithStatuses [2021-02-22T19:24:08.015Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-22T19:24:08.015Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-22T19:24:08.015Z] === RUN TestDockerNetworkConnectAlias [2021-02-22T19:24:08.015Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s) [2021-02-22T19:24:08.015Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestDockerNetworkReConnect [2021-02-22T19:24:08.015Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-02-22T19:24:08.015Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:08.015Z] === RUN TestServicePlugin [2021-02-22T19:24:08.268Z] --- PASS: TestStats (2.83s) [2021-02-22T19:24:08.268Z] === RUN TestStopContainerWithTimeout [2021-02-22T19:24:08.268Z] === RUN TestStopContainerWithTimeout/0 [2021-02-22T19:24:08.268Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-22T19:24:08.268Z] === RUN TestStopContainerWithTimeout/1 [2021-02-22T19:24:08.268Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-22T19:24:08.268Z] === RUN TestStopContainerWithTimeout/3 [2021-02-22T19:24:08.268Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-22T19:24:08.268Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-22T19:24:08.268Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-22T19:24:08.268Z] === CONT TestStopContainerWithTimeout/0 [2021-02-22T19:24:08.268Z] === CONT TestStopContainerWithTimeout/1 [2021-02-22T19:24:08.268Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-22T19:24:08.268Z] === CONT TestStopContainerWithTimeout/3 [2021-02-22T19:24:08.800Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-22T19:24:09.372Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-22T19:24:09.372Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-22T19:24:09.372Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-22T19:24:09.633Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-02-22T19:24:10.574Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-22T19:24:10.812Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-22T19:24:10.812Z] --- PASS: TestStopContainerWithTimeout/0 (1.33s) [2021-02-22T19:24:10.812Z] --- PASS: TestStopContainerWithTimeout/1 (2.17s) [2021-02-22T19:24:10.812Z] --- PASS: TestStopContainerWithTimeout/3 (2.90s) [2021-02-22T19:24:10.812Z] --- PASS: TestStopContainerWithTimeout/-1 (3.26s) [2021-02-22T19:24:10.812Z] === RUN TestDeleteDevicemapper [2021-02-22T19:24:10.812Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-22T19:24:10.812Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-22T19:24:10.812Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-22T19:24:11.516Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-22T19:24:11.516Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-22T19:24:11.516Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-22T19:24:11.516Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-22T19:24:11.516Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-02-22T19:24:12.226Z] --- SKIP: TestServicePlugin (3.60s) [2021-02-22T19:24:12.226Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] === RUN TestServiceUpdateLabel [2021-02-22T19:24:12.226Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-02-22T19:24:12.226Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] === RUN TestServiceUpdateSecrets [2021-02-22T19:24:12.226Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-02-22T19:24:12.226Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] === RUN TestServiceUpdateConfigs [2021-02-22T19:24:12.226Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-02-22T19:24:12.226Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] === RUN TestServiceUpdateNetwork [2021-02-22T19:24:12.226Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2021-02-22T19:24:12.226Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] === RUN TestServiceUpdatePidsLimit [2021-02-22T19:24:12.226Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-02-22T19:24:12.226Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] PASS [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === Skipped [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-22T19:24:12.226Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-22T19:24:12.226Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-22T19:24:12.226Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-22T19:24:12.226Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-02-22T19:24:12.226Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-02-22T19:24:12.226Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-02-22T19:24:12.226Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-02-22T19:24:12.226Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s) [2021-02-22T19:24:12.226Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-02-22T19:24:12.226Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-02-22T19:24:12.226Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-02-22T19:24:12.226Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-02-22T19:24:12.226Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-02-22T19:24:12.226Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-02-22T19:24:12.226Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-02-22T19:24:12.226Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-22T19:24:12.226Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s) [2021-02-22T19:24:12.226Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-02-22T19:24:12.226Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestServicePlugin (3.60s) [2021-02-22T19:24:12.226Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-02-22T19:24:12.226Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-02-22T19:24:12.226Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-02-22T19:24:12.226Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2021-02-22T19:24:12.226Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-02-22T19:24:12.226Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] DONE 24 tests, 23 skipped in 4.039s [2021-02-22T19:24:12.226Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-22T19:24:12.226Z] INFO: Testing against a local daemon [2021-02-22T19:24:12.226Z] === RUN TestSessionCreate [2021-02-22T19:24:12.226Z] --- PASS: TestSessionCreate (0.03s) [2021-02-22T19:24:12.226Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-22T19:24:12.226Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-22T19:24:12.226Z] PASS [2021-02-22T19:24:12.226Z] [2021-02-22T19:24:12.226Z] DONE 2 tests in 0.172s [2021-02-22T19:24:12.226Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-22T19:24:12.226Z] INFO: Testing against a local daemon [2021-02-22T19:24:12.226Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-22T19:24:12.226Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-22T19:24:12.226Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-22T19:24:12.226Z] === RUN TestEventsExecDie [2021-02-22T19:24:12.797Z] --- PASS: TestEventsExecDie (0.51s) [2021-02-22T19:24:12.797Z] === RUN TestEventsBackwardsCompatible [2021-02-22T19:24:12.797Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-02-22T19:24:12.797Z] === RUN TestInfoBinaryCommits [2021-02-22T19:24:12.797Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-22T19:24:12.797Z] === RUN TestInfoAPIVersioned [2021-02-22T19:24:12.797Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-22T19:24:12.797Z] === RUN TestInfoDiscoveryBackend [2021-02-22T19:24:13.366Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.44s) [2021-02-22T19:24:13.366Z] === RUN TestUpdateMemory [2021-02-22T19:24:13.366Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-22T19:24:13.366Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:24:13.366Z] === RUN TestUpdateCPUQuota [2021-02-22T19:24:14.187Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2021-02-22T19:24:14.187Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-22T19:24:14.751Z] --- PASS: TestUpdateCPUQuota (1.26s) [2021-02-22T19:24:14.751Z] === RUN TestUpdatePidsLimit [2021-02-22T19:24:14.751Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-22T19:24:15.012Z] === RUN TestUpdatePidsLimit/no_change [2021-02-22T19:24:15.585Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-22T19:24:15.847Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-22T19:24:16.108Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-22T19:24:16.680Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-22T19:24:16.940Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-22T19:24:18.107Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-22T19:24:18.329Z] --- PASS: TestUpdatePidsLimit (3.70s) [2021-02-22T19:24:18.329Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2021-02-22T19:24:18.329Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2021-02-22T19:24:18.329Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2021-02-22T19:24:18.329Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2021-02-22T19:24:18.329Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2021-02-22T19:24:18.329Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2021-02-22T19:24:18.329Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2021-02-22T19:24:18.329Z] === RUN TestUpdateRestartPolicy [2021-02-22T19:24:18.410Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s) [2021-02-22T19:24:18.410Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-22T19:24:18.410Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-02-22T19:24:18.410Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:24:18.410Z] === RUN TestInfoAPI [2021-02-22T19:24:18.410Z] --- PASS: TestInfoAPI (0.02s) [2021-02-22T19:24:18.410Z] === RUN TestInfoAPIWarnings [2021-02-22T19:24:22.319Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-22T19:24:25.622Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-22T19:24:27.006Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-22T19:24:27.577Z] --- PASS: TestBuildWithHugeFile (102.56s) [2021-02-22T19:24:27.577Z] === RUN TestBuildWCOWSandboxSize [2021-02-22T19:24:27.577Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-02-22T19:24:27.577Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-22T19:24:27.577Z] === RUN TestBuildWithEmptyDockerfile [2021-02-22T19:24:27.577Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-22T19:24:27.577Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-22T19:24:27.577Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-22T19:24:27.577Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-22T19:24:27.577Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-22T19:24:27.577Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-22T19:24:27.577Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-22T19:24:27.577Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-22T19:24:27.577Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-22T19:24:27.577Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-22T19:24:27.839Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2021-02-22T19:24:27.839Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2021-02-22T19:24:27.839Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.21s) [2021-02-22T19:24:27.839Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2021-02-22T19:24:27.839Z] === RUN TestBuildPreserveOwnership [2021-02-22T19:24:27.839Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-22T19:24:28.100Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-02-22T19:24:28.671Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-22T19:24:29.612Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-22T19:24:30.184Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-02-22T19:24:30.755Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-02-22T19:24:31.696Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-22T19:24:32.270Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-02-22T19:24:32.840Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-02-22T19:24:33.232Z] --- PASS: TestUpdateRestartPolicy (12.44s) [2021-02-22T19:24:33.232Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-22T19:24:33.232Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2021-02-22T19:24:33.232Z] === RUN TestWaitNonBlocked [2021-02-22T19:24:33.232Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-22T19:24:33.232Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-22T19:24:33.232Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-22T19:24:33.232Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-22T19:24:33.232Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-22T19:24:33.232Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-22T19:24:33.232Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-22T19:24:33.232Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.07s) [2021-02-22T19:24:33.232Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.11s) [2021-02-22T19:24:33.232Z] === RUN TestWaitBlocked [2021-02-22T19:24:33.232Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-22T19:24:33.232Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-22T19:24:33.232Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-22T19:24:33.232Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-22T19:24:33.232Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-22T19:24:33.232Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-22T19:24:33.411Z] --- PASS: TestBuildPreserveOwnership (5.48s) [2021-02-22T19:24:33.411Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.77s) [2021-02-22T19:24:33.411Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.69s) [2021-02-22T19:24:33.411Z] === RUN TestBuildPlatformInvalid [2021-02-22T19:24:33.411Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2021-02-22T19:24:33.411Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-22T19:24:33.804Z] --- PASS: TestWaitBlocked (0.02s) [2021-02-22T19:24:33.804Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.01s) [2021-02-22T19:24:33.804Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.10s) [2021-02-22T19:24:33.804Z] === CONT TestContainerStartOnDaemonRestart [2021-02-22T19:24:33.804Z] === CONT TestContainerKillOnDaemonStart [2021-02-22T19:24:33.804Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-22T19:24:33.804Z] === CONT TestDaemonHostGatewayIP [2021-02-22T19:24:33.982Z] === RUN TestDockerSuite/TestAttachDetach [2021-02-22T19:24:34.243Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-02-22T19:24:34.936Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-02-22T19:24:36.155Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-22T19:24:36.521Z] --- PASS: TestInfoAPIWarnings (17.36s) [2021-02-22T19:24:36.521Z] === RUN TestInfoDebug [2021-02-22T19:24:36.521Z] --- PASS: TestInfoDebug (1.54s) [2021-02-22T19:24:36.521Z] === RUN TestInfoInsecureRegistries [2021-02-22T19:24:37.541Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-02-22T19:24:38.018Z] --- PASS: TestContainerStartOnDaemonRestart (3.61s) [2021-02-22T19:24:38.018Z] === CONT TestDaemonRestartIpcMode [2021-02-22T19:24:38.018Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.23s) [2021-02-22T19:24:38.018Z] === CONT TestIpcModeOlderClient [2021-02-22T19:24:38.279Z] --- PASS: TestIpcModeOlderClient (0.22s) [2021-02-22T19:24:38.433Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2021-02-22T19:24:38.433Z] === RUN TestInfoRegistryMirrors [2021-02-22T19:24:39.222Z] --- PASS: TestDaemonHostGatewayIP (5.16s) [2021-02-22T19:24:39.454Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-02-22T19:24:39.716Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-22T19:24:39.860Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2021-02-22T19:24:39.860Z] === RUN TestLoginFailsWithBadCredentials [2021-02-22T19:24:39.860Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s) [2021-02-22T19:24:39.860Z] === RUN TestPingCacheHeaders [2021-02-22T19:24:39.860Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-22T19:24:39.860Z] === RUN TestPingGet [2021-02-22T19:24:39.860Z] --- PASS: TestPingGet (0.01s) [2021-02-22T19:24:39.860Z] === RUN TestPingHead [2021-02-22T19:24:39.860Z] --- PASS: TestPingHead (0.02s) [2021-02-22T19:24:39.860Z] === RUN TestVersion [2021-02-22T19:24:39.860Z] --- PASS: TestVersion (0.02s) [2021-02-22T19:24:39.860Z] PASS [2021-02-22T19:24:39.860Z] [2021-02-22T19:24:39.860Z] === Skipped [2021-02-22T19:24:39.860Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-22T19:24:39.860Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-22T19:24:39.860Z] [2021-02-22T19:24:39.860Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-02-22T19:24:39.860Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-22T19:24:39.860Z] [2021-02-22T19:24:39.860Z] [2021-02-22T19:24:39.860Z] DONE 18 tests, 2 skipped in 27.850s [2021-02-22T19:24:39.860Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-22T19:24:40.128Z] INFO: Testing against a local daemon [2021-02-22T19:24:40.128Z] === RUN TestVolumesCreateAndList [2021-02-22T19:24:40.128Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-22T19:24:40.128Z] === RUN TestVolumesRemove [2021-02-22T19:24:40.128Z] --- PASS: TestVolumesRemove (0.06s) [2021-02-22T19:24:40.128Z] === RUN TestVolumesInspect [2021-02-22T19:24:40.128Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-22T19:24:40.128Z] === RUN TestVolumesInvalidJSON [2021-02-22T19:24:40.128Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-22T19:24:40.128Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-22T19:24:40.128Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-22T19:24:40.128Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-22T19:24:40.128Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-22T19:24:40.128Z] PASS [2021-02-22T19:24:40.128Z] [2021-02-22T19:24:40.128Z] DONE 5 tests in 0.259s [2021-02-22T19:24:40.128Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-22T19:24:40.128Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12177 is not a child of this shell [2021-02-22T19:24:40.128Z] warning: PID 12177 from bundles/test-integration/docker.pid had a nonzero exit code [2021-02-22T19:24:40.128Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-22T19:24:40.128Z] [2021-02-22T19:24:40.128Z] Unloading profiles will leave already running processes permanently [2021-02-22T19:24:40.128Z] unconfined, which can lead to unexpected situations. [2021-02-22T19:24:40.128Z] [2021-02-22T19:24:40.128Z] To set a process to complain mode, use the command line tool [2021-02-22T19:24:40.128Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-22T19:24:40.128Z] Removing test suite binaries [2021-02-22T19:24:40.398Z] exiting test-integration [2021-02-22T19:24:40.398Z] ++ exit 0 [2021-02-22T19:24:40.658Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-22T19:24:41.135Z] --- PASS: TestDaemonRestartIpcMode (3.61s) [2021-02-22T19:24:41.343Z] [2021-02-22T19:24:41.602Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-02-22T19:24:42.545Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork Post stage [Pipeline] junit [2021-02-22T19:24:42.744Z] Recording test results [2021-02-22T19:24:42.935Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-02-22T19:24:44.324Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-22T19:24:44.688Z] + echo Ensuring container killed. [2021-02-22T19:24:44.688Z] Ensuring container killed. [2021-02-22T19:24:44.688Z] + docker rm -vf docker-pr7 [2021-02-22T19:24:44.688Z] Error: No such container: docker-pr7 [Pipeline] sh [2021-02-22T19:24:44.980Z] + echo Chowning /workspace to jenkins user [2021-02-22T19:24:44.980Z] Chowning /workspace to jenkins user [2021-02-22T19:24:44.980Z] + id -u [2021-02-22T19:24:44.980Z] + id -g [2021-02-22T19:24:44.980Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41756:/workspace busybox chown -R 1000:1000 /workspace [2021-02-22T19:24:44.980Z] Unable to find image 'busybox:latest' locally [2021-02-22T19:24:45.241Z] latest: Pulling from library/busybox [2021-02-22T19:24:45.241Z] 5c4213be9af9: Pulling fs layer [2021-02-22T19:24:45.487Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-22T19:24:45.487Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-02-22T19:24:46.430Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-22T19:24:47.717Z] --- PASS: TestContainerKillOnDaemonStart (13.25s) [2021-02-22T19:24:47.717Z] PASS [2021-02-22T19:24:47.717Z] [2021-02-22T19:24:47.717Z] === Skipped [2021-02-22T19:24:47.717Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-02-22T19:24:47.717Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-22T19:24:47.717Z] [2021-02-22T19:24:47.717Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-22T19:24:47.717Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:24:47.717Z] [2021-02-22T19:24:47.718Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-22T19:24:47.718Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:24:47.718Z] [2021-02-22T19:24:47.718Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-22T19:24:47.718Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-22T19:24:47.718Z] [2021-02-22T19:24:47.718Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-22T19:24:47.718Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-22T19:24:47.718Z] [2021-02-22T19:24:47.718Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-02-22T19:24:47.718Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:24:47.718Z] [2021-02-22T19:24:47.718Z] [2021-02-22T19:24:47.718Z] DONE 196 tests, 6 skipped in 142.928s [2021-02-22T19:24:47.718Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-02-22T19:24:47.718Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:24:47.718Z] ++ set -e [2021-02-22T19:24:47.718Z] ++ '[' -n 0 ']' [2021-02-22T19:24:47.718Z] ++ set -x [2021-02-22T19:24:47.718Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:24:47.718Z] INFO: Testing against a local daemon [2021-02-22T19:24:47.718Z] === RUN TestCommitInheritsEnv [2021-02-22T19:24:47.816Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-22T19:24:47.816Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-22T19:24:47.979Z] --- PASS: TestCommitInheritsEnv (0.63s) [2021-02-22T19:24:47.979Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-22T19:24:47.979Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-02-22T19:24:47.979Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-22T19:24:47.979Z] === RUN TestImagesFilterMultiReference [2021-02-22T19:24:47.979Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-02-22T19:24:47.979Z] === RUN TestImagePullPlatformInvalid [2021-02-22T19:24:48.239Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-02-22T19:24:48.239Z] === RUN TestRemoveImageOrphaning [2021-02-22T19:24:48.811Z] --- PASS: TestRemoveImageOrphaning (0.59s) [2021-02-22T19:24:48.811Z] === RUN TestRemoveImageGarbageCollector [2021-02-22T19:24:48.811Z] --- SKIP: TestRemoveImageGarbageCollector (0.01s) [2021-02-22T19:24:48.811Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:24:48.811Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-22T19:24:48.811Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-02-22T19:24:48.811Z] === RUN TestTagInvalidReference [2021-02-22T19:24:48.811Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-22T19:24:48.811Z] === RUN TestTagValidPrefixedRepo [2021-02-22T19:24:48.811Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-02-22T19:24:48.811Z] === RUN TestTagExistedNameWithoutForce [2021-02-22T19:24:49.073Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-02-22T19:24:49.073Z] === RUN TestTagOfficialNames [2021-02-22T19:24:49.073Z] --- PASS: TestTagOfficialNames (0.08s) [2021-02-22T19:24:49.073Z] === RUN TestTagMatchesDigest [2021-02-22T19:24:49.073Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-22T19:24:49.073Z] PASS [2021-02-22T19:24:49.073Z] [2021-02-22T19:24:49.073Z] === Skipped [2021-02-22T19:24:49.073Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-02-22T19:24:49.073Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-22T19:24:49.073Z] [2021-02-22T19:24:49.073Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.01s) [2021-02-22T19:24:49.073Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:24:49.073Z] [2021-02-22T19:24:49.073Z] [2021-02-22T19:24:49.073Z] DONE 12 tests, 2 skipped in 1.942s [2021-02-22T19:24:49.073Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-02-22T19:24:49.073Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:24:49.073Z] ++ set -e [2021-02-22T19:24:49.073Z] ++ '[' -n 0 ']' [2021-02-22T19:24:49.073Z] ++ set -x [2021-02-22T19:24:49.073Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:24:49.202Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-02-22T19:24:49.202Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-22T19:24:49.334Z] INFO: Testing against a local daemon [2021-02-22T19:24:49.334Z] === RUN TestNetworkCreateDelete [2021-02-22T19:24:49.595Z] --- PASS: TestNetworkCreateDelete (0.42s) [2021-02-22T19:24:49.595Z] === RUN TestDockerNetworkDeletePreferID [2021-02-22T19:24:49.816Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-02-22T19:24:50.145Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-22T19:24:50.528Z] 5c4213be9af9: Verifying Checksum [2021-02-22T19:24:50.528Z] 5c4213be9af9: Download complete [2021-02-22T19:24:50.528Z] 5c4213be9af9: Pull complete [2021-02-22T19:24:50.528Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-02-22T19:24:50.528Z] Status: Downloaded newer image for busybox:latest [2021-02-22T19:24:50.981Z] --- PASS: TestDockerNetworkDeletePreferID (1.21s) [2021-02-22T19:24:50.981Z] === RUN TestDaemonDNSFallback [2021-02-22T19:24:52.350Z] tests/integration/client_test.py ..... [ 75%] [2021-02-22T19:24:52.350Z] tests/integration/context_api_test.py ... [ 76%] [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-22T19:24:52.609Z] tests/integration/errors_test.py . [ 76%] [2021-02-22T19:24:52.753Z] + bundleName=amd64-rootless [2021-02-22T19:24:52.753Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-02-22T19:24:52.753Z] Creating amd64-rootless-bundles.tar.gz [2021-02-22T19:24:52.753Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-02-22T19:24:52.753Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-02-22T19:24:52.767Z] Archiving artifacts [2021-02-22T19:24:53.448Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-02-22T19:24:54.775Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41756/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-22T19:24:55.106Z] + make clean [2021-02-22T19:24:55.367Z] docker volume rm -f docker-dev-cache [2021-02-22T19:24:55.367Z] docker-dev-cache [Pipeline] deleteDir [2021-02-22T19:24:55.994Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-22T19:24:57.468Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-02-22T19:24:59.117Z] --- PASS: TestDaemonDNSFallback (7.54s) [2021-02-22T19:24:59.117Z] === RUN TestInspectNetwork [2021-02-22T19:25:00.041Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-02-22T19:25:00.614Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-02-22T19:25:01.185Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-02-22T19:25:02.571Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-02-22T19:25:03.513Z] Loaded image: buildpack-deps:buster [2021-02-22T19:25:03.513Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-02-22T19:25:03.513Z] Loaded image: busybox:latest [2021-02-22T19:25:04.085Z] Loaded image: busybox:glibc [2021-02-22T19:25:04.404Z] === RUN TestInspectNetwork/full_network_id [2021-02-22T19:25:04.404Z] === RUN TestInspectNetwork/partial_network_id [2021-02-22T19:25:04.404Z] === RUN TestInspectNetwork/network_name [2021-02-22T19:25:04.404Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-22T19:25:06.004Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-02-22T19:25:07.920Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-02-22T19:25:08.606Z] --- PASS: TestInspectNetwork (9.55s) [2021-02-22T19:25:08.607Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-22T19:25:08.607Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-22T19:25:08.607Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-22T19:25:08.607Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-22T19:25:08.607Z] === RUN TestRunContainerWithBridgeNone [2021-02-22T19:25:09.304Z] Loaded image: debian:bullseye [2021-02-22T19:25:09.565Z] Loaded image: hello-world:latest [2021-02-22T19:25:09.565Z] Loaded image: arm32v7/hello-world:latest [2021-02-22T19:25:10.507Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-02-22T19:25:10.519Z] --- PASS: TestRunContainerWithBridgeNone (2.57s) [2021-02-22T19:25:10.519Z] === RUN TestNetworkInvalidJSON [2021-02-22T19:25:10.519Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-22T19:25:10.519Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-22T19:25:10.519Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-22T19:25:10.519Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-22T19:25:10.519Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-22T19:25:10.519Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-22T19:25:10.519Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-22T19:25:10.519Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-22T19:25:10.519Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-22T19:25:10.519Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-22T19:25:10.519Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-22T19:25:10.519Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-22T19:25:10.519Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-22T19:25:10.519Z] === RUN TestNetworkList [2021-02-22T19:25:10.519Z] === RUN TestNetworkList//networks [2021-02-22T19:25:10.519Z] === PAUSE TestNetworkList//networks [2021-02-22T19:25:10.519Z] === RUN TestNetworkList//networks/ [2021-02-22T19:25:10.519Z] === PAUSE TestNetworkList//networks/ [2021-02-22T19:25:10.519Z] === CONT TestNetworkList//networks [2021-02-22T19:25:10.519Z] === CONT TestNetworkList//networks/ [2021-02-22T19:25:10.519Z] --- PASS: TestNetworkList (0.03s) [2021-02-22T19:25:10.519Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-22T19:25:10.519Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-22T19:25:10.519Z] === RUN TestHostIPv4BridgeLabel [2021-02-22T19:25:11.450Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-22T19:25:11.450Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-02-22T19:25:11.461Z] --- PASS: TestHostIPv4BridgeLabel (0.80s) [2021-02-22T19:25:11.461Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-22T19:25:11.832Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-02-22T19:25:12.393Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-02-22T19:25:12.393Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-22T19:25:12.849Z] --- PASS: TestDaemonRestartWithLiveRestore (1.39s) [2021-02-22T19:25:12.849Z] === RUN TestDaemonDefaultNetworkPools [2021-02-22T19:25:13.779Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-22T19:25:14.039Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-02-22T19:25:14.234Z] --- PASS: TestDaemonDefaultNetworkPools (1.28s) [2021-02-22T19:25:14.234Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-22T19:25:14.981Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-02-22T19:25:15.923Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-02-22T19:25:16.148Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.98s) [2021-02-22T19:25:16.148Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-22T19:25:17.835Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-02-22T19:25:18.096Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (44.61s) [2021-02-22T19:25:18.096Z] PASS [2021-02-22T19:25:18.096Z] [2021-02-22T19:25:18.096Z] === Skipped [2021-02-22T19:25:18.096Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-22T19:25:18.096Z] build_session_test.go:25: TODO: BuildKit [2021-02-22T19:25:18.096Z] [2021-02-22T19:25:18.096Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-02-22T19:25:18.096Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-22T19:25:18.096Z] [2021-02-22T19:25:18.096Z] [2021-02-22T19:25:18.096Z] DONE 34 tests, 2 skipped in 246.606s [2021-02-22T19:25:18.096Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-22T19:25:18.096Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:25:18.096Z] ++ set -e [2021-02-22T19:25:18.096Z] ++ '[' -n 0 ']' [2021-02-22T19:25:18.096Z] ++ set -x [2021-02-22T19:25:18.096Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:25:18.357Z] INFO: Testing against a local daemon [2021-02-22T19:25:18.357Z] === RUN TestConfigInspect [2021-02-22T19:25:18.694Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.41s) [2021-02-22T19:25:18.694Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-22T19:25:19.266Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.88s) [2021-02-22T19:25:19.266Z] === RUN TestServiceWithPredefinedNetwork [2021-02-22T19:25:19.740Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-22T19:25:20.001Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-02-22T19:25:20.571Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-02-22T19:25:20.833Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-22T19:25:20.833Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-02-22T19:25:21.093Z] --- PASS: TestConfigInspect (2.79s) [2021-02-22T19:25:21.093Z] === RUN TestConfigList [2021-02-22T19:25:21.357Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-02-22T19:25:21.928Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-02-22T19:25:22.581Z] --- PASS: TestServiceWithPredefinedNetwork (3.32s) [2021-02-22T19:25:22.581Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-22T19:25:22.581Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-22T19:25:22.581Z] service_test.go:242: FLAKY_TEST [2021-02-22T19:25:22.581Z] === RUN TestServiceWithDataPathPortInit [2021-02-22T19:25:24.474Z] --- PASS: TestConfigList (3.21s) [2021-02-22T19:25:24.474Z] === RUN TestConfigsCreateAndDelete [2021-02-22T19:25:25.045Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-02-22T19:25:26.958Z] --- PASS: TestConfigsCreateAndDelete (2.64s) [2021-02-22T19:25:26.958Z] === RUN TestConfigsUpdate [2021-02-22T19:25:27.899Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-22T19:25:28.391Z] ......... [ 86%] [2021-02-22T19:25:30.446Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-02-22T19:25:30.446Z] --- PASS: TestConfigsUpdate (3.01s) [2021-02-22T19:25:30.446Z] === RUN TestTemplatedConfig [2021-02-22T19:25:31.831Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-22T19:25:31.831Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-22T19:25:32.403Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-02-22T19:25:32.403Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-02-22T19:25:33.360Z] tests/integration/models_images_test.py ............... [ 89%] [2021-02-22T19:25:34.320Z] --- PASS: TestTemplatedConfig (3.92s) [2021-02-22T19:25:34.320Z] === RUN TestConfigCreateResolve [2021-02-22T19:25:34.320Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-22T19:25:34.558Z] tests/integration/models_networks_test.py .... [ 90%] [2021-02-22T19:25:34.580Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-02-22T19:25:37.128Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-02-22T19:25:37.128Z] --- PASS: TestConfigCreateResolve (3.31s) [2021-02-22T19:25:37.128Z] === RUN TestConfigDaemonLibtrustID [2021-02-22T19:25:37.699Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2021-02-22T19:25:37.699Z] PASS [2021-02-22T19:25:37.699Z] [2021-02-22T19:25:37.699Z] DONE 7 tests in 19.607s [2021-02-22T19:25:37.699Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-22T19:25:37.699Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:25:37.699Z] ++ set -e [2021-02-22T19:25:37.699Z] ++ '[' -n 0 ']' [2021-02-22T19:25:37.699Z] ++ set -x [2021-02-22T19:25:37.699Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:25:37.960Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-22T19:25:38.220Z] INFO: Testing against a local daemon [2021-02-22T19:25:38.220Z] === RUN TestCheckpoint [2021-02-22T19:25:38.220Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-22T19:25:38.220Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-22T19:25:38.220Z] === RUN TestContainerInvalidJSON [2021-02-22T19:25:38.220Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-22T19:25:38.220Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-22T19:25:38.220Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-22T19:25:38.220Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-22T19:25:38.220Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-22T19:25:38.220Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-22T19:25:38.220Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-22T19:25:38.220Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-22T19:25:38.220Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-22T19:25:38.220Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-22T19:25:38.220Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-02-22T19:25:38.221Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-22T19:25:38.221Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-02-22T19:25:38.221Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-22T19:25:38.221Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-02-22T19:25:38.221Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-22T19:25:38.221Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2021-02-22T19:25:38.221Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-22T19:25:38.482Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2021-02-22T19:25:38.482Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-22T19:25:38.482Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2021-02-22T19:25:38.482Z] === RUN TestCopyFromContainer [2021-02-22T19:25:38.742Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-02-22T19:25:39.314Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-22T19:25:40.255Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-22T19:25:40.516Z] === RUN TestCopyFromContainer// [2021-02-22T19:25:40.516Z] === RUN TestCopyFromContainer//bar/root [2021-02-22T19:25:40.516Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-02-22T19:25:40.777Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-22T19:25:40.777Z] === RUN TestCopyFromContainer/bar/quux [2021-02-22T19:25:41.038Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-22T19:25:41.038Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-22T19:25:41.124Z] tests/integration/models_nodes_test.py . [ 91%] [2021-02-22T19:25:41.124Z] tests/integration/models_resources_test.py . [ 91%] [2021-02-22T19:25:41.299Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-22T19:25:41.559Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-22T19:25:41.559Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-22T19:25:41.820Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-22T19:25:42.081Z] --- PASS: TestCopyFromContainer (3.50s) [2021-02-22T19:25:42.081Z] --- PASS: TestCopyFromContainer// (0.16s) [2021-02-22T19:25:42.081Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2021-02-22T19:25:42.081Z] --- PASS: TestCopyFromContainer//bar/root/ (0.15s) [2021-02-22T19:25:42.081Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2021-02-22T19:25:42.081Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.15s) [2021-02-22T19:25:42.081Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.16s) [2021-02-22T19:25:42.081Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.18s) [2021-02-22T19:25:42.081Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2021-02-22T19:25:42.081Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.14s) [2021-02-22T19:25:42.081Z] --- PASS: TestCopyFromContainer/bar/notarget (0.16s) [2021-02-22T19:25:42.081Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-22T19:25:42.081Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-22T19:25:42.081Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-22T19:25:42.081Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-22T19:25:42.081Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-22T19:25:42.081Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-22T19:25:42.081Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-22T19:25:42.081Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-22T19:25:42.081Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-22T19:25:42.081Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-22T19:25:42.081Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-02-22T19:25:42.081Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-02-22T19:25:42.081Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-02-22T19:25:42.081Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-02-22T19:25:42.081Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-22T19:25:42.081Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-02-22T19:25:42.081Z] === RUN TestCreateWithInvalidEnv [2021-02-22T19:25:42.081Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-22T19:25:42.081Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-22T19:25:42.081Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-22T19:25:42.081Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-22T19:25:42.081Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-22T19:25:42.081Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-22T19:25:42.081Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-22T19:25:42.081Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-22T19:25:42.081Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-22T19:25:42.081Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-22T19:25:42.081Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-22T19:25:42.081Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-02-22T19:25:42.081Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-22T19:25:42.081Z] === RUN TestCreateTmpfsMountsTarget [2021-02-22T19:25:42.081Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-02-22T19:25:42.081Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-22T19:25:42.889Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-02-22T19:25:43.996Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-22T19:25:43.996Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-02-22T19:25:44.554Z] --- PASS: TestServiceWithDataPathPortInit (18.32s) [2021-02-22T19:25:44.554Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-22T19:25:44.569Z] --- PASS: TestCreateWithCustomMaskedPaths (2.33s) [2021-02-22T19:25:44.569Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-22T19:25:44.569Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-02-22T19:25:46.173Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-02-22T19:25:46.173Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-02-22T19:25:46.483Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.69s) [2021-02-22T19:25:46.483Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-22T19:25:46.483Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-22T19:25:46.483Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-22T19:25:46.483Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-22T19:25:46.483Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-22T19:25:46.483Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-22T19:25:46.483Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-22T19:25:46.483Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-22T19:25:46.483Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-22T19:25:46.483Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-22T19:25:46.484Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-22T19:25:46.484Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-22T19:25:46.484Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-22T19:25:46.484Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-22T19:25:46.484Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-22T19:25:46.484Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-22T19:25:46.484Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2021-02-22T19:25:46.484Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-02-22T19:25:46.484Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2021-02-22T19:25:46.484Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-02-22T19:25:46.484Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-22T19:25:46.484Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-02-22T19:25:46.484Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-22T19:25:46.745Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.47s) [2021-02-22T19:25:46.745Z] === RUN TestCreateDifferentPlatform [2021-02-22T19:25:46.745Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-22T19:25:46.745Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-22T19:25:46.745Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-02-22T19:25:46.745Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-22T19:25:46.745Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-22T19:25:46.745Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-22T19:25:46.745Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-02-22T19:25:46.745Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-22T19:25:46.745Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s) [2021-02-22T19:25:46.745Z] === RUN TestContainerStartOnDaemonRestart [2021-02-22T19:25:46.745Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-22T19:25:46.745Z] === RUN TestDaemonRestartIpcMode [2021-02-22T19:25:46.745Z] === PAUSE TestDaemonRestartIpcMode [2021-02-22T19:25:46.745Z] === RUN TestDaemonHostGatewayIP [2021-02-22T19:25:46.745Z] === PAUSE TestDaemonHostGatewayIP [2021-02-22T19:25:46.745Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-22T19:25:46.745Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-22T19:25:46.745Z] === RUN TestContainerKillOnDaemonStart [2021-02-22T19:25:46.745Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-22T19:25:46.745Z] === RUN TestDiff [2021-02-22T19:25:47.006Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-02-22T19:25:47.580Z] --- PASS: TestDiff (0.67s) [2021-02-22T19:25:47.580Z] === RUN TestExecWithCloseStdin [2021-02-22T19:25:48.151Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-02-22T19:25:48.151Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-22T19:25:48.412Z] --- PASS: TestExecWithCloseStdin (0.89s) [2021-02-22T19:25:48.412Z] === RUN TestExec [2021-02-22T19:25:49.354Z] --- PASS: TestExec (0.90s) [2021-02-22T19:25:49.354Z] === RUN TestExecUser [2021-02-22T19:25:49.614Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-22T19:25:50.106Z] tests/integration/regression_test.py ...... [ 98%] [2021-02-22T19:25:50.185Z] --- PASS: TestExecUser (0.93s) [2021-02-22T19:25:50.185Z] === RUN TestExportContainerAndImportImage [2021-02-22T19:25:50.625Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-02-22T19:25:50.625Z] tests/integration/credentials/utils_test.py . [100%] [2021-02-22T19:25:50.625Z] [2021-02-22T19:25:50.625Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-02-22T19:25:50.625Z] =========================== short test summary info ============================ [2021-02-22T19:25:50.625Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-02-22T19:25:50.625Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-02-22T19:25:50.625Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-02-22T19:25:50.625Z] Not supported on most drivers [2021-02-22T19:25:50.625Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-02-22T19:25:50.625Z] Output of docker top depends on host distro, and is not formalized. [2021-02-22T19:25:50.625Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-02-22T19:25:50.625Z] Output of docker top depends on host distro, and is not formalized. [2021-02-22T19:25:50.625Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-02-22T19:25:50.625Z] Can fail if eth0 has multiple IP addresses [2021-02-22T19:25:50.625Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-02-22T19:25:50.625Z] This doesn't seem to be taken into account by the engine [2021-02-22T19:25:50.625Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2021-02-22T19:25:50.625Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-02-22T19:25:50.625Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 298.44 seconds == [2021-02-22T19:25:50.885Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-02-22T19:25:51.154Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.13s) [2021-02-22T19:25:51.154Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qowe6ntq2r51rmr5zk7iq9lr3 Created:2021-02-22 19:25:42.617407025 +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[736e9008a3cfb23bcafc4f541ae510efdb23663a5c34cc9d18f9d5012108b323:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.lffhc7p3bp18sut7yji8nwhs0 EndpointID:6c39cf991a3d4e6538db28d076dd71a3b030d6a12145b24a53346819e6054540 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5667faa60e57bd53dc4a40015757cfe6cfc0becccce2162990f4e6d17325d46b 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:be9bce865742 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.lffhc7p3bp18sut7yji8nwhs0 EndpointID:6c39cf991a3d4e6538db28d076dd71a3b030d6a12145b24a53346819e6054540 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-22T19:25:51.154Z] PASS [2021-02-22T19:25:51.154Z] [2021-02-22T19:25:51.154Z] === Skipped [2021-02-22T19:25:51.154Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-22T19:25:51.154Z] service_test.go:242: FLAKY_TEST [2021-02-22T19:25:51.154Z] [2021-02-22T19:25:51.154Z] [2021-02-22T19:25:51.154Z] DONE 26 tests, 1 skipped in 61.033s [2021-02-22T19:25:51.154Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-22T19:25:51.154Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:25:51.154Z] ++ set -e [2021-02-22T19:25:51.154Z] ++ '[' -n 0 ']' [2021-02-22T19:25:51.154Z] ++ set -x [2021-02-22T19:25:51.155Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:25:51.155Z] INFO: Testing against a local daemon [2021-02-22T19:25:51.155Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-22T19:25:51.155Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-22T19:25:51.155Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-22T19:25:51.155Z] === RUN TestDockerNetworkIpvlan [2021-02-22T19:25:51.155Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-22T19:25:51.155Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-22T19:25:51.155Z] PASS [2021-02-22T19:25:51.155Z] [2021-02-22T19:25:51.155Z] === Skipped [2021-02-22T19:25:51.155Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-22T19:25:51.155Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-22T19:25:51.155Z] [2021-02-22T19:25:51.155Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-22T19:25:51.155Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-22T19:25:51.155Z] [2021-02-22T19:25:51.155Z] [2021-02-22T19:25:51.155Z] DONE 2 tests, 2 skipped in 0.168s [2021-02-22T19:25:51.155Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-22T19:25:51.155Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:25:51.155Z] ++ set -e [2021-02-22T19:25:51.155Z] ++ '[' -n 0 ']' [2021-02-22T19:25:51.155Z] ++ set -x [2021-02-22T19:25:51.155Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:25:51.155Z] INFO: Testing against a local daemon [2021-02-22T19:25:51.155Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-22T19:25:51.570Z] --- PASS: TestExportContainerAndImportImage (1.11s) [2021-02-22T19:25:51.570Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-22T19:25:51.831Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-02-22T19:25:52.773Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-22T19:25:53.034Z] --- PASS: TestExportContainerAfterDaemonRestart (1.65s) [2021-02-22T19:25:53.034Z] === RUN TestHealthCheckWorkdir [2021-02-22T19:25:53.075Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.25s) [2021-02-22T19:25:53.075Z] === RUN TestDockerNetworkMacvlan [2021-02-22T19:25:54.016Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-22T19:25:54.421Z] --- PASS: TestHealthCheckWorkdir (1.11s) [2021-02-22T19:25:54.421Z] === RUN TestHealthKillContainer [2021-02-22T19:25:55.365Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-02-22T19:25:55.398Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-22T19:25:55.938Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-02-22T19:25:56.339Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-22T19:25:56.507Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-02-22T19:25:57.195Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-02-22T19:25:57.195Z] --- PASS: TestHealthKillContainer (2.91s) [2021-02-22T19:25:57.195Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-22T19:25:57.774Z] --- PASS: TestInspectCpusetInConfigPre120 (0.73s) [2021-02-22T19:25:57.774Z] === RUN TestIpcModeNone [2021-02-22T19:25:58.717Z] --- PASS: TestIpcModeNone (0.92s) [2021-02-22T19:25:58.717Z] === RUN TestIpcModePrivate [2021-02-22T19:25:58.717Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-02-22T19:25:59.638Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-22T19:25:59.660Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-22T19:25:59.660Z] --- PASS: TestIpcModePrivate (0.96s) [2021-02-22T19:25:59.660Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:94, shared: false, mustBeShared: false [2021-02-22T19:25:59.660Z] === RUN TestIpcModeShareable [2021-02-22T19:26:00.603Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-02-22T19:26:00.603Z] --- PASS: TestIpcModeShareable (0.98s) [2021-02-22T19:26:00.603Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2021-02-22T19:26:00.603Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-22T19:26:02.536Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-02-22T19:26:03.093Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-22T19:26:03.093Z] [2021-02-22T19:26:03.093Z] Unloading profiles will leave already running processes permanently [2021-02-22T19:26:03.093Z] unconfined, which can lead to unexpected situations. [2021-02-22T19:26:03.093Z] [2021-02-22T19:26:03.093Z] To set a process to complain mode, use the command line tool [2021-02-22T19:26:03.093Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-22T19:26:03.093Z] Post stage [Pipeline] junit [2021-02-22T19:26:03.105Z] Recording test results [2021-02-22T19:26:03.841Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-22T19:26:03.951Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.29s) [2021-02-22T19:26:03.951Z] === RUN TestAPIIpcModeHost [2021-02-22T19:26:04.051Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-02-22T19:26:04.211Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-02-22T19:26:04.341Z] + echo Ensuring container killed. [2021-02-22T19:26:04.341Z] Ensuring container killed. [2021-02-22T19:26:04.341Z] + docker rm -vf docker-pr7 [2021-02-22T19:26:04.341Z] Error: No such container: docker-pr7 [Pipeline] sh [2021-02-22T19:26:04.625Z] + echo Chowning /workspace to jenkins user [2021-02-22T19:26:04.625Z] Chowning /workspace to jenkins user [2021-02-22T19:26:04.625Z] + id -u [2021-02-22T19:26:04.625Z] + id -g [2021-02-22T19:26:04.625Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41756:/workspace busybox chown -R 1000:1000 /workspace [2021-02-22T19:26:04.625Z] Unable to find image 'busybox:latest' locally [2021-02-22T19:26:04.791Z] --- PASS: TestAPIIpcModeHost (0.86s) [2021-02-22T19:26:04.791Z] === RUN TestDaemonIpcModeShareable [2021-02-22T19:26:05.052Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-22T19:26:05.996Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-02-22T19:26:06.938Z] --- PASS: TestDaemonIpcModeShareable (1.93s) [2021-02-22T19:26:06.938Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: true, mustBeShared: true [2021-02-22T19:26:06.938Z] === RUN TestDaemonIpcModePrivate [2021-02-22T19:26:08.324Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-02-22T19:26:08.324Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-22T19:26:08.585Z] --- PASS: TestDaemonIpcModePrivate (1.95s) [2021-02-22T19:26:08.585Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false [2021-02-22T19:26:08.585Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-22T19:26:08.847Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-22T19:26:09.897Z] latest: Pulling from library/busybox [2021-02-22T19:26:09.897Z] 5c4213be9af9: Pulling fs layer [2021-02-22T19:26:09.897Z] 5c4213be9af9: Verifying Checksum [2021-02-22T19:26:09.897Z] 5c4213be9af9: Download complete [2021-02-22T19:26:10.157Z] 5c4213be9af9: Pull complete [2021-02-22T19:26:10.157Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-02-22T19:26:10.157Z] Status: Downloaded newer image for busybox:latest [2021-02-22T19:26:10.233Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-02-22T19:26:10.419Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-22T19:26:10.495Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.80s) [2021-02-22T19:26:10.495Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:87, shared: false, mustBeShared: false [2021-02-22T19:26:10.495Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-22T19:26:10.756Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-22T19:26:11.361Z] --- PASS: TestDockerNetworkMacvlan (18.77s) [2021-02-22T19:26:11.361Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2021-02-22T19:26:11.361Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-02-22T19:26:11.361Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.03s) [2021-02-22T19:26:11.361Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.07s) [2021-02-22T19:26:11.361Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.88s) [2021-02-22T19:26:11.361Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.31s) [2021-02-22T19:26:11.361Z] PASS [2021-02-22T19:26:11.399Z] + bundleName=docker-py [2021-02-22T19:26:11.399Z] + echo Creating docker-py-bundles.tar.gz [2021-02-22T19:26:11.399Z] Creating docker-py-bundles.tar.gz [2021-02-22T19:26:11.399Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2021-02-22T19:26:11.414Z] Archiving artifacts [2021-02-22T19:26:11.622Z] [2021-02-22T19:26:11.622Z] DONE 8 tests in 21.175s [2021-02-22T19:26:11.622Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-22T19:26:11.622Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:26:11.622Z] ++ set -e [2021-02-22T19:26:11.622Z] ++ '[' -n 0 ']' [2021-02-22T19:26:11.622Z] ++ set -x [2021-02-22T19:26:11.622Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:26:11.622Z] testing: warning: no tests to run [2021-02-22T19:26:11.622Z] PASS [2021-02-22T19:26:11.622Z] [2021-02-22T19:26:11.622Z] DONE 0 tests in 0.035s [2021-02-22T19:26:11.622Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-22T19:26:11.622Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:26:11.622Z] ++ set -e [2021-02-22T19:26:11.622Z] ++ '[' -n 0 ']' [2021-02-22T19:26:11.622Z] ++ set -x [2021-02-22T19:26:11.622Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:26:11.622Z] INFO: Testing against a local daemon [2021-02-22T19:26:11.622Z] === RUN TestAuthZPluginAllowRequest [2021-02-22T19:26:12.148Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.63s) [2021-02-22T19:26:12.148Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: true, mustBeShared: true [2021-02-22T19:26:12.148Z] === RUN TestIpcModeOlderClient [2021-02-22T19:26:12.148Z] === PAUSE TestIpcModeOlderClient [2021-02-22T19:26:12.148Z] === RUN TestKillContainerInvalidSignal [2021-02-22T19:26:12.720Z] --- PASS: TestKillContainerInvalidSignal (0.66s) [2021-02-22T19:26:12.720Z] === RUN TestKillContainer [2021-02-22T19:26:12.720Z] === RUN TestKillContainer/no_signal [2021-02-22T19:26:13.217Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41756/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [2021-02-22T19:26:13.295Z] === RUN TestKillContainer/non_killing_signal [Pipeline] sh [2021-02-22T19:26:13.534Z] --- PASS: TestAuthZPluginAllowRequest (1.83s) [2021-02-22T19:26:13.534Z] === RUN TestAuthZPluginTLS [2021-02-22T19:26:13.585Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41756/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 -e DOCKER_GRAPHDRIVER docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 hack/make.sh binary-daemon [2021-02-22T19:26:13.866Z] === RUN TestKillContainer/killing_signal [2021-02-22T19:26:14.154Z] [2021-02-22T19:26:14.154Z] Removing bundles/ [2021-02-22T19:26:14.154Z] [2021-02-22T19:26:14.154Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-02-22T19:26:14.154Z] Building: bundles/binary-daemon/dockerd-dev [2021-02-22T19:26:14.154Z] GOOS="" GOARCH="" GOARM="" [2021-02-22T19:26:14.437Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-02-22T19:26:14.475Z] --- PASS: TestAuthZPluginTLS (0.70s) [2021-02-22T19:26:14.475Z] === RUN TestAuthZPluginDenyRequest [2021-02-22T19:26:14.700Z] --- PASS: TestKillContainer (1.89s) [2021-02-22T19:26:14.700Z] --- PASS: TestKillContainer/no_signal (0.57s) [2021-02-22T19:26:14.700Z] --- PASS: TestKillContainer/non_killing_signal (0.46s) [2021-02-22T19:26:14.700Z] --- PASS: TestKillContainer/killing_signal (0.62s) [2021-02-22T19:26:14.700Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-22T19:26:14.700Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-22T19:26:15.046Z] --- PASS: TestAuthZPluginDenyRequest (0.65s) [2021-02-22T19:26:15.046Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-22T19:26:15.271Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-22T19:26:15.617Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.68s) [2021-02-22T19:26:15.617Z] === RUN TestAuthZPluginDenyResponse [2021-02-22T19:26:15.843Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.31s) [2021-02-22T19:26:15.843Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.66s) [2021-02-22T19:26:15.843Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.44s) [2021-02-22T19:26:15.843Z] === RUN TestKillStoppedContainer [2021-02-22T19:26:16.104Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-22T19:26:16.104Z] --- PASS: TestKillStoppedContainer (0.08s) [2021-02-22T19:26:16.104Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-22T19:26:16.104Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-02-22T19:26:16.104Z] === RUN TestKillDifferentUserContainer [2021-02-22T19:26:16.188Z] --- PASS: TestAuthZPluginDenyResponse (0.66s) [2021-02-22T19:26:16.188Z] === RUN TestAuthZPluginAllowEventStream [2021-02-22T19:26:16.677Z] --- PASS: TestKillDifferentUserContainer (0.60s) [2021-02-22T19:26:16.677Z] === RUN TestInspectOomKilledTrue [2021-02-22T19:26:16.677Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-22T19:26:16.677Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:26:16.677Z] === RUN TestInspectOomKilledFalse [2021-02-22T19:26:16.677Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-22T19:26:16.677Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:26:16.677Z] === RUN TestLinksEtcHostsContentMatch [2021-02-22T19:26:16.937Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-22T19:26:17.197Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) [2021-02-22T19:26:17.197Z] === RUN TestLinksContainerNames [2021-02-22T19:26:18.099Z] --- PASS: TestAuthZPluginAllowEventStream (1.77s) [2021-02-22T19:26:18.099Z] === RUN TestAuthZPluginErrorResponse [2021-02-22T19:26:18.140Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-02-22T19:26:18.670Z] --- PASS: TestAuthZPluginErrorResponse (0.69s) [2021-02-22T19:26:18.670Z] === RUN TestAuthZPluginErrorRequest [2021-02-22T19:26:18.711Z] --- PASS: TestLinksContainerNames (1.30s) [2021-02-22T19:26:18.711Z] === RUN TestLogsFollowTailEmpty [2021-02-22T19:26:19.241Z] --- PASS: TestAuthZPluginErrorRequest (0.66s) [2021-02-22T19:26:19.241Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-22T19:26:19.281Z] --- PASS: TestLogsFollowTailEmpty (0.67s) [2021-02-22T19:26:19.281Z] === RUN TestContainerNetworkMountsNoChown [2021-02-22T19:26:19.852Z] --- PASS: TestContainerNetworkMountsNoChown (0.61s) [2021-02-22T19:26:19.852Z] === RUN TestMountDaemonRoot [2021-02-22T19:26:19.852Z] === RUN TestMountDaemonRoot/default [2021-02-22T19:26:19.852Z] === PAUSE TestMountDaemonRoot/default [2021-02-22T19:26:19.852Z] === RUN TestMountDaemonRoot/private [2021-02-22T19:26:19.852Z] === PAUSE TestMountDaemonRoot/private [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rprivate [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/slave [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/slave [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rslave [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/shared [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/shared [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rshared [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-22T19:26:19.853Z] === CONT TestMountDaemonRoot/default [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-22T19:26:19.853Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-22T19:26:19.853Z] === CONT TestMountDaemonRoot/rshared [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-22T19:26:19.853Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-22T19:26:19.853Z] === CONT TestMountDaemonRoot/shared [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-22T19:26:19.853Z] === CONT TestMountDaemonRoot/rslave [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-22T19:26:19.853Z] === CONT TestMountDaemonRoot/slave [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-22T19:26:19.853Z] === CONT TestMountDaemonRoot/rprivate [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-22T19:26:19.853Z] === CONT TestMountDaemonRoot/private [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-22T19:26:19.853Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-22T19:26:19.853Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-22T19:26:19.853Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-22T19:26:19.853Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-22T19:26:20.113Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-22T19:26:20.113Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-22T19:26:20.113Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-22T19:26:20.113Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-22T19:26:20.113Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-22T19:26:20.113Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-22T19:26:20.113Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-22T19:26:20.113Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-22T19:26:20.113Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-22T19:26:20.182Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.66s) [2021-02-22T19:26:20.182Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-22T19:26:20.375Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-22T19:26:20.375Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-22T19:26:20.375Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-22T19:26:20.375Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-22T19:26:20.375Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-22T19:26:20.375Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-22T19:26:20.375Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-22T19:26:20.375Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-22T19:26:20.375Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-22T19:26:20.375Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-22T19:26:20.375Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-22T19:26:20.375Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-22T19:26:20.375Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-22T19:26:20.637Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-22T19:26:20.637Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-02-22T19:26:20.637Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2021-02-22T19:26:20.637Z] === RUN TestContainerBindMountNonRecursive [2021-02-22T19:26:20.899Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-02-22T19:26:21.471Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-22T19:26:22.724Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.22s) [2021-02-22T19:26:22.724Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-22T19:26:22.857Z] --- PASS: TestContainerBindMountNonRecursive (2.28s) [2021-02-22T19:26:22.857Z] === RUN TestContainerVolumesMountedAsShared [2021-02-22T19:26:23.799Z] --- PASS: TestContainerVolumesMountedAsShared (0.73s) [2021-02-22T19:26:23.799Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-22T19:26:24.370Z] --- PASS: TestContainerVolumesMountedAsSlave (0.80s) [2021-02-22T19:26:24.370Z] === RUN TestNetworkNat [2021-02-22T19:26:24.635Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.27s) [2021-02-22T19:26:24.635Z] === RUN TestAuthZPluginHeader [2021-02-22T19:26:25.312Z] --- PASS: TestNetworkNat (1.02s) [2021-02-22T19:26:25.312Z] === RUN TestNetworkLocalhostTCPNat [2021-02-22T19:26:25.575Z] --- PASS: TestAuthZPluginHeader (1.05s) [2021-02-22T19:26:25.575Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-22T19:26:25.575Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2021-02-22T19:26:25.575Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:26:25.575Z] === RUN TestAuthZPluginV2Disable [2021-02-22T19:26:25.575Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-22T19:26:25.575Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:26:25.575Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-22T19:26:25.575Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-22T19:26:25.575Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:26:25.575Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-22T19:26:25.575Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-22T19:26:25.575Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:26:25.575Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-22T19:26:26.255Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s) [2021-02-22T19:26:26.255Z] === RUN TestNetworkLoopbackNat [2021-02-22T19:26:28.167Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-02-22T19:26:28.427Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-22T19:26:28.688Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-02-22T19:26:29.630Z] --- PASS: TestNetworkLoopbackNat (3.26s) [2021-02-22T19:26:29.630Z] === RUN TestPause [2021-02-22T19:26:29.891Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-02-22T19:26:30.464Z] --- PASS: TestPause (0.80s) [2021-02-22T19:26:30.464Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-22T19:26:30.464Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-22T19:26:30.464Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-22T19:26:30.464Z] === RUN TestPauseStopPausedContainer [2021-02-22T19:26:31.039Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-22T19:26:31.299Z] --- PASS: TestPauseStopPausedContainer (0.99s) [2021-02-22T19:26:31.299Z] === RUN TestPsFilter [2021-02-22T19:26:31.560Z] --- PASS: TestPsFilter (0.23s) [2021-02-22T19:26:31.560Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-22T19:26:32.505Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.98s) [2021-02-22T19:26:32.505Z] === RUN TestRemoveContainerWithVolume [2021-02-22T19:26:33.892Z] --- PASS: TestRemoveContainerWithVolume (1.02s) [2021-02-22T19:26:33.892Z] === RUN TestRemoveContainerRunning [2021-02-22T19:26:33.892Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-22T19:26:34.464Z] --- PASS: TestRemoveContainerRunning (0.93s) [2021-02-22T19:26:34.464Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-22T19:26:35.406Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-22T19:26:35.406Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.02s) [2021-02-22T19:26:35.406Z] === RUN TestRemoveInvalidContainer [2021-02-22T19:26:35.668Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-22T19:26:35.668Z] === RUN TestRenameLinkedContainer [2021-02-22T19:26:38.217Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-02-22T19:26:39.601Z] --- PASS: TestRenameLinkedContainer (3.87s) [2021-02-22T19:26:39.601Z] === RUN TestRenameStoppedContainer [2021-02-22T19:26:40.545Z] --- PASS: TestRenameStoppedContainer (1.06s) [2021-02-22T19:26:40.545Z] === RUN TestRenameRunningContainerAndReuse [2021-02-22T19:26:41.118Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-22T19:26:42.504Z] --- PASS: TestRenameRunningContainerAndReuse (2.01s) [2021-02-22T19:26:42.504Z] === RUN TestRenameInvalidName [2021-02-22T19:26:43.446Z] --- PASS: TestRenameInvalidName (0.98s) [2021-02-22T19:26:43.446Z] === RUN TestRenameAnonymousContainer [2021-02-22T19:26:43.679Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.21s) [2021-02-22T19:26:43.679Z] PASS [2021-02-22T19:26:43.679Z] [2021-02-22T19:26:43.679Z] === Skipped [2021-02-22T19:26:43.679Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2021-02-22T19:26:43.679Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:26:43.679Z] [2021-02-22T19:26:43.679Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-22T19:26:43.679Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:26:43.679Z] [2021-02-22T19:26:43.679Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-22T19:26:43.679Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:26:43.679Z] [2021-02-22T19:26:43.679Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-22T19:26:43.679Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:26:43.679Z] [2021-02-22T19:26:43.679Z] [2021-02-22T19:26:43.679Z] DONE 17 tests, 4 skipped in 32.225s [2021-02-22T19:26:43.679Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-22T19:26:43.679Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:26:43.679Z] ++ set -e [2021-02-22T19:26:43.679Z] ++ '[' -n 0 ']' [2021-02-22T19:26:43.679Z] ++ set -x [2021-02-22T19:26:43.679Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:26:43.939Z] INFO: Testing against a local daemon [2021-02-22T19:26:43.939Z] === RUN TestPluginInvalidJSON [2021-02-22T19:26:43.939Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-22T19:26:43.939Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-22T19:26:43.939Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-22T19:26:43.939Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-02-22T19:26:43.939Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-22T19:26:43.939Z] === RUN TestPluginInstall [2021-02-22T19:26:43.939Z] === RUN TestPluginInstall/no_auth [2021-02-22T19:26:44.020Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-22T19:26:45.933Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-02-22T19:26:45.933Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-22T19:26:46.481Z] time="2021-02-22T19:26:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-22T19:26:46.481Z] time="2021-02-22T19:26:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c491af848b8d78f03c79904d72e1ce5a3d5d36664395c8481ab6b7b2b08027fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-22T19:26:46.481Z] time="2021-02-22T19:26:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-22T19:26:46.481Z] time="2021-02-22T19:26:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c491af848b8d78f03c79904d72e1ce5a3d5d36664395c8481ab6b7b2b08027fc" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-22T19:26:46.741Z] === RUN TestPluginInstall/with_htpasswd [2021-02-22T19:26:46.879Z] --- PASS: TestRenameAnonymousContainer (3.28s) [2021-02-22T19:26:46.879Z] === RUN TestRenameContainerWithSameName [2021-02-22T19:26:47.682Z] time="2021-02-22T19:26:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-22T19:26:47.682Z] time="2021-02-22T19:26:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6528176d1fc2b9130993dfd619199215c5a365db9fbd34060040fbdfa17a2e08" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-22T19:26:47.682Z] time="2021-02-22T19:26:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-22T19:26:47.682Z] time="2021-02-22T19:26:47Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6528176d1fc2b9130993dfd619199215c5a365db9fbd34060040fbdfa17a2e08" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-22T19:26:47.826Z] --- PASS: TestRenameContainerWithSameName (0.90s) [2021-02-22T19:26:47.826Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-22T19:26:47.943Z] === RUN TestPluginInstall/with_insecure [2021-02-22T19:26:48.399Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-02-22T19:26:49.327Z] time="2021-02-22T19:26:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-22T19:26:49.327Z] time="2021-02-22T19:26:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:486243e1f0406f5058b7ca40f19df4c3fd75a8465636d618f6932bded624d11c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-22T19:26:49.327Z] time="2021-02-22T19:26:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-22T19:26:49.327Z] time="2021-02-22T19:26:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:486243e1f0406f5058b7ca40f19df4c3fd75a8465636d618f6932bded624d11c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-22T19:26:49.344Z] --- PASS: TestRenameContainerWithLinkedContainer (1.60s) [2021-02-22T19:26:49.344Z] === RUN TestResize [2021-02-22T19:26:49.344Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-02-22T19:26:49.587Z] --- PASS: TestPluginInstall (5.62s) [2021-02-22T19:26:49.587Z] --- PASS: TestPluginInstall/no_auth (2.68s) [2021-02-22T19:26:49.587Z] --- PASS: TestPluginInstall/with_htpasswd (1.21s) [2021-02-22T19:26:49.587Z] --- PASS: TestPluginInstall/with_insecure (1.73s) [2021-02-22T19:26:49.587Z] plugin_test.go:160: [da03794f92d8d] daemon is not started [2021-02-22T19:26:49.587Z] === RUN TestPluginsWithRuntimes [2021-02-22T19:26:49.605Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-22T19:26:50.176Z] --- PASS: TestResize (0.78s) [2021-02-22T19:26:50.176Z] === RUN TestResizeWithInvalidSize [2021-02-22T19:26:50.748Z] --- PASS: TestResizeWithInvalidSize (0.79s) [2021-02-22T19:26:50.748Z] === RUN TestResizeWhenContainerNotStarted [2021-02-22T19:26:51.691Z] --- PASS: TestResizeWhenContainerNotStarted (0.78s) [2021-02-22T19:26:51.691Z] === RUN TestDaemonRestartKillContainers [2021-02-22T19:26:51.691Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-22T19:26:51.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-22T19:26:51.691Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-22T19:26:51.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-22T19:26:51.691Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-22T19:26:51.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-22T19:26:51.691Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-22T19:26:51.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-22T19:26:51.691Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-22T19:26:51.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-22T19:26:51.691Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-22T19:26:51.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-22T19:26:51.691Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-22T19:26:51.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-22T19:26:51.691Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-22T19:26:51.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-22T19:26:51.691Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-22T19:26:51.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-22T19:26:51.691Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-22T19:26:51.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-22T19:26:51.691Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-22T19:26:51.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-22T19:26:51.691Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-22T19:26:51.691Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-22T19:26:51.691Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-22T19:26:51.691Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-22T19:26:52.130Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-22T19:26:53.515Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-22T19:26:54.994Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-22T19:26:54.994Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-02-22T19:26:54.994Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-22T19:26:55.428Z] --- PASS: TestPluginsWithRuntimes (5.67s) [2021-02-22T19:26:55.428Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.69s) [2021-02-22T19:26:55.428Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.68s) [2021-02-22T19:26:55.428Z] PASS [2021-02-22T19:26:55.428Z] [2021-02-22T19:26:55.428Z] DONE 9 tests in 11.515s [2021-02-22T19:26:55.428Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-22T19:26:55.428Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:26:55.428Z] ++ set -e [2021-02-22T19:26:55.428Z] ++ '[' -n 0 ']' [2021-02-22T19:26:55.428Z] ++ set -x [2021-02-22T19:26:55.428Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:26:55.428Z] INFO: Testing against a local daemon [2021-02-22T19:26:55.428Z] === RUN TestExternalGraphDriver [2021-02-22T19:26:55.688Z] === RUN TestExternalGraphDriver/json [2021-02-22T19:26:58.232Z] === RUN TestExternalGraphDriver/spec [2021-02-22T19:26:58.297Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-02-22T19:26:58.868Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-22T19:26:58.868Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-22T19:27:00.775Z] === RUN TestExternalGraphDriver/pull [2021-02-22T19:27:02.172Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-22T19:27:02.172Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-22T19:27:03.113Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-22T19:27:03.317Z] --- PASS: TestExternalGraphDriver (7.46s) [2021-02-22T19:27:03.317Z] --- PASS: TestExternalGraphDriver/json (2.48s) [2021-02-22T19:27:03.317Z] --- PASS: TestExternalGraphDriver/spec (2.64s) [2021-02-22T19:27:03.317Z] --- PASS: TestExternalGraphDriver/pull (2.20s) [2021-02-22T19:27:03.317Z] === RUN TestGraphdriverPluginV2 [2021-02-22T19:27:03.317Z] --- SKIP: TestGraphdriverPluginV2 (0.04s) [2021-02-22T19:27:03.317Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:27:03.317Z] PASS [2021-02-22T19:27:03.317Z] [2021-02-22T19:27:03.317Z] === Skipped [2021-02-22T19:27:03.317Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.04s) [2021-02-22T19:27:03.317Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:27:03.317Z] [2021-02-22T19:27:03.317Z] [2021-02-22T19:27:03.317Z] DONE 5 tests, 1 skipped in 7.699s [2021-02-22T19:27:03.317Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-22T19:27:03.317Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:27:03.317Z] ++ set -e [2021-02-22T19:27:03.317Z] ++ '[' -n 0 ']' [2021-02-22T19:27:03.317Z] ++ set -x [2021-02-22T19:27:03.317Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:27:03.317Z] INFO: Testing against a local daemon [2021-02-22T19:27:03.317Z] === RUN TestContinueAfterPluginCrash [2021-02-22T19:27:03.317Z] === PAUSE TestContinueAfterPluginCrash [2021-02-22T19:27:03.317Z] === RUN TestReadPluginNoRead [2021-02-22T19:27:03.317Z] === PAUSE TestReadPluginNoRead [2021-02-22T19:27:03.317Z] === RUN TestDaemonStartWithLogOpt [2021-02-22T19:27:03.317Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-22T19:27:03.317Z] === CONT TestContinueAfterPluginCrash [2021-02-22T19:27:03.317Z] === CONT TestDaemonStartWithLogOpt [2021-02-22T19:27:03.317Z] === CONT TestReadPluginNoRead [2021-02-22T19:27:04.056Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-22T19:27:04.056Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-02-22T19:27:04.635Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-22T19:27:06.019Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-22T19:27:06.019Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-02-22T19:27:06.280Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-22T19:27:06.902Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-22T19:27:07.525Z] === RUN TestReadPluginNoRead/default [2021-02-22T19:27:08.095Z] --- PASS: TestDaemonStartWithLogOpt (4.92s) [2021-02-22T19:27:08.827Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-02-22T19:27:09.096Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-22T19:27:09.096Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.05s) [2021-02-22T19:27:09.096Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.34s) [2021-02-22T19:27:09.096Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.21s) [2021-02-22T19:27:09.096Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.94s) [2021-02-22T19:27:09.096Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.07s) [2021-02-22T19:27:09.096Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.10s) [2021-02-22T19:27:09.096Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.03s) [2021-02-22T19:27:09.096Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.74s) [2021-02-22T19:27:09.096Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.84s) [2021-02-22T19:27:09.096Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.70s) [2021-02-22T19:27:09.096Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.92s) [2021-02-22T19:27:09.096Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.83s) [2021-02-22T19:27:09.096Z] === RUN TestCgroupNamespacesRun [2021-02-22T19:27:09.477Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-22T19:27:10.040Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-22T19:27:10.612Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-22T19:27:11.184Z] --- PASS: TestCgroupNamespacesRun (1.81s) [2021-02-22T19:27:11.184Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-22T19:27:11.388Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-22T19:27:12.769Z] --- PASS: TestReadPluginNoRead (9.64s) [2021-02-22T19:27:12.769Z] --- PASS: TestReadPluginNoRead/default (1.85s) [2021-02-22T19:27:12.769Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.78s) [2021-02-22T19:27:12.769Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.80s) [2021-02-22T19:27:12.769Z] read_test.go:92: [d7325395746a1] daemon is not started [2021-02-22T19:27:13.099Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-22T19:27:13.099Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.92s) [2021-02-22T19:27:13.099Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-22T19:27:13.339Z] --- PASS: TestContinueAfterPluginCrash (10.11s) [2021-02-22T19:27:13.339Z] PASS [2021-02-22T19:27:13.339Z] [2021-02-22T19:27:13.339Z] DONE 6 tests in 10.291s [2021-02-22T19:27:13.339Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-22T19:27:13.339Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:27:13.339Z] ++ set -e [2021-02-22T19:27:13.339Z] ++ '[' -n 0 ']' [2021-02-22T19:27:13.339Z] ++ set -x [2021-02-22T19:27:13.340Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:27:13.340Z] testing: warning: no tests to run [2021-02-22T19:27:13.340Z] PASS [2021-02-22T19:27:13.340Z] [2021-02-22T19:27:13.340Z] DONE 0 tests in 0.060s [2021-02-22T19:27:13.340Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-22T19:27:13.340Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:27:13.340Z] ++ set -e [2021-02-22T19:27:13.340Z] ++ '[' -n 0 ']' [2021-02-22T19:27:13.340Z] ++ set -x [2021-02-22T19:27:13.340Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:27:13.601Z] INFO: Testing against a local daemon [2021-02-22T19:27:13.601Z] === RUN TestPluginWithDevMounts [2021-02-22T19:27:13.601Z] === PAUSE TestPluginWithDevMounts [2021-02-22T19:27:13.601Z] === CONT TestPluginWithDevMounts [2021-02-22T19:27:15.011Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.05s) [2021-02-22T19:27:15.011Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-22T19:27:15.581Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-22T19:27:16.144Z] --- PASS: TestPluginWithDevMounts (2.19s) [2021-02-22T19:27:16.144Z] PASS [2021-02-22T19:27:16.144Z] [2021-02-22T19:27:16.144Z] DONE 1 tests in 2.357s [2021-02-22T19:27:16.144Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-22T19:27:16.144Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:27:16.144Z] ++ set -e [2021-02-22T19:27:16.144Z] ++ '[' -n 0 ']' [2021-02-22T19:27:16.144Z] ++ set -x [2021-02-22T19:27:16.144Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:27:16.144Z] INFO: Testing against a local daemon [2021-02-22T19:27:16.144Z] === RUN TestSecretInspect [2021-02-22T19:27:16.966Z] --- PASS: TestCgroupNamespacesRunHostMode (1.77s) [2021-02-22T19:27:16.966Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-22T19:27:18.883Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.10s) [2021-02-22T19:27:18.883Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-22T19:27:19.143Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-02-22T19:27:19.441Z] --- PASS: TestSecretInspect (3.26s) [2021-02-22T19:27:19.441Z] === RUN TestSecretList [2021-02-22T19:27:21.058Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.85s) [2021-02-22T19:27:21.058Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-22T19:27:21.632Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-22T19:27:21.632Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.05s) [2021-02-22T19:27:21.632Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-22T19:27:22.204Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-02-22T19:27:22.738Z] --- PASS: TestSecretList (3.26s) [2021-02-22T19:27:22.738Z] === RUN TestSecretsCreateAndDelete [2021-02-22T19:27:22.779Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-22T19:27:23.726Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.81s) [2021-02-22T19:27:23.726Z] === RUN TestKernelTCPMemory [2021-02-22T19:27:23.988Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-02-22T19:27:24.249Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-22T19:27:24.511Z] --- PASS: TestKernelTCPMemory (0.98s) [2021-02-22T19:27:24.511Z] === RUN TestNISDomainname [2021-02-22T19:27:24.625Z] Running on azwin-2-07a380 in d:\jenkins\workspace\moby_PR-41756 [Pipeline] { [Pipeline] ws [2021-02-22T19:27:24.641Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-02-22T19:27:24.735Z] The recommended git tool is: git [2021-02-22T19:27:24.948Z] using credential docker-jenkins-github-credentials [2021-02-22T19:27:25.023Z] Cloning the remote Git repository [2021-02-22T19:27:25.023Z] Cloning with configured refspecs honoured and without tags [2021-02-22T19:27:25.455Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-22T19:27:25.716Z] --- PASS: TestNISDomainname (1.10s) [2021-02-22T19:27:25.716Z] === RUN TestHostnameDnsResolution [2021-02-22T19:27:25.050Z] Cloning repository https://github.com/moby/moby.git [2021-02-22T19:27:25.050Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-02-22T19:27:25.112Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-22T19:27:25.112Z] > git --version # timeout=10 [2021-02-22T19:27:25.159Z] > git --version # 'git version 2.24.1.windows.2' [2021-02-22T19:27:25.159Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:27:25.159Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41756/head:refs/remotes/origin/PR-41756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:27:26.036Z] --- PASS: TestSecretsCreateAndDelete (3.20s) [2021-02-22T19:27:26.036Z] === RUN TestSecretsUpdate [2021-02-22T19:27:26.287Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-22T19:27:26.287Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-02-22T19:27:26.861Z] --- PASS: TestHostnameDnsResolution (1.23s) [2021-02-22T19:27:26.861Z] === RUN TestStats [2021-02-22T19:27:29.334Z] --- PASS: TestSecretsUpdate (3.15s) [2021-02-22T19:27:29.334Z] === RUN TestTemplatedSecret [2021-02-22T19:27:29.407Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-02-22T19:27:29.407Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-02-22T19:27:29.407Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-02-22T19:27:29.667Z] --- PASS: TestStats (2.84s) [2021-02-22T19:27:29.667Z] === RUN TestStopContainerWithTimeout [2021-02-22T19:27:29.667Z] === RUN TestStopContainerWithTimeout/0 [2021-02-22T19:27:29.667Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-22T19:27:29.667Z] === RUN TestStopContainerWithTimeout/1 [2021-02-22T19:27:29.667Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-22T19:27:29.667Z] === RUN TestStopContainerWithTimeout/3 [2021-02-22T19:27:29.667Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-22T19:27:29.667Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-22T19:27:29.667Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-22T19:27:29.667Z] === CONT TestStopContainerWithTimeout/0 [2021-02-22T19:27:29.667Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-22T19:27:31.052Z] === CONT TestStopContainerWithTimeout/3 [2021-02-22T19:27:31.624Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-22T19:27:32.567Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-02-22T19:27:32.630Z] --- PASS: TestTemplatedSecret (3.43s) [2021-02-22T19:27:32.630Z] === RUN TestSecretCreateResolve [2021-02-22T19:27:32.827Z] === CONT TestStopContainerWithTimeout/1 [2021-02-22T19:27:33.087Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-22T19:27:34.030Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-02-22T19:27:34.971Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-22T19:27:34.971Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2021-02-22T19:27:34.971Z] --- PASS: TestStopContainerWithTimeout/0 (1.30s) [2021-02-22T19:27:34.971Z] --- PASS: TestStopContainerWithTimeout/-1 (3.14s) [2021-02-22T19:27:34.971Z] --- PASS: TestStopContainerWithTimeout/3 (2.70s) [2021-02-22T19:27:34.971Z] --- PASS: TestStopContainerWithTimeout/1 (1.93s) [2021-02-22T19:27:34.971Z] === RUN TestDeleteDevicemapper [2021-02-22T19:27:34.971Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-22T19:27:34.971Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-22T19:27:34.971Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-22T19:27:35.926Z] --- PASS: TestSecretCreateResolve (3.24s) [2021-02-22T19:27:35.926Z] PASS [2021-02-22T19:27:35.926Z] [2021-02-22T19:27:35.926Z] DONE 6 tests in 19.714s [2021-02-22T19:27:35.926Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-02-22T19:27:35.926Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:27:35.926Z] ++ set -e [2021-02-22T19:27:35.926Z] ++ '[' -n 0 ']' [2021-02-22T19:27:35.926Z] ++ set -x [2021-02-22T19:27:35.926Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:27:35.926Z] INFO: Testing against a local daemon [2021-02-22T19:27:35.926Z] === RUN TestServiceCreateInit [2021-02-22T19:27:35.926Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-22T19:27:37.521Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-02-22T19:27:37.521Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.82s) [2021-02-22T19:27:37.521Z] === RUN TestUpdateMemory [2021-02-22T19:27:37.521Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-22T19:27:37.521Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:27:37.521Z] === RUN TestUpdateCPUQuota [2021-02-22T19:27:39.434Z] --- PASS: TestUpdateCPUQuota (1.80s) [2021-02-22T19:27:39.434Z] === RUN TestUpdatePidsLimit [2021-02-22T19:27:39.434Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-22T19:27:40.006Z] === RUN TestUpdatePidsLimit/no_change [2021-02-22T19:27:40.267Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-22T19:27:40.640Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-22T19:27:40.703Z] > git config --add remote.origin.fetch +refs/pull/41756/head:refs/remotes/origin/PR-41756 # timeout=10 [2021-02-22T19:27:40.838Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-22T19:27:40.839Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-02-22T19:27:40.839Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-22T19:27:40.969Z] Fetching without tags [2021-02-22T19:27:41.100Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-22T19:27:41.210Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-22T19:27:41.673Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-22T19:27:41.934Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-22T19:27:42.373Z] Merging remotes/origin/master commit 6d05bba74baf29523187f290a482875f3139e2b9 into PR head commit 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e [2021-02-22T19:27:40.750Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:27:40.875Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-22T19:27:41.000Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-22T19:27:41.000Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:27:41.000Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41756/head:refs/remotes/origin/PR-41756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-22T19:27:42.392Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T19:27:42.454Z] > git checkout -f 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e # timeout=10 [2021-02-22T19:27:43.318Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-22T19:27:43.318Z] --- PASS: TestUpdatePidsLimit (3.80s) [2021-02-22T19:27:43.318Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.45s) [2021-02-22T19:27:43.318Z] --- PASS: TestUpdatePidsLimit/no_change (0.41s) [2021-02-22T19:27:43.318Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2021-02-22T19:27:43.318Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.47s) [2021-02-22T19:27:43.318Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2021-02-22T19:27:43.318Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2021-02-22T19:27:43.318Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s) [2021-02-22T19:27:43.318Z] === RUN TestUpdateRestartPolicy [2021-02-22T19:27:44.259Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-02-22T19:27:44.259Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-22T19:27:44.519Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-22T19:27:44.780Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-22T19:27:45.040Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-22T19:27:45.613Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-22T19:27:45.613Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-22T19:27:45.761Z] Merge succeeded, producing 2fd67aa5dc9e828368a5cdbecbf64b9c733364fa [2021-02-22T19:27:45.761Z] Checking out Revision 2fd67aa5dc9e828368a5cdbecbf64b9c733364fa (PR-41756) [2021-02-22T19:27:46.168Z] Commit message: "Merge commit '6d05bba74baf29523187f290a482875f3139e2b9' into HEAD" [2021-02-22T19:27:46.183Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-02-22T19:27:44.911Z] > git remote # timeout=10 [2021-02-22T19:27:44.957Z] > git config --get remote.origin.url # timeout=10 [2021-02-22T19:27:45.020Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-22T19:27:45.020Z] > git merge 6d05bba74baf29523187f290a482875f3139e2b9 # timeout=10 [2021-02-22T19:27:45.661Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-02-22T19:27:45.786Z] > git config core.sparsecheckout # timeout=10 [2021-02-22T19:27:45.848Z] > git checkout -f 2fd67aa5dc9e828368a5cdbecbf64b9c733364fa # timeout=10 [2021-02-22T19:27:46.193Z] > git rev-list --no-walk 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e # timeout=10 [2021-02-22T19:27:46.495Z] --- PASS: TestServiceCreateInit (10.20s) [2021-02-22T19:27:46.495Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.99s) [2021-02-22T19:27:46.495Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.18s) [2021-02-22T19:27:46.495Z] === RUN TestCreateServiceMultipleTimes [2021-02-22T19:27:46.753Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-22T19:27:48.322Z] + docker version [2021-02-22T19:27:48.322Z] Client: Docker Engine - Enterprise [2021-02-22T19:27:48.322Z] Version: 19.03.12 [2021-02-22T19:27:48.322Z] API version: 1.40 [2021-02-22T19:27:48.322Z] Go version: go1.13.13 [2021-02-22T19:27:48.322Z] Git commit: 4306744 [2021-02-22T19:27:48.322Z] Built: 08/05/2020 19:27:53 [2021-02-22T19:27:48.322Z] OS/Arch: windows/amd64 [2021-02-22T19:27:48.322Z] Experimental: false [2021-02-22T19:27:48.322Z] [2021-02-22T19:27:48.322Z] Server: Docker Engine - Enterprise [2021-02-22T19:27:48.322Z] Engine: [2021-02-22T19:27:48.322Z] Version: 19.03.12 [2021-02-22T19:27:48.322Z] API version: 1.40 (minimum version 1.24) [2021-02-22T19:27:48.322Z] Go version: go1.13.13 [2021-02-22T19:27:48.322Z] Git commit: f295753ffd [2021-02-22T19:27:48.323Z] Built: 08/05/2020 19:26:41 [2021-02-22T19:27:48.323Z] OS/Arch: windows/amd64 [2021-02-22T19:27:48.323Z] Experimental: true [Pipeline] sh [2021-02-22T19:27:49.352Z] + docker info [2021-02-22T19:27:50.059Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-02-22T19:27:50.615Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-02-22T19:27:50.615Z] Copying nested executables into bundles/binary-daemon [2021-02-22T19:27:50.615Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-02-22T19:27:50.893Z] Client: [2021-02-22T19:27:50.893Z] Debug Mode: false [2021-02-22T19:27:50.893Z] Plugins: [2021-02-22T19:27:50.893Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-22T19:27:50.893Z] [2021-02-22T19:27:50.893Z] Server: [2021-02-22T19:27:50.893Z] Containers: 0 [2021-02-22T19:27:50.893Z] Running: 0 [2021-02-22T19:27:50.893Z] Paused: 0 [2021-02-22T19:27:50.893Z] Stopped: 0 [2021-02-22T19:27:50.893Z] Images: 10 [2021-02-22T19:27:50.893Z] Server Version: 19.03.12 [2021-02-22T19:27:50.893Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-02-22T19:27:50.893Z] Windows: [2021-02-22T19:27:50.893Z] LCOW: [2021-02-22T19:27:50.893Z] Logging Driver: json-file [2021-02-22T19:27:50.893Z] Plugins: [2021-02-22T19:27:50.893Z] Volume: local [2021-02-22T19:27:50.893Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-22T19:27:50.893Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-22T19:27:50.893Z] Swarm: inactive [2021-02-22T19:27:50.893Z] Default Isolation: process [2021-02-22T19:27:50.893Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-22T19:27:50.893Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-22T19:27:50.893Z] OSType: windows [2021-02-22T19:27:50.893Z] Architecture: x86_64 [2021-02-22T19:27:50.893Z] CPUs: 4 [2021-02-22T19:27:50.893Z] Total Memory: 32GiB [2021-02-22T19:27:50.893Z] Name: azwin-2-07a380 [2021-02-22T19:27:50.893Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-22T19:27:50.893Z] Docker Root Dir: D:\docker [2021-02-22T19:27:50.893Z] Debug Mode: false [2021-02-22T19:27:50.893Z] Registry: https://index.docker.io/v1/ [2021-02-22T19:27:50.893Z] Labels: [2021-02-22T19:27:50.893Z] Experimental: true [2021-02-22T19:27:50.893Z] Insecure Registries: [2021-02-22T19:27:50.893Z] 10.0.0.4:5000 [2021-02-22T19:27:50.893Z] 127.0.0.0/8 [2021-02-22T19:27:50.893Z] Registry Mirrors: [2021-02-22T19:27:50.893Z] http://10.0.0.4:5000/ [2021-02-22T19:27:50.893Z] Live Restore Enabled: false [2021-02-22T19:27:50.893Z] [2021-02-22T19:27:50.948Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41756/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 -e DOCKER_GRAPHDRIVER docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 hack/make.sh cross [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-02-22T19:27:51.442Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-22T19:27:51.517Z] [2021-02-22T19:27:51.517Z] Removing bundles/ [2021-02-22T19:27:51.517Z] [2021-02-22T19:27:51.517Z] ---> Making bundle: cross (in bundles/cross) [2021-02-22T19:27:51.517Z] Cross building: bundles/cross/linux/amd64 [2021-02-22T19:27:51.517Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-02-22T19:27:51.517Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-02-22T19:27:52.384Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-22T19:27:52.960Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-02-22T19:27:52.960Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-22T19:27:53.530Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-02-22T19:27:54.101Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-22T19:27:54.673Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-02-22T19:27:55.245Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-22T19:27:55.816Z] --- PASS: TestUpdateRestartPolicy (12.69s) [2021-02-22T19:27:55.816Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-22T19:27:56.758Z] --- PASS: TestUpdateRestartWithAutoRemove (0.89s) [2021-02-22T19:27:56.758Z] === RUN TestWaitNonBlocked [2021-02-22T19:27:56.758Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-22T19:27:56.758Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-22T19:27:56.758Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-22T19:27:56.758Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-22T19:27:56.758Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-22T19:27:56.758Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-22T19:27:57.019Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-02-22T19:27:58.404Z] --- PASS: TestWaitNonBlocked (0.04s) [2021-02-22T19:27:58.404Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.21s) [2021-02-22T19:27:58.404Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.29s) [2021-02-22T19:27:58.404Z] === RUN TestWaitBlocked [2021-02-22T19:27:58.404Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-22T19:27:58.404Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-22T19:27:58.404Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-22T19:27:58.404Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-22T19:27:58.404Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-22T19:27:58.404Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-22T19:27:59.346Z] --- PASS: TestWaitBlocked (0.03s) [2021-02-22T19:27:59.346Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.19s) [2021-02-22T19:27:59.346Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.26s) [2021-02-22T19:27:59.346Z] === CONT TestContainerStartOnDaemonRestart [2021-02-22T19:27:59.346Z] === CONT TestIpcModeOlderClient [2021-02-22T19:27:59.607Z] --- PASS: TestIpcModeOlderClient (0.10s) [2021-02-22T19:27:59.607Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-22T19:27:59.869Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-02-22T19:28:04.077Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-02-22T19:28:04.077Z] --- PASS: TestContainerStartOnDaemonRestart (4.21s) [2021-02-22T19:28:04.077Z] === CONT TestContainerKillOnDaemonStart [2021-02-22T19:28:04.077Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.41s) [2021-02-22T19:28:04.077Z] === CONT TestDaemonHostGatewayIP [2021-02-22T19:28:07.378Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-02-22T19:28:07.950Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-22T19:28:07.950Z] --- PASS: TestDaemonHostGatewayIP (4.11s) [2021-02-22T19:28:07.950Z] === CONT TestDaemonRestartIpcMode [2021-02-22T19:28:08.454Z] --- PASS: TestCreateServiceMultipleTimes (19.16s) [2021-02-22T19:28:08.454Z] === RUN TestCreateServiceConflict [2021-02-22T19:28:08.454Z] --- PASS: TestCreateServiceConflict (3.25s) [2021-02-22T19:28:08.454Z] === RUN TestCreateServiceMaxReplicas [2021-02-22T19:28:08.892Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-22T19:28:09.154Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-02-22T19:28:09.727Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-22T19:28:11.637Z] --- PASS: TestDaemonRestartIpcMode (3.27s) [2021-02-22T19:28:11.897Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-22T19:28:12.657Z] --- PASS: TestCreateServiceMaxReplicas (3.60s) [2021-02-22T19:28:12.658Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-22T19:28:12.839Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-02-22T19:28:14.797Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-22T19:28:16.198Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-22T19:28:16.198Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-22T19:28:16.198Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-22T19:28:16.198Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-22T19:28:16.198Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-22T19:28:16.465Z] --- PASS: TestContainerKillOnDaemonStart (12.93s) [2021-02-22T19:28:16.465Z] PASS [2021-02-22T19:28:16.465Z] [2021-02-22T19:28:16.465Z] === Skipped [2021-02-22T19:28:16.465Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-22T19:28:16.465Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-22T19:28:16.465Z] [2021-02-22T19:28:16.465Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-22T19:28:16.465Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:28:16.465Z] [2021-02-22T19:28:16.465Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-22T19:28:16.465Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:28:16.465Z] [2021-02-22T19:28:16.465Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-22T19:28:16.465Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-22T19:28:16.465Z] [2021-02-22T19:28:16.465Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-22T19:28:16.465Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-22T19:28:16.465Z] [2021-02-22T19:28:16.465Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-02-22T19:28:16.465Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:28:16.465Z] [2021-02-22T19:28:16.465Z] [2021-02-22T19:28:16.465Z] DONE 196 tests, 6 skipped in 158.748s [2021-02-22T19:28:16.465Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-22T19:28:16.465Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:28:16.465Z] ++ set -e [2021-02-22T19:28:16.465Z] ++ '[' -n 0 ']' [2021-02-22T19:28:16.465Z] ++ set -x [2021-02-22T19:28:16.466Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:28:16.734Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-02-22T19:28:16.734Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-e664bbae\powershellScript.ps1'; exit $LASTEXITCODE; [2021-02-22T19:28:16.734Z] ---------------------------------------------------------------------------- [2021-02-22T19:28:16.734Z] [2021-02-22T19:28:16.734Z] INFO: executeCI.ps1 starting at Mon Feb 22 19:28:15 CUT 2021 [2021-02-22T19:28:16.734Z] [2021-02-22T19:28:16.734Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-02-22T19:28:16.734Z] INFO: Running git version 2.24.1.windows.2 [2021-02-22T19:28:16.734Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-02-22T19:28:16.734Z] INFO: Environment variables: [2021-02-22T19:28:16.734Z] [2021-02-22T19:28:16.734Z] Name Value [2021-02-22T19:28:16.734Z] ---- ----- [2021-02-22T19:28:16.734Z] ALLUSERSPROFILE C:\ProgramData [2021-02-22T19:28:16.734Z] amd64 true [2021-02-22T19:28:16.734Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-02-22T19:28:16.734Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-02-22T19:28:16.734Z] arm64 true [2021-02-22T19:28:16.734Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2021-02-22T19:28:16.734Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2021-02-22T19:28:16.734Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-02-22T19:28:16.734Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-02-22T19:28:16.734Z] BRANCH_NAME PR-41756 [2021-02-22T19:28:16.734Z] BUILD_DISPLAY_NAME #7 [2021-02-22T19:28:16.734Z] BUILD_ID 7 [2021-02-22T19:28:16.734Z] BUILD_NUMBER 7 [2021-02-22T19:28:16.734Z] BUILD_TAG jenkins-moby-PR-41756-7 [2021-02-22T19:28:16.734Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41756/7/ [2021-02-22T19:28:16.734Z] cgroup2 false [2021-02-22T19:28:16.734Z] CHANGE_AUTHOR thaJeztah [2021-02-22T19:28:16.734Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-02-22T19:28:16.734Z] CHANGE_BRANCH remove_old_upgrade_logic [2021-02-22T19:28:16.734Z] CHANGE_FORK thaJeztah/docker [2021-02-22T19:28:16.734Z] CHANGE_ID 41756 [2021-02-22T19:28:16.734Z] CHANGE_TARGET master [2021-02-22T19:28:16.734Z] CHANGE_TITLE daemon: remove migration code from docker 1.11 to 1.12 [2021-02-22T19:28:16.734Z] CHANGE_URL https://github.com/moby/moby/pull/41756 [2021-02-22T19:28:16.734Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-22T19:28:16.734Z] CommonProgramFiles C:\Program Files\Common Files [2021-02-22T19:28:16.734Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-02-22T19:28:16.734Z] CommonProgramW6432 C:\Program Files\Common Files [2021-02-22T19:28:16.734Z] COMPUTERNAME azwin-2-07a380 [2021-02-22T19:28:16.734Z] ComSpec C:\windows\system32\cmd.exe [2021-02-22T19:28:16.734Z] ConfigSequenceNumber 0 [2021-02-22T19:28:16.734Z] dco true [2021-02-22T19:28:16.734Z] DOCKER_BUILDKIT 0 [2021-02-22T19:28:16.734Z] DOCKER_DUT_DEBUG 1 [2021-02-22T19:28:16.734Z] DOCKER_EXPERIMENTAL 1 [2021-02-22T19:28:16.734Z] DOCKER_GRAPHDRIVER overlay2 [2021-02-22T19:28:16.734Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-02-22T19:28:16.734Z] EXECUTOR_NUMBER 0 [2021-02-22T19:28:16.734Z] FQDN azwin-2-07a380.westus.cloudapp.azure.com [2021-02-22T19:28:16.734Z] GIT_BRANCH PR-41756 [2021-02-22T19:28:16.734Z] GIT_COMMIT 37b4d8e98d3696e540db3f2fd739e8d3f6b71771 [2021-02-22T19:28:16.734Z] GIT_PREVIOUS_COMMIT 0f3b94a5c7efa3032203dcaf0dc41570c900fd7e [2021-02-22T19:28:16.734Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT fd02be121c7ca62e9b8e86a02b8b41eb87657b66 [2021-02-22T19:28:16.734Z] GIT_URL https://github.com/moby/moby.git [2021-02-22T19:28:16.734Z] HUDSON_COOKIE 93e16eb8-59db-4160-bea0-1ea2ede3cc57 [2021-02-22T19:28:16.734Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-02-22T19:28:16.734Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-02-22T19:28:16.734Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-02-22T19:28:16.734Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.275-1.b01.ojdkbuild.windows.x86_64 [2021-02-22T19:28:16.734Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-02-22T19:28:16.734Z] JENKINS_NODE_COOKIE f218cfc4-fc32-48c6-8b66-14cd10c30225 [2021-02-22T19:28:16.734Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-02-22T19:28:16.734Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-02-22T19:28:16.734Z] JOB_BASE_NAME PR-41756 [2021-02-22T19:28:16.734Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41756/display/redirect [2021-02-22T19:28:16.734Z] JOB_NAME moby/PR-41756 [2021-02-22T19:28:16.734Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41756/ [2021-02-22T19:28:16.734Z] library.jps.version master [2021-02-22T19:28:16.734Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-02-22T19:28:16.735Z] NODE_LABELS amd64 azure azwin-2-07a380 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-02-22T19:28:16.735Z] NODE_NAME azwin-2-07a380 [2021-02-22T19:28:16.735Z] NUMBER_OF_PROCESSORS 4 [2021-02-22T19:28:16.735Z] OS Windows_NT [2021-02-22T19:28:16.735Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-02-22T19:28:16.735Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-02-22T19:28:16.735Z] ppc64le false [2021-02-22T19:28:16.735Z] PROCESSOR_ARCHITECTURE AMD64 [2021-02-22T19:28:16.735Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-02-22T19:28:16.735Z] PROCESSOR_LEVEL 6 [2021-02-22T19:28:16.735Z] PROCESSOR_REVISION 5504 [2021-02-22T19:28:16.735Z] ProgramData C:\ProgramData [2021-02-22T19:28:16.735Z] ProgramFiles C:\Program Files [2021-02-22T19:28:16.735Z] ProgramFiles(x86) C:\Program Files (x86) [2021-02-22T19:28:16.735Z] ProgramW6432 C:\Program Files [2021-02-22T19:28:16.735Z] PROMPT $P$G [2021-02-22T19:28:16.735Z] PSExecutionPolicyPreference Bypass [2021-02-22T19:28:16.735Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-02-22T19:28:16.735Z] PUBLIC C:\Users\Public [2021-02-22T19:28:16.735Z] rootless true [2021-02-22T19:28:16.735Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41756/7/display/redirect?page=artif... [2021-02-22T19:28:16.735Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41756/7/display/redirect?page=changes [2021-02-22T19:28:16.735Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41756/7/display/redirect [2021-02-22T19:28:16.735Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41756/7/display/redirect?page=tests [2021-02-22T19:28:16.735Z] s390x false [2021-02-22T19:28:16.735Z] SKIP_VALIDATION_TESTS 1 [2021-02-22T19:28:16.735Z] SOURCES_DRIVE d [2021-02-22T19:28:16.735Z] SOURCES_SUBDIR gopath [2021-02-22T19:28:16.735Z] STAGE_NAME Run tests [2021-02-22T19:28:16.735Z] SystemDrive C: [2021-02-22T19:28:16.735Z] SystemRoot C:\windows [2021-02-22T19:28:16.735Z] TEMP C:\windows\TEMP [2021-02-22T19:28:16.735Z] TESTDEBUG 0 [2021-02-22T19:28:16.735Z] TESTRUN_DRIVE d [2021-02-22T19:28:16.735Z] TESTRUN_SUBDIR CI [2021-02-22T19:28:16.735Z] TIMEOUT 120m [2021-02-22T19:28:16.735Z] TMP C:\windows\TEMP [2021-02-22T19:28:16.735Z] unit_validate true [2021-02-22T19:28:16.735Z] USERDOMAIN WORKGROUP [2021-02-22T19:28:16.735Z] USERNAME azwin-2-07a380$ [2021-02-22T19:28:16.735Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-02-22T19:28:16.735Z] validate_force false [2021-02-22T19:28:16.735Z] windir C:\windows [2021-02-22T19:28:16.735Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-02-22T19:28:16.735Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-02-22T19:28:16.735Z] windowsRS1 false [2021-02-22T19:28:16.735Z] windowsRS5 true [2021-02-22T19:28:16.735Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-02-22T19:28:16.735Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-02-22T19:28:16.735Z] [2021-02-22T19:28:16.735Z] [2021-02-22T19:28:16.735Z] [2021-02-22T19:28:16.735Z] INFO: Sources under d:\gopath\... [2021-02-22T19:28:16.735Z] INFO: Test run under d:\CI\... [2021-02-22T19:28:16.735Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-02-22T19:28:16.735Z] INFO: docker/docker repository was found [2021-02-22T19:28:16.735Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-02-22T19:28:16.735Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1757' [2021-02-22T19:28:16.735Z] INFO: Docker version of control daemon [2021-02-22T19:28:16.735Z] [2021-02-22T19:28:16.735Z] Client: Docker Engine - Enterprise [2021-02-22T19:28:16.735Z] Version: 19.03.12 [2021-02-22T19:28:16.735Z] API version: 1.40 [2021-02-22T19:28:16.735Z] Go version: go1.13.13 [2021-02-22T19:28:16.735Z] Git commit: 4306744 [2021-02-22T19:28:16.735Z] Built: 08/05/2020 19:27:53 [2021-02-22T19:28:16.735Z] OS/Arch: windows/amd64 [2021-02-22T19:28:16.735Z] Experimental: false [2021-02-22T19:28:16.735Z] [2021-02-22T19:28:16.735Z] Server: Docker Engine - Enterprise [2021-02-22T19:28:16.735Z] Engine: [2021-02-22T19:28:16.735Z] Version: 19.03.12 [2021-02-22T19:28:16.735Z] API version: 1.40 (minimum version 1.24) [2021-02-22T19:28:16.735Z] Go version: go1.13.13 [2021-02-22T19:28:16.735Z] Git commit: f295753ffd [2021-02-22T19:28:16.735Z] Built: 08/05/2020 19:26:41 [2021-02-22T19:28:16.735Z] OS/Arch: windows/amd64 [2021-02-22T19:28:16.735Z] Experimental: true [2021-02-22T19:28:16.735Z] [2021-02-22T19:28:16.735Z] INFO: Docker info of control daemon [2021-02-22T19:28:16.735Z] [2021-02-22T19:28:17.037Z] INFO: Testing against a local daemon [2021-02-22T19:28:17.037Z] === RUN TestCommitInheritsEnv [2021-02-22T19:28:17.194Z] Client: [2021-02-22T19:28:17.194Z] Debug Mode: false [2021-02-22T19:28:17.194Z] Plugins: [2021-02-22T19:28:17.194Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-22T19:28:17.194Z] [2021-02-22T19:28:17.194Z] Server: [2021-02-22T19:28:17.194Z] Containers: 0 [2021-02-22T19:28:17.194Z] Running: 0 [2021-02-22T19:28:17.194Z] Paused: 0 [2021-02-22T19:28:17.194Z] Stopped: 0 [2021-02-22T19:28:17.194Z] Images: 10 [2021-02-22T19:28:17.194Z] Server Version: 19.03.12 [2021-02-22T19:28:17.194Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-02-22T19:28:17.194Z] Windows: [2021-02-22T19:28:17.194Z] LCOW: [2021-02-22T19:28:17.194Z] Logging Driver: json-file [2021-02-22T19:28:17.194Z] Plugins: [2021-02-22T19:28:17.194Z] Volume: local [2021-02-22T19:28:17.194Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-22T19:28:17.194Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-22T19:28:17.194Z] Swarm: inactive [2021-02-22T19:28:17.194Z] Default Isolation: process [2021-02-22T19:28:17.194Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-22T19:28:17.195Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-22T19:28:17.195Z] OSType: windows [2021-02-22T19:28:17.195Z] Architecture: x86_64 [2021-02-22T19:28:17.195Z] CPUs: 4 [2021-02-22T19:28:17.195Z] Total Memory: 32GiB [2021-02-22T19:28:17.195Z] Name: azwin-2-07a380 [2021-02-22T19:28:17.195Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-22T19:28:17.195Z] Docker Root Dir: D:\docker [2021-02-22T19:28:17.195Z] Debug Mode: false [2021-02-22T19:28:17.195Z] Registry: https://index.docker.io/v1/ [2021-02-22T19:28:17.195Z] Labels: [2021-02-22T19:28:17.195Z] Experimental: true [2021-02-22T19:28:17.195Z] Insecure Registries: [2021-02-22T19:28:17.195Z] 10.0.0.4:5000 [2021-02-22T19:28:17.195Z] 127.0.0.0/8 [2021-02-22T19:28:17.195Z] Registry Mirrors: [2021-02-22T19:28:17.195Z] http://10.0.0.4:5000/ [2021-02-22T19:28:17.195Z] Live Restore Enabled: false [2021-02-22T19:28:17.195Z] [2021-02-22T19:28:17.195Z] [2021-02-22T19:28:17.195Z] INFO: Commit hash is 2fd67aa5dc [2021-02-22T19:28:17.195Z] INFO: Nuke-Everything... [2021-02-22T19:28:17.195Z] INFO: Container count on control daemon to delete is 0 [2021-02-22T19:28:17.608Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-02-22T19:28:17.608Z] --- PASS: TestCommitInheritsEnv (0.57s) [2021-02-22T19:28:17.608Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-22T19:28:17.608Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-22T19:28:17.608Z] === RUN TestImagesFilterMultiReference [2021-02-22T19:28:17.608Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-02-22T19:28:17.608Z] === RUN TestImagePullPlatformInvalid [2021-02-22T19:28:17.608Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-02-22T19:28:17.608Z] === RUN TestRemoveImageOrphaning [2021-02-22T19:28:17.653Z] INFO: Nuking d:\CI [2021-02-22T19:28:17.653Z] INFO: Zapped successfully [2021-02-22T19:28:18.113Z] INFO: Location for testing is d:\CI\PR-41756\7 [2021-02-22T19:28:18.113Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-02-22T19:28:18.113Z] [2021-02-22T19:28:18.113Z] [2021-02-22T19:28:18.113Z] INFO: Building the image from Dockerfile.windows at 02/22/2021 19:28:17... [2021-02-22T19:28:18.113Z] [2021-02-22T19:28:18.180Z] --- PASS: TestRemoveImageOrphaning (0.51s) [2021-02-22T19:28:18.180Z] === RUN TestRemoveImageGarbageCollector [2021-02-22T19:28:18.441Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-02-22T19:28:19.013Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-02-22T19:28:19.955Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-02-22T19:28:19.955Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-22T19:28:20.217Z] --- PASS: TestRemoveImageGarbageCollector (2.16s) [2021-02-22T19:28:20.217Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-22T19:28:20.478Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-02-22T19:28:20.478Z] === RUN TestTagInvalidReference [2021-02-22T19:28:20.478Z] --- PASS: TestTagInvalidReference (0.06s) [2021-02-22T19:28:20.478Z] === RUN TestTagValidPrefixedRepo [2021-02-22T19:28:20.478Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2021-02-22T19:28:20.478Z] === RUN TestTagExistedNameWithoutForce [2021-02-22T19:28:20.478Z] --- PASS: TestTagExistedNameWithoutForce (0.06s) [2021-02-22T19:28:20.478Z] === RUN TestTagOfficialNames [2021-02-22T19:28:20.739Z] --- PASS: TestTagOfficialNames (0.09s) [2021-02-22T19:28:20.739Z] === RUN TestTagMatchesDigest [2021-02-22T19:28:20.739Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-02-22T19:28:20.739Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-22T19:28:22.808Z] Sending build context to Docker daemon 58.31MB [2021-02-22T19:28:22.808Z] [2021-02-22T19:28:22.808Z] Step 1/10 : FROM microsoft/windowsservercore [2021-02-22T19:28:22.808Z] ---> 31902e4b25a6 [2021-02-22T19:28:22.808Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-02-22T19:28:22.808Z] ---> Using cache [2021-02-22T19:28:22.808Z] ---> 6a841db29b4e [2021-02-22T19:28:22.808Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-02-22T19:28:22.808Z] ---> Using cache [2021-02-22T19:28:22.808Z] ---> 88f3d1ffed18 [2021-02-22T19:28:22.808Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-02-22T19:28:22.808Z] ---> Using cache [2021-02-22T19:28:22.808Z] ---> 28181653a68c [2021-02-22T19:28:22.808Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2021-02-22T19:28:22.808Z] ---> Using cache [2021-02-22T19:28:22.808Z] ---> acab535355b0 [2021-02-22T19:28:22.808Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2021-02-22T19:28:22.808Z] ---> Using cache [2021-02-22T19:28:22.808Z] ---> 72cb93635340 [2021-02-22T19:28:22.808Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2021-02-22T19:28:22.808Z] ---> Using cache [2021-02-22T19:28:22.808Z] ---> 0ccb78909740 [2021-02-22T19:28:22.808Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-02-22T19:28:22.808Z] ---> Using cache [2021-02-22T19:28:22.808Z] ---> 8fb4c041522b [2021-02-22T19:28:22.808Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-02-22T19:28:22.808Z] ---> Using cache [2021-02-22T19:28:22.808Z] ---> 5c55074940ec [2021-02-22T19:28:22.808Z] Step 10/10 : COPY . . [2021-02-22T19:28:24.943Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-22T19:28:24.943Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-02-22T19:28:26.329Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-02-22T19:28:26.590Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-02-22T19:28:27.531Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-22T19:28:27.562Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.67s) [2021-02-22T19:28:27.562Z] === RUN TestCreateServiceSecretFileMode [2021-02-22T19:28:27.792Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-22T19:28:28.509Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-02-22T19:28:30.118Z] --- PASS: TestCreateServiceSecretFileMode (3.25s) [2021-02-22T19:28:30.118Z] === RUN TestCreateServiceConfigFileMode [2021-02-22T19:28:31.810Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-02-22T19:28:32.072Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-02-22T19:28:33.414Z] --- PASS: TestCreateServiceConfigFileMode (3.12s) [2021-02-22T19:28:33.414Z] === RUN TestCreateServiceSysctls [2021-02-22T19:28:34.620Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-22T19:28:35.193Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-02-22T19:28:37.106Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-02-22T19:28:37.618Z] --- PASS: TestCreateServiceSysctls (4.47s) [2021-02-22T19:28:37.618Z] === RUN TestCreateServiceCapabilities [2021-02-22T19:28:40.918Z] --- PASS: TestCreateServiceCapabilities (3.39s) [2021-02-22T19:28:40.918Z] === RUN TestInspect [2021-02-22T19:28:42.399Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-02-22T19:28:42.399Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-22T19:28:42.399Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-22T19:28:42.659Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-02-22T19:28:44.043Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-22T19:28:45.121Z] --- PASS: TestInspect (3.62s) [2021-02-22T19:28:45.121Z] === RUN TestCreateJob [2021-02-22T19:28:47.986Z] ---> 316791fa4a56 [2021-02-22T19:28:47.986Z] Successfully built 316791fa4a56 [2021-02-22T19:28:47.986Z] Successfully tagged docker:latest [2021-02-22T19:28:47.986Z] INFO: Image build ended at 02/22/2021 19:28:47. Duration:00:00:29.7235164 [2021-02-22T19:28:47.986Z] [2021-02-22T19:28:47.986Z] [2021-02-22T19:28:47.986Z] INFO: Building the test binaries at 02/22/2021 19:28:47... [2021-02-22T19:28:48.250Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-22T19:28:48.250Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-22T19:28:48.418Z] --- PASS: TestCreateJob (3.62s) [2021-02-22T19:28:48.418Z] === RUN TestReplicatedJob [2021-02-22T19:28:48.511Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-22T19:28:48.511Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-22T19:28:50.425Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-22T19:28:51.367Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-02-22T19:28:51.367Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-22T19:28:52.753Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-22T19:28:53.786Z] INFO: make.ps1 starting at 02/22/2021 19:28:52 [2021-02-22T19:28:53.786Z] INFO: Git commit (2fd67aa5dc) assumed from DOCKER_GITCOMMIT environment variable [2021-02-22T19:28:53.786Z] INFO: Invoking autogen... [2021-02-22T19:28:54.245Z] INFO: Building daemon... [2021-02-22T19:28:54.667Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-02-22T19:28:54.998Z] --- PASS: TestReplicatedJob (6.23s) [2021-02-22T19:28:54.998Z] === RUN TestUpdateReplicatedJob [2021-02-22T19:28:56.581Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-02-22T19:28:57.152Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-02-22T19:28:57.723Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-02-22T19:28:58.294Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-02-22T19:28:59.198Z] --- PASS: TestUpdateReplicatedJob (4.29s) [2021-02-22T19:28:59.198Z] === RUN TestServiceListWithStatuses [2021-02-22T19:28:59.198Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2021-02-22T19:28:59.198Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-22T19:28:59.198Z] === RUN TestDockerNetworkConnectAlias [2021-02-22T19:29:00.208Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-02-22T19:29:00.208Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-02-22T19:29:02.122Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-02-22T19:29:04.039Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-22T19:29:04.039Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-02-22T19:29:05.425Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-22T19:29:05.782Z] --- PASS: TestDockerNetworkConnectAlias (6.56s) [2021-02-22T19:29:05.782Z] === RUN TestDockerNetworkReConnect [2021-02-22T19:29:07.971Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-02-22T19:29:08.913Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-22T19:29:09.487Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-02-22T19:29:11.067Z] --- PASS: TestDockerNetworkReConnect (5.03s) [2021-02-22T19:29:11.067Z] === RUN TestServicePlugin [2021-02-22T19:29:11.067Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-22T19:29:11.067Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:29:11.067Z] === RUN TestServiceUpdateLabel [2021-02-22T19:29:12.031Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-02-22T19:29:12.976Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-02-22T19:29:12.978Z] --- PASS: TestServiceUpdateLabel (2.74s) [2021-02-22T19:29:12.978Z] === RUN TestServiceUpdateSecrets [2021-02-22T19:29:13.549Z] Copying nested executables into bundles/cross/linux/amd64 [2021-02-22T19:29:14.929Z] Cross building: bundles/cross/windows/amd64 [2021-02-22T19:29:14.929Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-22T19:29:14.929Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-02-22T19:29:15.333Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-02-22T19:29:18.637Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-02-22T19:29:21.183Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-22T19:29:22.128Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-22T19:29:22.389Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-22T19:29:23.774Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-02-22T19:29:25.691Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-02-22T19:29:27.078Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-02-22T19:29:27.078Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-22T19:29:27.877Z] --- PASS: TestServiceUpdateSecrets (14.86s) [2021-02-22T19:29:27.877Z] === RUN TestServiceUpdateConfigs [2021-02-22T19:29:28.024Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-02-22T19:29:29.942Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-22T19:29:31.596Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-02-22T19:29:32.559Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-22T19:29:40.706Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-22T19:29:40.706Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-02-22T19:29:42.092Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-22T19:29:42.785Z] --- PASS: TestServiceUpdateConfigs (14.77s) [2021-02-22T19:29:42.785Z] === RUN TestServiceUpdateNetwork [2021-02-22T19:29:44.639Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-22T19:29:48.846Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-02-22T19:29:51.396Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-02-22T19:29:53.310Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-02-22T19:29:56.611Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-02-22T19:29:56.611Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-02-22T19:29:57.687Z] --- PASS: TestServiceUpdateNetwork (14.47s) [2021-02-22T19:29:57.687Z] === RUN TestServiceUpdatePidsLimit [2021-02-22T19:29:58.627Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-22T19:30:00.010Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-22T19:30:01.901Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-22T19:30:01.901Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite (360.99s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.82s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.87s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.59s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.72s) [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:1455: [d87ce1cf49fb6] daemon is not started [2021-02-22T19:30:01.901Z] check_test.go:309: [d2e03bdea2da4] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.11s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.47s) [2021-02-22T19:30:01.901Z] check_test.go:309: [d46665aadcc80] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (5.10s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.09s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.68s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.94s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.84s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.70s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.62s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.75s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-02-22T19:30:01.901Z] check_test.go:309: [dd18ecf4a9f24] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-02-22T19:30:01.901Z] check_test.go:309: [dafdc37d9ae6b] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.56s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.69s) [2021-02-22T19:30:01.901Z] check_test.go:309: [d1bef685c42de] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.71s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.76s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.57s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.20s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.66s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.79s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.91s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-02-22T19:30:01.901Z] check_test.go:309: [ddbdb2fa8261a] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.55s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.01s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.93s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.46s) [2021-02-22T19:30:01.901Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-22T19:30:01.901Z] check_test.go:309: [d60fa08049285] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.21s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.30s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.79s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.90s) [2021-02-22T19:30:01.901Z] check_test.go:309: [d1b80b3868349] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.45s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2021-02-22T19:30:01.901Z] check_test.go:309: [ddaa134c2a7c7] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.53s) [2021-02-22T19:30:01.901Z] docker_cli_daemon_plugins_test.go:79: [d90ece7cc9e4b] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.65s) [2021-02-22T19:30:01.901Z] docker_cli_daemon_plugins_test.go:169: [db491d2dc950a] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.59s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2021-02-22T19:30:01.901Z] check_test.go:309: [d8ff1a96fab03] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.79s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.73s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.91s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.88s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.83s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.00s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.13s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.98s) [2021-02-22T19:30:01.901Z] check_test.go:309: [dda2d353b4ff2] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.18s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.77s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.47s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.22s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.48s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.44s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.71s) [2021-02-22T19:30:01.901Z] check_test.go:309: [d56e0475407d7] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.82s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.68s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.45s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.25s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.66s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.47s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.56s) [2021-02-22T19:30:01.901Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-22T19:30:01.901Z] check_test.go:309: [d6af1d3adee33] daemon is not started [2021-02-22T19:30:01.901Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-22T19:30:01.901Z] check_test.go:309: [d6b34779da380] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.48s) [2021-02-22T19:30:01.901Z] check_test.go:309: [de34c94688934] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.09s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.23s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.26s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.13s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.33s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.55s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.03s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.71s) [2021-02-22T19:30:01.901Z] check_test.go:309: [d8ede23f6cb11] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.74s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.76s) [2021-02-22T19:30:01.901Z] docker_cli_daemon_plugins_test.go:105: [d0ec6b0a5e3dd] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.77s) [2021-02-22T19:30:01.901Z] check_test.go:309: [df50150eea70d] daemon is not started [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.87s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.75s) [2021-02-22T19:30:01.901Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.19s) [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-02-22T19:30:01.901Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-02-22T19:30:01.902Z] check_test.go:309: [de930c4514b8e] daemon is not started [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.15s) [2021-02-22T19:30:01.902Z] check_test.go:309: [d2b411d630826] daemon is not started [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.62s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.26s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2021-02-22T19:30:01.902Z] check_test.go:309: [d96edb904e675] daemon is not started [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.09s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.01s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.29s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2021-02-22T19:30:01.902Z] check_test.go:309: [deb3c2c96ee64] daemon is not started [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.01s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.64s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.13s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.12s) [2021-02-22T19:30:01.902Z] check_test.go:309: [d1aaf5e606d70] daemon is not started [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.61s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.84s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-02-22T19:30:01.902Z] check_test.go:309: [de64f61ba25e3] daemon is not started [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.89s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.03s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.75s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.73s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.19s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.55s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.50s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.93s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.85s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.31s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.36s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.52s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (8.10s) [2021-02-22T19:30:01.902Z] docker_cli_daemon_test.go:2550: [d503130aef0cf] daemon is not started [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.95s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.75s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.92s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.04s) [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.19s) [2021-02-22T19:30:01.902Z] check_test.go:309: [d919220f6a888] daemon is not started [2021-02-22T19:30:01.902Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.06s) [2021-02-22T19:30:01.902Z] === RUN TestDockerSwarmSuite [2021-02-22T19:30:01.902Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-02-22T19:30:05.204Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-02-22T19:30:06.372Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-02-22T19:30:06.590Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-22T19:30:07.163Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-22T19:30:07.340Z] [2021-02-22T19:30:07.340Z] ________ ____ __. [2021-02-22T19:30:07.340Z] \_____ \ | |/ _| [2021-02-22T19:30:07.340Z] / | \| < [2021-02-22T19:30:07.340Z] / | \ | \ [2021-02-22T19:30:07.340Z] \_______ /____|__ \ [2021-02-22T19:30:07.340Z] \/ \/ [2021-02-22T19:30:07.340Z] [2021-02-22T19:30:07.340Z] INFO: make.ps1 ended at 02/22/2021 19:30:07 [2021-02-22T19:30:07.424Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-22T19:30:08.138Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-22T19:30:08.366Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-02-22T19:30:08.366Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-22T19:30:08.366Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-22T19:30:08.627Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-22T19:30:09.201Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-22T19:30:09.519Z] INFO: Binaries build ended at 02/22/2021 19:30:08. Duration:00:01:21.2093954 [2021-02-22T19:30:10.486Z] INFO: Copying the built daemon binary to d:\CI\PR-41756\7\binary\dockerd-2fd67aa5dc.exe... [2021-02-22T19:30:10.486Z] INFO: Copying the built client binary to d:\CI\PR-41756\7\binary\docker-2fd67aa5dc.exe... [2021-02-22T19:30:10.486Z] INFO: Copying dockerversion from the container... [2021-02-22T19:30:10.486Z] INFO: Copying the golang package from the container to d:\CI\PR-41756\7\installer\go.zip... [2021-02-22T19:30:11.455Z] INFO: Extracting go.zip to d:\CI\PR-41756\7\go [2021-02-22T19:30:12.505Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-22T19:30:13.446Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-02-22T19:30:14.017Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-22T19:30:14.717Z] --- PASS: TestServiceUpdatePidsLimit (17.71s) [2021-02-22T19:30:14.717Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s) [2021-02-22T19:30:14.717Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s) [2021-02-22T19:30:14.717Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.13s) [2021-02-22T19:30:14.717Z] PASS [2021-02-22T19:30:14.717Z] [2021-02-22T19:30:14.717Z] === Skipped [2021-02-22T19:30:14.717Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.01s) [2021-02-22T19:30:14.717Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-22T19:30:14.717Z] [2021-02-22T19:30:14.717Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-02-22T19:30:14.717Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-22T19:30:14.717Z] [2021-02-22T19:30:14.717Z] [2021-02-22T19:30:14.717Z] DONE 27 tests, 2 skipped in 159.208s [2021-02-22T19:30:14.717Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-02-22T19:30:14.717Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:30:14.717Z] ++ set -e [2021-02-22T19:30:14.717Z] ++ '[' -n 0 ']' [2021-02-22T19:30:14.717Z] ++ set -x [2021-02-22T19:30:14.717Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:30:14.977Z] INFO: Testing against a local daemon [2021-02-22T19:30:14.977Z] === RUN TestSessionCreate [2021-02-22T19:30:14.977Z] --- PASS: TestSessionCreate (0.05s) [2021-02-22T19:30:14.977Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-22T19:30:14.977Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-02-22T19:30:14.977Z] PASS [2021-02-22T19:30:14.977Z] [2021-02-22T19:30:14.977Z] DONE 2 tests in 0.265s [2021-02-22T19:30:14.977Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-02-22T19:30:14.977Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:30:14.977Z] ++ set -e [2021-02-22T19:30:14.977Z] ++ '[' -n 0 ']' [2021-02-22T19:30:14.977Z] ++ set -x [2021-02-22T19:30:14.977Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:30:15.237Z] INFO: Testing against a local daemon [2021-02-22T19:30:15.237Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-22T19:30:15.237Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-22T19:30:15.237Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-22T19:30:15.237Z] === RUN TestEventsExecDie [2021-02-22T19:30:15.931Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-22T19:30:16.178Z] --- PASS: TestEventsExecDie (0.90s) [2021-02-22T19:30:16.178Z] === RUN TestEventsBackwardsCompatible [2021-02-22T19:30:16.178Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2021-02-22T19:30:16.178Z] === RUN TestInfoBinaryCommits [2021-02-22T19:30:16.439Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-02-22T19:30:16.439Z] === RUN TestInfoAPIVersioned [2021-02-22T19:30:16.439Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-02-22T19:30:16.439Z] === RUN TestInfoDiscoveryBackend [2021-02-22T19:30:17.009Z] --- PASS: TestInfoDiscoveryBackend (0.62s) [2021-02-22T19:30:17.009Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-22T19:30:17.843Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-02-22T19:30:17.948Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-22T19:30:17.948Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-22T19:30:18.520Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s) [2021-02-22T19:30:18.520Z] === RUN TestInfoAPI [2021-02-22T19:30:18.520Z] --- PASS: TestInfoAPI (0.05s) [2021-02-22T19:30:18.520Z] === RUN TestInfoAPIWarnings [2021-02-22T19:30:18.785Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-22T19:30:19.727Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-22T19:30:26.314Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-22T19:30:26.885Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-02-22T19:30:28.272Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-02-22T19:30:36.393Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-22T19:30:36.394Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-02-22T19:30:36.394Z] remote: Enumerating objects: 2, done. [2021-02-22T19:30:36.394Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-02-22T19:30:36.394Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-02-22T19:30:36.394Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-02-22T19:30:36.394Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2021-02-22T19:30:36.394Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-02-22T19:30:36.394Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-22T19:30:36.606Z] INFO: Extraction ended at 02/22/2021 19:30:33. Duration:00:00:21.6526609 [2021-02-22T19:30:36.606Z] INFO: Updating the golang and path environment variables [2021-02-22T19:30:36.606Z] INFO: GOPATH=d:\gopath [2021-02-22T19:30:36.606Z] INFO: go version go1.13.15 windows/amd64 [2021-02-22T19:30:36.606Z] INFO: Running the daemon under test in debug mode [2021-02-22T19:30:36.606Z] INFO: Starting a daemon under test... [2021-02-22T19:30:36.606Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41756\7\daemon --pidfile d:\CI\PR-41756\7\docker.pid -D [2021-02-22T19:30:36.606Z] INFO: Process started successfully. [2021-02-22T19:30:36.606Z] INFO: Start tailing logs of the daemon under tests [2021-02-22T19:30:36.606Z] INFO: Waiting for the daemon under test to start... [2021-02-22T19:30:36.622Z] --- PASS: TestInfoAPIWarnings (16.61s) [2021-02-22T19:30:36.622Z] === RUN TestInfoDebug [2021-02-22T19:30:36.622Z] --- PASS: TestInfoDebug (0.61s) [2021-02-22T19:30:36.622Z] === RUN TestInfoInsecureRegistries [2021-02-22T19:30:36.622Z] --- PASS: TestInfoInsecureRegistries (0.66s) [2021-02-22T19:30:36.622Z] === RUN TestInfoRegistryMirrors [2021-02-22T19:30:36.731Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41756/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 hack/test/unit [2021-02-22T19:30:37.192Z] --- PASS: TestInfoRegistryMirrors (0.63s) [2021-02-22T19:30:37.192Z] === RUN TestLoginFailsWithBadCredentials [2021-02-22T19:30:37.453Z] --- PASS: TestLoginFailsWithBadCredentials (0.24s) [2021-02-22T19:30:37.453Z] === RUN TestPingCacheHeaders [2021-02-22T19:30:37.453Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-02-22T19:30:37.453Z] === RUN TestPingGet [2021-02-22T19:30:37.453Z] --- PASS: TestPingGet (0.03s) [2021-02-22T19:30:37.453Z] === RUN TestPingHead [2021-02-22T19:30:37.453Z] --- PASS: TestPingHead (0.05s) [2021-02-22T19:30:37.453Z] === RUN TestVersion [2021-02-22T19:30:37.453Z] --- PASS: TestVersion (0.04s) [2021-02-22T19:30:37.453Z] PASS [2021-02-22T19:30:37.453Z] [2021-02-22T19:30:37.453Z] === Skipped [2021-02-22T19:30:37.453Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-22T19:30:37.453Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-22T19:30:37.453Z] [2021-02-22T19:30:37.453Z] [2021-02-22T19:30:37.453Z] DONE 18 tests, 1 skipped in 22.461s [2021-02-22T19:30:37.453Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-22T19:30:37.453Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:30:37.453Z] ++ set -e [2021-02-22T19:30:37.453Z] ++ '[' -n 0 ']' [2021-02-22T19:30:37.453Z] ++ set -x [2021-02-22T19:30:37.453Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:30:37.713Z] INFO: Testing against a local daemon [2021-02-22T19:30:37.713Z] === RUN TestVolumesCreateAndList [2021-02-22T19:30:37.713Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-02-22T19:30:37.713Z] === RUN TestVolumesRemove [2021-02-22T19:30:37.981Z] --- PASS: TestVolumesRemove (0.13s) [2021-02-22T19:30:37.981Z] === RUN TestVolumesInspect [2021-02-22T19:30:37.981Z] --- PASS: TestVolumesInspect (0.03s) [2021-02-22T19:30:37.981Z] === RUN TestVolumesInvalidJSON [2021-02-22T19:30:37.981Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-22T19:30:37.981Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-22T19:30:37.981Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-22T19:30:37.981Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-02-22T19:30:37.981Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-22T19:30:37.981Z] PASS [2021-02-22T19:30:37.981Z] [2021-02-22T19:30:37.981Z] DONE 5 tests in 0.380s [2021-02-22T19:30:37.981Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-22T19:30:38.552Z] ++++ cat bundles/test-integration/docker.pid [2021-02-22T19:30:38.552Z] +++ kill 13935 [2021-02-22T19:30:39.933Z] +++ /etc/init.d/apparmor stop [2021-02-22T19:30:39.933Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-22T19:30:39.933Z] [2021-02-22T19:30:39.933Z] Unloading profiles will leave already running processes permanently [2021-02-22T19:30:39.933Z] unconfined, which can lead to unexpected situations. [2021-02-22T19:30:39.933Z] [2021-02-22T19:30:39.933Z] To set a process to complain mode, use the command line tool [2021-02-22T19:30:39.933Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-22T19:30:39.933Z] +++ true [2021-02-22T19:30:39.933Z] exiting test-integration [2021-02-22T19:30:39.933Z] ++ exit 0 [2021-02-22T19:30:39.933Z] [2021-02-22T19:30:40.033Z] ? github.com/docker/docker/api [no test files] Post stage [Pipeline] junit [2021-02-22T19:30:42.488Z] Recording test results [2021-02-22T19:30:42.770Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-22T19:30:43.130Z] + echo Ensuring container killed. [2021-02-22T19:30:43.130Z] Ensuring container killed. [2021-02-22T19:30:43.130Z] + docker rm -vf docker-pr7 [2021-02-22T19:30:43.130Z] Error: No such container: docker-pr7 [Pipeline] sh [2021-02-22T19:30:43.425Z] + echo Chowning /workspace to jenkins user [2021-02-22T19:30:43.425Z] Chowning /workspace to jenkins user [2021-02-22T19:30:43.425Z] + id -u [2021-02-22T19:30:43.425Z] + id -g [2021-02-22T19:30:43.425Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41756:/workspace busybox chown -R 1000:1000 /workspace [2021-02-22T19:30:43.425Z] Unable to find image 'busybox:latest' locally [2021-02-22T19:30:43.690Z] latest: Pulling from library/busybox [2021-02-22T19:30:43.690Z] bfdf7b082edb: Pulling fs layer [2021-02-22T19:30:43.955Z] bfdf7b082edb: Verifying Checksum [2021-02-22T19:30:43.955Z] bfdf7b082edb: Download complete [2021-02-22T19:30:43.955Z] bfdf7b082edb: Pull complete [2021-02-22T19:30:44.218Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-02-22T19:30:44.218Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-22T19:30:49.859Z] + bundleName=arm64-integration [2021-02-22T19:30:49.859Z] + echo Creating arm64-integration-bundles.tar.gz [2021-02-22T19:30:49.859Z] Creating arm64-integration-bundles.tar.gz [2021-02-22T19:30:49.859Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2021-02-22T19:30:49.859Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-02-22T19:30:50.135Z] Archiving artifacts [2021-02-22T19:30:50.235Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-22T19:30:50.235Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-22T19:30:52.104Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41756/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-22T19:30:52.445Z] + make clean [2021-02-22T19:30:53.016Z] docker volume rm -f docker-dev-cache [2021-02-22T19:30:53.016Z] docker-dev-cache [Pipeline] deleteDir [2021-02-22T19:30:54.302Z] .....INFO: Daemon under test started and replied! [2021-02-22T19:30:54.302Z] INFO: Docker version of the daemon under test [2021-02-22T19:30:54.302Z] [2021-02-22T19:30:54.302Z] Client: [2021-02-22T19:30:54.302Z] Version: 17.06.2-ce [2021-02-22T19:30:54.302Z] API version: 1.30 [2021-02-22T19:30:54.302Z] Go version: go1.8.3 [2021-02-22T19:30:54.302Z] Git commit: cec0b72 [2021-02-22T19:30:54.302Z] Built: Tue Sep 5 19:57:19 2017 [2021-02-22T19:30:54.302Z] OS/Arch: windows/amd64 [2021-02-22T19:30:54.302Z] [2021-02-22T19:30:54.302Z] Server: [2021-02-22T19:30:54.302Z] Version: 0.0.0-dev [2021-02-22T19:30:54.302Z] API version: 1.41 (minimum version 1.24) [2021-02-22T19:30:54.302Z] Go version: go1.13.15 [2021-02-22T19:30:54.302Z] Git commit: 2fd67aa5dc [2021-02-22T19:30:54.302Z] Built: 02/22/2021 19:28:53 [2021-02-22T19:30:54.302Z] OS/Arch: windows/amd64 [2021-02-22T19:30:54.302Z] Experimental: false [2021-02-22T19:30:54.302Z] [2021-02-22T19:30:54.302Z] INFO: Docker info of the daemon under test [2021-02-22T19:30:54.302Z] [2021-02-22T19:30:54.302Z] Containers: 0 [2021-02-22T19:30:54.302Z] Running: 0 [2021-02-22T19:30:54.302Z] Paused: 0 [2021-02-22T19:30:54.302Z] Stopped: 0 [2021-02-22T19:30:54.302Z] Images: 0 [2021-02-22T19:30:54.302Z] Server Version: 0.0.0-dev [2021-02-22T19:30:54.302Z] Storage Driver: windowsfilter [2021-02-22T19:30:54.302Z] Windows: [2021-02-22T19:30:54.302Z] Logging Driver: json-file [2021-02-22T19:30:54.302Z] Plugins: [2021-02-22T19:30:54.302Z] Volume: local [2021-02-22T19:30:54.302Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-22T19:30:54.302Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-22T19:30:54.302Z] Swarm: inactive [2021-02-22T19:30:54.302Z] Default Isolation: process [2021-02-22T19:30:54.302Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-22T19:30:54.302Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-22T19:30:54.302Z] OSType: windows [2021-02-22T19:30:54.302Z] Architecture: x86_64 [2021-02-22T19:30:54.302Z] CPUs: 4 [2021-02-22T19:30:54.302Z] Total Memory: 32GiB [2021-02-22T19:30:54.302Z] Name: azwin-2-07a380 [2021-02-22T19:30:54.302Z] ID: 35DI:XXFS:UDPG:Y2BK:PJ3B:QAQR:ISNX:XB47:DPS5:JEBS:Y2L5:CWOX [2021-02-22T19:30:54.302Z] Docker Root Dir: D:\CI\PR-41756\7\daemon [2021-02-22T19:30:54.302Z] Debug Mode (client): false [2021-02-22T19:30:54.302Z] Debug Mode (server): true [2021-02-22T19:30:54.302Z] File Descriptors: -1 [2021-02-22T19:30:54.302Z] Goroutines: 16 [2021-02-22T19:30:54.302Z] System Time: 2021-02-22T19:30:52.7060137Z [2021-02-22T19:30:54.302Z] EventsListeners: 0 [2021-02-22T19:30:54.302Z] Registry: https://index.docker.io/v1/ [2021-02-22T19:30:54.302Z] Labels: [2021-02-22T19:30:54.302Z] Experimental: false [2021-02-22T19:30:54.302Z] Insecure Registries: [2021-02-22T19:30:54.302Z] 127.0.0.0/8 [2021-02-22T19:30:54.302Z] Live Restore Enabled: false [2021-02-22T19:30:54.302Z] [2021-02-22T19:30:54.302Z] [2021-02-22T19:30:54.302Z] INFO: Docker images of the daemon under test [2021-02-22T19:30:54.302Z] [2021-02-22T19:30:54.302Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-22T19:30:54.302Z] [2021-02-22T19:30:54.302Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-02-22T19:30:54.302Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-02-22T19:30:54.302Z] ltsc2019: Pulling from windows/servercore [2021-02-22T19:30:54.302Z] 4612f6d0b889: Pulling fs layer [2021-02-22T19:30:54.302Z] db4edcf0861f: Pulling fs layer [2021-02-22T19:30:54.929Z] ok github.com/docker/docker/api/server 0.006s coverage: 9.0% of statements [2021-02-22T19:30:58.374Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-02-22T19:30:58.374Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-02-22T19:30:58.635Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-02-22T19:30:59.576Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-22T19:31:00.107Z] db4edcf0861f: Verifying Checksum [2021-02-22T19:31:00.107Z] db4edcf0861f: Download complete [2021-02-22T19:31:00.520Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [Pipeline] } [Pipeline] // withEnv [2021-02-22T19:31:01.463Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-22T19:31:02.851Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-22T19:31:02.851Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-22T19:31:03.112Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-22T19:31:08.687Z] 4612f6d0b889: Verifying Checksum [2021-02-22T19:31:08.687Z] 4612f6d0b889: Download complete [2021-02-22T19:31:13.112Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-22T19:31:13.682Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-02-22T19:31:14.253Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-22T19:31:14.823Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-02-22T19:31:15.084Z] === RUN TestDockerSuite/TestBuildFails [2021-02-22T19:31:16.027Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-22T19:31:16.027Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-02-22T19:31:18.573Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-22T19:31:18.873Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-02-22T19:31:19.830Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-02-22T19:31:20.933Z] === RUN TestDockerSuite/TestBuildForceRm [2021-02-22T19:31:23.488Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-22T19:31:24.873Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-22T19:31:24.873Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-22T19:31:26.257Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-22T19:31:27.643Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-22T19:31:28.585Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-22T19:31:29.158Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-22T19:31:31.072Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-22T19:31:32.014Z] --- PASS: TestImportExtremelyLargeImageWorks (191.42s) [2021-02-22T19:31:32.014Z] PASS [2021-02-22T19:31:32.014Z] [2021-02-22T19:31:32.014Z] DONE 12 tests in 195.487s [2021-02-22T19:31:32.014Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-22T19:31:32.014Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:31:32.014Z] ++ set -e [2021-02-22T19:31:32.014Z] ++ '[' -n 0 ']' [2021-02-22T19:31:32.014Z] ++ set -x [2021-02-22T19:31:32.014Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:31:32.274Z] INFO: Testing against a local daemon [2021-02-22T19:31:32.274Z] === RUN TestNetworkCreateDelete [2021-02-22T19:31:32.535Z] --- PASS: TestNetworkCreateDelete (0.18s) [2021-02-22T19:31:32.535Z] === RUN TestDockerNetworkDeletePreferID [2021-02-22T19:31:32.535Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-22T19:31:33.109Z] --- PASS: TestDockerNetworkDeletePreferID (0.52s) [2021-02-22T19:31:33.109Z] === RUN TestDaemonDNSFallback [2021-02-22T19:31:34.054Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-22T19:31:37.354Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-22T19:31:37.616Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-22T19:31:38.187Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-22T19:31:38.758Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-22T19:31:39.019Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-22T19:31:39.019Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-22T19:31:39.962Z] --- PASS: TestDaemonDNSFallback (6.76s) [2021-02-22T19:31:39.962Z] === RUN TestInspectNetwork [2021-02-22T19:31:39.962Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-22T19:31:40.223Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-22T19:31:40.795Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-22T19:31:41.054Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-22T19:31:41.315Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-22T19:31:41.885Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-22T19:31:43.270Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-22T19:31:43.842Z] === RUN TestInspectNetwork/full_network_id [2021-02-22T19:31:43.842Z] === RUN TestInspectNetwork/partial_network_id [2021-02-22T19:31:43.842Z] === RUN TestInspectNetwork/network_name [2021-02-22T19:31:43.842Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-22T19:31:45.754Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-22T19:31:48.295Z] --- PASS: TestInspectNetwork (8.28s) [2021-02-22T19:31:48.295Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-22T19:31:48.295Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-22T19:31:48.295Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-22T19:31:48.295Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-22T19:31:48.295Z] === RUN TestRunContainerWithBridgeNone [2021-02-22T19:31:50.207Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-22T19:31:50.207Z] --- PASS: TestRunContainerWithBridgeNone (2.11s) [2021-02-22T19:31:50.207Z] === RUN TestNetworkInvalidJSON [2021-02-22T19:31:50.207Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-22T19:31:50.207Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-22T19:31:50.207Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-22T19:31:50.207Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-22T19:31:50.207Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-22T19:31:50.207Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-22T19:31:50.207Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-22T19:31:50.207Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-22T19:31:50.207Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-22T19:31:50.207Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-02-22T19:31:50.207Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-22T19:31:50.207Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-22T19:31:50.207Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-22T19:31:50.207Z] === RUN TestNetworkList [2021-02-22T19:31:50.207Z] === RUN TestNetworkList//networks [2021-02-22T19:31:50.207Z] === PAUSE TestNetworkList//networks [2021-02-22T19:31:50.207Z] === RUN TestNetworkList//networks/ [2021-02-22T19:31:50.207Z] === PAUSE TestNetworkList//networks/ [2021-02-22T19:31:50.207Z] === CONT TestNetworkList//networks [2021-02-22T19:31:50.207Z] === CONT TestNetworkList//networks/ [2021-02-22T19:31:50.207Z] --- PASS: TestNetworkList (0.03s) [2021-02-22T19:31:50.207Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-22T19:31:50.207Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-22T19:31:50.207Z] === RUN TestHostIPv4BridgeLabel [2021-02-22T19:31:50.778Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2021-02-22T19:31:50.778Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-22T19:31:52.161Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2021-02-22T19:31:52.161Z] === RUN TestDaemonDefaultNetworkPools [2021-02-22T19:31:52.733Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2021-02-22T19:31:52.733Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-22T19:31:52.733Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-22T19:31:52.993Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-22T19:31:52.993Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-22T19:31:53.254Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-22T19:31:53.254Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-22T19:31:53.514Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-22T19:31:53.775Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.23s) [2021-02-22T19:31:53.775Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-22T19:31:55.165Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-22T19:31:55.165Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.33s) [2021-02-22T19:31:55.165Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-22T19:31:55.736Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2021-02-22T19:31:55.736Z] === RUN TestServiceWithPredefinedNetwork [2021-02-22T19:31:56.306Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-22T19:31:58.849Z] --- PASS: TestServiceWithPredefinedNetwork (2.93s) [2021-02-22T19:31:58.849Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-22T19:31:58.849Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-22T19:31:58.849Z] service_test.go:242: FLAKY_TEST [2021-02-22T19:31:58.849Z] === RUN TestServiceWithDataPathPortInit [2021-02-22T19:31:59.790Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-22T19:32:00.052Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-22T19:32:00.624Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-22T19:32:08.765Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-02-22T19:32:09.028Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-02-22T19:32:12.331Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-22T19:32:12.591Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-02-22T19:32:15.135Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-22T19:32:15.135Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-02-22T19:32:15.705Z] --- PASS: TestServiceWithDataPathPortInit (16.87s) [2021-02-22T19:32:15.705Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-22T19:32:16.389Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2021-02-22T19:32:16.389Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-22T19:32:16.389Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-22T19:32:16.389Z] ok github.com/docker/docker/api/types/strslice 0.010s coverage: 90.0% of statements [2021-02-22T19:32:16.389Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-22T19:32:16.389Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2021-02-22T19:32:16.389Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/builder [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-22T19:32:16.389Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-22T19:32:18.927Z] ok github.com/docker/docker/builder/dockerfile 0.190s coverage: 48.3% of statements [2021-02-22T19:32:18.927Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-22T19:32:18.927Z] ok github.com/docker/docker/builder/remotecontext 0.094s coverage: 13.7% of statements [2021-02-22T19:32:19.215Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-22T19:32:19.215Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-22T19:32:19.867Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2021-02-22T19:32:20.598Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-22T19:32:20.806Z] ok github.com/docker/docker/builder/remotecontext/git 1.187s coverage: 86.3% of statements [2021-02-22T19:32:20.806Z] ? github.com/docker/docker/cli [no test files] [2021-02-22T19:32:20.806Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-22T19:32:20.859Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-02-22T19:32:22.243Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-22T19:32:22.813Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-22T19:32:23.383Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-22T19:32:23.953Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.17s) [2021-02-22T19:32:23.953Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:1cwh7xj69vcipsq926ziihnk4 Created:2021-02-22 19:32:17.134719971 +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[dc114a8415c2adad3d9d58d59737cf87d39bdea60c44d05c3ef00c0ac9354e61:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kmfuyxzgvart9cunbyzuekuup EndpointID:7d2c8e9f0b4724d125e5541b70aca0d6b4dcc7e869fba27e75042c4067be6925 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ba4b13b050831bb67c974117309b86f4c4c856e1ee437664ed6f9183ee406990 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:f6e5283e9d63 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.kmfuyxzgvart9cunbyzuekuup EndpointID:7d2c8e9f0b4724d125e5541b70aca0d6b4dcc7e869fba27e75042c4067be6925 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-22T19:32:23.953Z] PASS [2021-02-22T19:32:23.953Z] [2021-02-22T19:32:23.953Z] === Skipped [2021-02-22T19:32:23.953Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-22T19:32:23.953Z] service_test.go:242: FLAKY_TEST [2021-02-22T19:32:23.953Z] [2021-02-22T19:32:23.953Z] [2021-02-22T19:32:23.953Z] DONE 26 tests, 1 skipped in 51.693s [2021-02-22T19:32:23.953Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-22T19:32:23.953Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:32:23.953Z] ++ set -e [2021-02-22T19:32:23.953Z] ++ '[' -n 0 ']' [2021-02-22T19:32:23.953Z] ++ set -x [2021-02-22T19:32:23.953Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:32:23.953Z] INFO: Testing against a local daemon [2021-02-22T19:32:23.953Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-22T19:32:23.953Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-22T19:32:23.953Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-22T19:32:23.953Z] === RUN TestDockerNetworkIpvlan [2021-02-22T19:32:23.953Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-22T19:32:23.953Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-22T19:32:23.953Z] PASS [2021-02-22T19:32:23.953Z] [2021-02-22T19:32:23.953Z] === Skipped [2021-02-22T19:32:23.953Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-02-22T19:32:23.953Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-22T19:32:23.953Z] [2021-02-22T19:32:23.953Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-22T19:32:23.953Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-22T19:32:23.953Z] [2021-02-22T19:32:23.953Z] [2021-02-22T19:32:23.953Z] DONE 2 tests, 2 skipped in 0.220s [2021-02-22T19:32:23.953Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-22T19:32:23.953Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:32:23.953Z] ++ set -e [2021-02-22T19:32:23.953Z] ++ '[' -n 0 ']' [2021-02-22T19:32:23.953Z] ++ set -x [2021-02-22T19:32:23.953Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:32:24.099Z] ok github.com/docker/docker/client 0.166s coverage: 75.4% of statements [2021-02-22T19:32:24.213Z] INFO: Testing against a local daemon [2021-02-22T19:32:24.213Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-22T19:32:24.213Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-22T19:32:25.599Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.44s) [2021-02-22T19:32:25.599Z] === RUN TestDockerNetworkMacvlan [2021-02-22T19:32:25.859Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-22T19:32:26.121Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-22T19:32:26.121Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-22T19:32:26.381Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-22T19:32:26.642Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-22T19:32:26.903Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-22T19:32:27.474Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-22T19:32:27.735Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-22T19:32:28.306Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-22T19:32:29.690Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-22T19:32:30.261Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-02-22T19:32:31.202Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-22T19:32:32.585Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-02-22T19:32:33.527Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-22T19:32:34.098Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-22T19:32:36.014Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-22T19:32:37.399Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-22T19:32:38.340Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-22T19:32:38.911Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-22T19:32:39.483Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-22T19:32:39.483Z] --- PASS: TestDockerNetworkMacvlan (13.89s) [2021-02-22T19:32:39.483Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2021-02-22T19:32:39.483Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2021-02-22T19:32:39.483Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.62s) [2021-02-22T19:32:39.483Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.38s) [2021-02-22T19:32:39.483Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.32s) [2021-02-22T19:32:39.483Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.96s) [2021-02-22T19:32:39.483Z] PASS [2021-02-22T19:32:39.483Z] [2021-02-22T19:32:39.483Z] DONE 8 tests in 15.493s [2021-02-22T19:32:39.483Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-22T19:32:39.483Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:32:39.483Z] ++ set -e [2021-02-22T19:32:39.483Z] ++ '[' -n 0 ']' [2021-02-22T19:32:39.483Z] ++ set -x [2021-02-22T19:32:39.483Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:32:39.744Z] testing: warning: no tests to run [2021-02-22T19:32:39.744Z] PASS [2021-02-22T19:32:39.744Z] [2021-02-22T19:32:39.744Z] DONE 0 tests in 0.055s [2021-02-22T19:32:39.744Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-22T19:32:39.744Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:32:39.744Z] ++ set -e [2021-02-22T19:32:39.744Z] ++ '[' -n 0 ']' [2021-02-22T19:32:39.744Z] ++ set -x [2021-02-22T19:32:39.744Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:32:39.744Z] INFO: Testing against a local daemon [2021-02-22T19:32:39.744Z] === RUN TestAuthZPluginAllowRequest [2021-02-22T19:32:40.686Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-02-22T19:32:41.627Z] --- PASS: TestAuthZPluginAllowRequest (1.81s) [2021-02-22T19:32:41.627Z] === RUN TestAuthZPluginTLS [2021-02-22T19:32:42.199Z] --- PASS: TestAuthZPluginTLS (0.60s) [2021-02-22T19:32:42.199Z] === RUN TestAuthZPluginDenyRequest [2021-02-22T19:32:42.461Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-22T19:32:42.723Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2021-02-22T19:32:42.723Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-22T19:32:43.295Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s) [2021-02-22T19:32:43.295Z] === RUN TestAuthZPluginDenyResponse [2021-02-22T19:32:43.868Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2021-02-22T19:32:43.868Z] === RUN TestAuthZPluginAllowEventStream [2021-02-22T19:32:45.253Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-22T19:32:45.823Z] --- PASS: TestAuthZPluginAllowEventStream (1.77s) [2021-02-22T19:32:45.823Z] === RUN TestAuthZPluginErrorResponse [2021-02-22T19:32:46.084Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-22T19:32:46.344Z] --- PASS: TestAuthZPluginErrorResponse (0.59s) [2021-02-22T19:32:46.344Z] === RUN TestAuthZPluginErrorRequest [2021-02-22T19:32:46.915Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2021-02-22T19:32:46.915Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-22T19:32:46.915Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-22T19:32:47.486Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-02-22T19:32:47.486Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-22T19:32:49.401Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.89s) [2021-02-22T19:32:49.401Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-22T19:32:51.316Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.85s) [2021-02-22T19:32:51.316Z] === RUN TestAuthZPluginHeader [2021-02-22T19:32:52.272Z] --- PASS: TestAuthZPluginHeader (0.95s) [2021-02-22T19:32:52.272Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-22T19:32:54.816Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-22T19:32:56.201Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.09s) [2021-02-22T19:32:56.201Z] === RUN TestAuthZPluginV2Disable [2021-02-22T19:32:58.113Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-02-22T19:32:59.500Z] === RUN TestDockerSuite/TestBuildRm [2021-02-22T19:33:00.071Z] --- PASS: TestAuthZPluginV2Disable (3.88s) [2021-02-22T19:33:00.071Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-22T19:33:01.983Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-22T19:33:02.923Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-22T19:33:03.184Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.11s) [2021-02-22T19:33:03.184Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-22T19:33:04.125Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-22T19:33:04.386Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-22T19:33:05.777Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-02-22T19:33:05.777Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-02-22T19:33:07.691Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-22T19:33:09.605Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-22T19:33:10.903Z] ok github.com/docker/docker/cmd/dockerd 0.087s coverage: 29.1% of statements [2021-02-22T19:33:10.903Z] ok github.com/docker/docker/container 0.119s coverage: 34.7% of statements [2021-02-22T19:33:10.903Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-22T19:33:10.903Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-22T19:33:10.903Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-22T19:33:10.903Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-22T19:33:10.990Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-22T19:33:14.289Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-22T19:33:14.289Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-22T19:33:14.289Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.96s) [2021-02-22T19:33:14.289Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-22T19:33:14.289Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-22T19:33:14.289Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-22T19:33:14.549Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-22T19:33:15.491Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-22T19:33:15.491Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-22T19:33:16.062Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-22T19:33:16.179Z] ok github.com/docker/docker/daemon/cluster 0.064s coverage: 0.5% of statements [2021-02-22T19:33:18.085Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.010s coverage: 65.3% of statements [2021-02-22T19:33:18.609Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-22T19:33:19.465Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2021-02-22T19:33:19.550Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-22T19:33:20.370Z] 4612f6d0b889: Pull complete [2021-02-22T19:33:20.491Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-22T19:33:20.751Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-22T19:33:21.322Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-22T19:33:22.705Z] === RUN TestDockerSuite/TestBuildUser [2021-02-22T19:33:24.087Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-22T19:33:26.629Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-22T19:33:29.452Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.440s coverage: 14.1% of statements [2021-02-22T19:33:29.452Z] ok github.com/docker/docker/daemon 12.145s coverage: 17.2% of statements [2021-02-22T19:33:29.452Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-22T19:33:29.452Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-22T19:33:29.928Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-02-22T19:33:30.389Z] ok github.com/docker/docker/daemon/config 0.059s coverage: 81.8% of statements [2021-02-22T19:33:30.389Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2021-02-22T19:33:30.891Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.67s) [2021-02-22T19:33:30.891Z] PASS [2021-02-22T19:33:30.891Z] [2021-02-22T19:33:30.891Z] DONE 17 tests in 51.170s [2021-02-22T19:33:30.891Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-22T19:33:30.891Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:33:30.891Z] ++ set -e [2021-02-22T19:33:30.891Z] ++ '[' -n 0 ']' [2021-02-22T19:33:30.891Z] ++ set -x [2021-02-22T19:33:30.891Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:33:31.161Z] INFO: Testing against a local daemon [2021-02-22T19:33:31.161Z] === RUN TestPluginInvalidJSON [2021-02-22T19:33:31.161Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-22T19:33:31.161Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-22T19:33:31.161Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-22T19:33:31.161Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-02-22T19:33:31.161Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-22T19:33:31.161Z] === RUN TestPluginInstall [2021-02-22T19:33:31.161Z] === RUN TestPluginInstall/no_auth [2021-02-22T19:33:31.328Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2021-02-22T19:33:31.328Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-22T19:33:31.328Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-22T19:33:32.269Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2021-02-22T19:33:34.808Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.458s coverage: 73.3% of statements [2021-02-22T19:33:34.808Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements [2021-02-22T19:33:35.367Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-02-22T19:33:35.367Z] time="2021-02-22T19:33:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-22T19:33:35.367Z] time="2021-02-22T19:33:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:97a4bef32c7ace0ab50297547d457271dc2e216b4603232f1a87621866fdaa43" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-22T19:33:35.367Z] time="2021-02-22T19:33:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-22T19:33:35.367Z] time="2021-02-22T19:33:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:97a4bef32c7ace0ab50297547d457271dc2e216b4603232f1a87621866fdaa43" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-22T19:33:35.628Z] === RUN TestPluginInstall/with_htpasswd [2021-02-22T19:33:36.193Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.412s coverage: 56.2% of statements [2021-02-22T19:33:36.572Z] time="2021-02-22T19:33:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-22T19:33:36.572Z] time="2021-02-22T19:33:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:eb56216939f58f881bfdb2dca4014b3b5e5df09859348d38cb9997861f6e98f9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-22T19:33:36.572Z] time="2021-02-22T19:33:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-22T19:33:36.572Z] time="2021-02-22T19:33:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:eb56216939f58f881bfdb2dca4014b3b5e5df09859348d38cb9997861f6e98f9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-22T19:33:37.143Z] === RUN TestPluginInstall/with_insecure [2021-02-22T19:33:38.103Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.012s coverage: 1.9% of statements [2021-02-22T19:33:38.528Z] time="2021-02-22T19:33:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-22T19:33:38.528Z] time="2021-02-22T19:33:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:621732a12da626b3ebe280b42bf4be4c989cbfaae94db18f4966e41f31502961" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-22T19:33:38.528Z] time="2021-02-22T19:33:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-22T19:33:38.528Z] time="2021-02-22T19:33:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:621732a12da626b3ebe280b42bf4be4c989cbfaae94db18f4966e41f31502961" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-22T19:33:39.100Z] --- PASS: TestPluginInstall (7.84s) [2021-02-22T19:33:39.100Z] --- PASS: TestPluginInstall/no_auth (4.58s) [2021-02-22T19:33:39.100Z] --- PASS: TestPluginInstall/with_htpasswd (1.45s) [2021-02-22T19:33:39.100Z] --- PASS: TestPluginInstall/with_insecure (1.81s) [2021-02-22T19:33:39.100Z] plugin_test.go:160: [d892abf816726] daemon is not started [2021-02-22T19:33:39.100Z] === RUN TestPluginsWithRuntimes [2021-02-22T19:33:40.010Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.300s coverage: 49.4% of statements [2021-02-22T19:33:40.011Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.566s coverage: 46.2% of statements [2021-02-22T19:33:40.011Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-22T19:33:41.015Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-22T19:33:41.586Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-22T19:33:42.157Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-22T19:33:42.417Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-22T19:33:42.549Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 57.5% of statements [2021-02-22T19:33:42.549Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.742s coverage: 57.7% of statements [2021-02-22T19:33:42.549Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-22T19:33:42.549Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-22T19:33:42.677Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-22T19:33:43.249Z] --- PASS: TestPluginsWithRuntimes (4.17s) [2021-02-22T19:33:43.249Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.07s) [2021-02-22T19:33:43.249Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.08s) [2021-02-22T19:33:43.249Z] PASS [2021-02-22T19:33:43.249Z] [2021-02-22T19:33:43.249Z] DONE 9 tests in 12.322s [2021-02-22T19:33:43.249Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-22T19:33:43.249Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:33:43.249Z] ++ set -e [2021-02-22T19:33:43.249Z] ++ '[' -n 0 ']' [2021-02-22T19:33:43.249Z] ++ set -x [2021-02-22T19:33:43.249Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:33:43.249Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-22T19:33:43.510Z] INFO: Testing against a local daemon [2021-02-22T19:33:43.510Z] === RUN TestExternalGraphDriver [2021-02-22T19:33:43.510Z] === RUN TestExternalGraphDriver/json [2021-02-22T19:33:43.929Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.017s coverage: 3.0% of statements [2021-02-22T19:33:44.453Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-22T19:33:44.867Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2021-02-22T19:33:45.395Z] === RUN TestExternalGraphDriver/spec [2021-02-22T19:33:45.656Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-22T19:33:45.656Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-22T19:33:45.656Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-22T19:33:45.656Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-22T19:33:45.656Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-22T19:33:46.246Z] ok github.com/docker/docker/daemon/images 0.026s coverage: 6.7% of statements [2021-02-22T19:33:46.246Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-22T19:33:46.246Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-22T19:33:46.816Z] ok github.com/docker/docker/daemon/logger 0.224s coverage: 43.2% of statements [2021-02-22T19:33:47.042Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-22T19:33:47.304Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-22T19:33:47.304Z] === RUN TestExternalGraphDriver/pull [2021-02-22T19:33:47.874Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-22T19:33:48.198Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 67.0% of statements [2021-02-22T19:33:48.458Z] ok github.com/docker/docker/daemon/logger/awslogs 0.159s coverage: 77.8% of statements [2021-02-22T19:33:48.458Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-22T19:33:48.458Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-22T19:33:48.818Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-22T19:33:49.391Z] --- PASS: TestExternalGraphDriver (5.76s) [2021-02-22T19:33:49.391Z] --- PASS: TestExternalGraphDriver/json (1.95s) [2021-02-22T19:33:49.391Z] --- PASS: TestExternalGraphDriver/spec (1.90s) [2021-02-22T19:33:49.391Z] --- PASS: TestExternalGraphDriver/pull (1.82s) [2021-02-22T19:33:49.391Z] === RUN TestGraphdriverPluginV2 [2021-02-22T19:33:49.391Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-02-22T19:33:49.652Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-22T19:33:49.652Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-22T19:33:49.841Z] ok github.com/docker/docker/daemon/logger/journald 0.015s coverage: 23.9% of statements [2021-02-22T19:33:49.841Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 61.6% of statements [2021-02-22T19:33:50.410Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2021-02-22T19:33:51.349Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2021-02-22T19:33:51.349Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-22T19:33:51.919Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.052s coverage: 55.1% of statements [2021-02-22T19:33:52.859Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 31.5% of statements [2021-02-22T19:33:52.955Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-22T19:33:53.527Z] --- PASS: TestGraphdriverPluginV2 (4.22s) [2021-02-22T19:33:53.527Z] PASS [2021-02-22T19:33:53.527Z] [2021-02-22T19:33:53.527Z] DONE 5 tests in 10.223s [2021-02-22T19:33:53.527Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-22T19:33:53.527Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:33:53.527Z] ++ set -e [2021-02-22T19:33:53.527Z] ++ '[' -n 0 ']' [2021-02-22T19:33:53.527Z] ++ set -x [2021-02-22T19:33:53.527Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:33:53.787Z] INFO: Testing against a local daemon [2021-02-22T19:33:53.787Z] === RUN TestContinueAfterPluginCrash [2021-02-22T19:33:53.787Z] === PAUSE TestContinueAfterPluginCrash [2021-02-22T19:33:53.787Z] === RUN TestReadPluginNoRead [2021-02-22T19:33:53.787Z] === PAUSE TestReadPluginNoRead [2021-02-22T19:33:53.787Z] === RUN TestDaemonStartWithLogOpt [2021-02-22T19:33:53.787Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-22T19:33:53.787Z] === CONT TestContinueAfterPluginCrash [2021-02-22T19:33:53.787Z] === CONT TestDaemonStartWithLogOpt [2021-02-22T19:33:54.240Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-02-22T19:33:54.730Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-22T19:33:54.809Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-02-22T19:33:55.378Z] ok github.com/docker/docker/daemon/logger/splunk 1.700s coverage: 82.5% of statements [2021-02-22T19:33:55.378Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-22T19:33:55.378Z] ok github.com/docker/docker/daemon/network 0.019s coverage: 63.8% of statements [2021-02-22T19:33:55.378Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-22T19:33:56.645Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-22T19:33:57.217Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-22T19:33:57.920Z] ok github.com/docker/docker/distribution/metadata 0.047s coverage: 48.2% of statements [2021-02-22T19:33:58.159Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-22T19:33:58.159Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-22T19:33:58.490Z] ok github.com/docker/docker/distribution 0.242s coverage: 25.0% of statements [2021-02-22T19:33:58.490Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-22T19:33:59.099Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-22T19:33:59.429Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-02-22T19:34:00.369Z] ok github.com/docker/docker/image 0.017s coverage: 86.8% of statements [2021-02-22T19:34:00.484Z] --- PASS: TestDaemonStartWithLogOpt (6.65s) [2021-02-22T19:34:00.484Z] === CONT TestReadPluginNoRead [2021-02-22T19:34:00.938Z] ok github.com/docker/docker/distribution/xfer 1.887s coverage: 85.1% of statements [2021-02-22T19:34:00.938Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-22T19:34:01.055Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-22T19:34:01.055Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-22T19:34:01.055Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-22T19:34:01.198Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2021-02-22T19:34:01.627Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-22T19:34:02.569Z] === RUN TestDockerSuite/TestCommitChange [2021-02-22T19:34:02.579Z] ok github.com/docker/docker/image/tarexport 0.010s coverage: 0.6% of statements [2021-02-22T19:34:02.579Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2021-02-22T19:34:02.579Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-22T19:34:03.511Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-22T19:34:03.519Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2021-02-22T19:34:04.082Z] === RUN TestReadPluginNoRead/default [2021-02-22T19:34:04.653Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-22T19:34:04.901Z] ok github.com/docker/docker/oci 0.008s coverage: 38.4% of statements [2021-02-22T19:34:05.227Z] --- PASS: TestContinueAfterPluginCrash (11.50s) [2021-02-22T19:34:05.477Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2021-02-22T19:34:05.477Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-02-22T19:34:05.807Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-22T19:34:06.075Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-22T19:34:07.385Z] ok github.com/docker/docker/pkg/archive 0.322s coverage: 77.3% of statements [2021-02-22T19:34:07.468Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-22T19:34:07.468Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-22T19:34:08.388Z] ok github.com/docker/docker/pkg/authorization 0.168s coverage: 68.3% of statements [2021-02-22T19:34:08.388Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-02-22T19:34:08.409Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-22T19:34:08.655Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-02-22T19:34:08.978Z] --- PASS: TestReadPluginNoRead (8.51s) [2021-02-22T19:34:08.978Z] --- PASS: TestReadPluginNoRead/default (1.77s) [2021-02-22T19:34:08.978Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.55s) [2021-02-22T19:34:08.978Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.59s) [2021-02-22T19:34:08.978Z] read_test.go:92: [d9e3558a48685] daemon is not started [2021-02-22T19:34:08.978Z] PASS [2021-02-22T19:34:08.979Z] [2021-02-22T19:34:08.979Z] DONE 6 tests in 15.395s [2021-02-22T19:34:08.979Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-02-22T19:34:08.979Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:34:08.979Z] ++ set -e [2021-02-22T19:34:08.979Z] ++ '[' -n 0 ']' [2021-02-22T19:34:08.979Z] ++ set -x [2021-02-22T19:34:08.979Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:34:08.979Z] testing: warning: no tests to run [2021-02-22T19:34:08.979Z] PASS [2021-02-22T19:34:08.979Z] [2021-02-22T19:34:08.979Z] DONE 0 tests in 0.089s [2021-02-22T19:34:08.979Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-22T19:34:08.979Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:34:08.979Z] ++ set -e [2021-02-22T19:34:08.979Z] ++ '[' -n 0 ']' [2021-02-22T19:34:08.979Z] ++ set -x [2021-02-22T19:34:08.979Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:34:09.239Z] INFO: Testing against a local daemon [2021-02-22T19:34:09.239Z] === RUN TestPluginWithDevMounts [2021-02-22T19:34:09.239Z] === PAUSE TestPluginWithDevMounts [2021-02-22T19:34:09.239Z] === CONT TestPluginWithDevMounts [2021-02-22T19:34:09.499Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-22T19:34:10.440Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-22T19:34:11.430Z] --- PASS: TestPluginWithDevMounts (2.14s) [2021-02-22T19:34:11.430Z] PASS [2021-02-22T19:34:11.430Z] [2021-02-22T19:34:11.430Z] DONE 1 tests in 2.360s [2021-02-22T19:34:11.430Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-22T19:34:11.430Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:34:11.430Z] ++ set -e [2021-02-22T19:34:11.430Z] ++ '[' -n 0 ']' [2021-02-22T19:34:11.430Z] ++ set -x [2021-02-22T19:34:11.430Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:34:11.690Z] INFO: Testing against a local daemon [2021-02-22T19:34:11.690Z] === RUN TestSecretInspect [2021-02-22T19:34:11.690Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-22T19:34:12.094Z] ok github.com/docker/docker/pkg/chrootarchive 2.513s coverage: 43.2% of statements [2021-02-22T19:34:12.094Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2021-02-22T19:34:12.094Z] ok github.com/docker/docker/layer 7.449s coverage: 68.8% of statements [2021-02-22T19:34:12.094Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-22T19:34:12.094Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-22T19:34:12.094Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-22T19:34:12.094Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-22T19:34:12.094Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-22T19:34:12.094Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-22T19:34:12.094Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-22T19:34:12.633Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-22T19:34:12.633Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-22T19:34:12.633Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-22T19:34:12.664Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements [2021-02-22T19:34:12.894Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-22T19:34:12.894Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-22T19:34:12.894Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-22T19:34:12.894Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-22T19:34:12.924Z] ok github.com/docker/docker/pkg/discovery/file 0.008s coverage: 92.9% of statements [2021-02-22T19:34:13.494Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2021-02-22T19:34:14.279Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-22T19:34:14.434Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2021-02-22T19:34:14.539Z] --- PASS: TestSecretInspect (2.90s) [2021-02-22T19:34:14.539Z] === RUN TestSecretList [2021-02-22T19:34:14.695Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2021-02-22T19:34:15.925Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-22T19:34:15.925Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-22T19:34:16.075Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2021-02-22T19:34:16.497Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-22T19:34:16.644Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2021-02-22T19:34:17.214Z] ok github.com/docker/docker/pkg/discovery/kv 3.066s coverage: 84.1% of statements [2021-02-22T19:34:17.439Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-22T19:34:17.439Z] --- PASS: TestSecretList (2.87s) [2021-02-22T19:34:17.439Z] === RUN TestSecretsCreateAndDelete [2021-02-22T19:34:17.473Z] ok github.com/docker/docker/pkg/fsutils 0.155s coverage: 85.1% of statements [2021-02-22T19:34:17.473Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2021-02-22T19:34:18.009Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-22T19:34:18.581Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-22T19:34:18.853Z] ok github.com/docker/docker/pkg/idtools 0.553s coverage: 69.5% of statements [2021-02-22T19:34:18.854Z] ok github.com/docker/docker/pkg/ioutils 0.446s coverage: 68.8% of statements [2021-02-22T19:34:19.153Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-22T19:34:19.153Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-22T19:34:19.153Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-22T19:34:19.422Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2021-02-22T19:34:19.422Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-22T19:34:19.422Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-02-22T19:34:19.422Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-22T19:34:19.422Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-22T19:34:19.681Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-02-22T19:34:19.681Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-22T19:34:19.725Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-22T19:34:19.725Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-22T19:34:19.725Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-22T19:34:19.941Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-02-22T19:34:19.985Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-22T19:34:19.985Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-22T19:34:20.246Z] --- PASS: TestSecretsCreateAndDelete (2.72s) [2021-02-22T19:34:20.246Z] === RUN TestSecretsUpdate [2021-02-22T19:34:20.506Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-22T19:34:20.512Z] ok github.com/docker/docker/pkg/parsers/kernel 0.004s coverage: 60.0% of statements [2021-02-22T19:34:20.512Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2021-02-22T19:34:20.772Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2021-02-22T19:34:20.772Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-22T19:34:20.772Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-22T19:34:21.447Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-22T19:34:21.711Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.016s coverage: 56.8% of statements [2021-02-22T19:34:22.031Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-22T19:34:22.031Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-22T19:34:22.279Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-02-22T19:34:22.539Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-02-22T19:34:22.798Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2021-02-22T19:34:22.975Z] --- PASS: TestSecretsUpdate (2.81s) [2021-02-22T19:34:22.975Z] === RUN TestTemplatedSecret [2021-02-22T19:34:23.546Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-22T19:34:24.118Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-22T19:34:24.118Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-22T19:34:24.176Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 75.0% of statements [2021-02-22T19:34:24.436Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-02-22T19:34:24.690Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-22T19:34:25.632Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-22T19:34:26.205Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-22T19:34:26.205Z] --- PASS: TestTemplatedSecret (3.35s) [2021-02-22T19:34:26.205Z] === RUN TestSecretCreateResolve [2021-02-22T19:34:26.776Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-22T19:34:26.776Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-22T19:34:27.722Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-22T19:34:27.723Z] ok github.com/docker/docker/pkg/signal 2.408s coverage: 61.0% of statements [2021-02-22T19:34:27.723Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-02-22T19:34:27.982Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-02-22T19:34:28.242Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-02-22T19:34:28.293Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-22T19:34:28.812Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.9% of statements [2021-02-22T19:34:29.233Z] --- PASS: TestSecretCreateResolve (2.71s) [2021-02-22T19:34:29.233Z] PASS [2021-02-22T19:34:29.233Z] [2021-02-22T19:34:29.233Z] DONE 6 tests in 17.630s [2021-02-22T19:34:29.233Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-22T19:34:29.233Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:34:29.233Z] ++ set -e [2021-02-22T19:34:29.233Z] ++ '[' -n 0 ']' [2021-02-22T19:34:29.233Z] ++ set -x [2021-02-22T19:34:29.233Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:34:29.233Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-22T19:34:29.233Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-22T19:34:29.233Z] INFO: Testing against a local daemon [2021-02-22T19:34:29.233Z] === RUN TestServiceCreateInit [2021-02-22T19:34:29.233Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-22T19:34:29.381Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2021-02-22T19:34:29.803Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-22T19:34:29.951Z] ok github.com/docker/docker/pkg/tailfile 0.088s coverage: 88.6% of statements [2021-02-22T19:34:30.520Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2021-02-22T19:34:30.520Z] testing: warning: no tests to run [2021-02-22T19:34:30.520Z] coverage: [no statements] [2021-02-22T19:34:30.520Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-02-22T19:34:30.745Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-22T19:34:31.088Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-02-22T19:34:31.088Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-02-22T19:34:31.348Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-02-22T19:34:32.658Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-22T19:34:32.658Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-22T19:34:32.658Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-22T19:34:32.658Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-22T19:34:32.658Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-22T19:34:32.919Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-02-22T19:34:33.180Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-22T19:34:33.255Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2021-02-22T19:34:34.192Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2021-02-22T19:34:34.451Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 85.4% of statements [2021-02-22T19:34:34.563Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-22T19:34:35.831Z] ok github.com/docker/docker/quota 0.253s coverage: 71.4% of statements [2021-02-22T19:34:36.400Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-02-22T19:34:37.781Z] ok github.com/docker/docker/registry 0.061s coverage: 57.2% of statements [2021-02-22T19:34:37.862Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-22T19:34:38.040Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-02-22T19:34:38.300Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-02-22T19:34:38.434Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-22T19:34:39.240Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-02-22T19:34:39.381Z] --- PASS: TestServiceCreateInit (9.86s) [2021-02-22T19:34:39.381Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.13s) [2021-02-22T19:34:39.381Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.71s) [2021-02-22T19:34:39.381Z] === RUN TestCreateServiceMultipleTimes [2021-02-22T19:34:39.381Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-22T19:34:39.381Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-22T19:34:39.381Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-22T19:34:39.499Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-02-22T19:34:42.037Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-02-22T19:34:42.680Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-22T19:34:42.976Z] ok github.com/docker/docker/volume/local 0.104s coverage: 76.4% of statements [2021-02-22T19:34:43.253Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-22T19:34:43.545Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2021-02-22T19:34:44.925Z] ok github.com/docker/docker/volume/service 0.036s coverage: 73.1% of statements [2021-02-22T19:34:45.165Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-22T19:34:49.371Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-22T19:34:49.631Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-22T19:34:50.201Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-02-22T19:34:51.588Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-22T19:34:52.533Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-22T19:34:53.476Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-02-22T19:34:54.858Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-02-22T19:34:56.240Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-02-22T19:34:56.811Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-02-22T19:34:57.130Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/rootless [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/volume [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-22T19:34:57.130Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-22T19:34:57.130Z] [2021-02-22T19:34:57.130Z] === Skipped [2021-02-22T19:34:57.130Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-22T19:34:57.131Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-22T19:34:57.131Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:73: No driver to put! [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-22T19:34:57.131Z] time="2021-02-22T19:33:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-22T19:34:57.131Z] time="2021-02-22T19:33:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-22T19:34:57.131Z] time="2021-02-22T19:33:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-22T19:34:57.131Z] time="2021-02-22T19:33:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-22T19:34:57.131Z] time="2021-02-22T19:33:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:73: No driver to put! [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-22T19:34:57.131Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-22T19:34:57.131Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-22T19:34:57.131Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-22T19:34:57.131Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-22T19:34:57.131Z] graphtest_unix.go:73: No driver to put! [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-22T19:34:57.131Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-22T19:34:57.131Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] [2021-02-22T19:34:57.131Z] DONE 2238 tests, 26 skipped in 257.364s Post stage [Pipeline] junit [2021-02-22T19:34:57.144Z] Recording test results [2021-02-22T19:34:57.478Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-02-22T19:34:57.751Z] --- PASS: TestCreateServiceMultipleTimes (18.39s) [2021-02-22T19:34:57.751Z] === RUN TestCreateServiceConflict [2021-02-22T19:34:57.810Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41756/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=37b4d8e98d3696e540db3f2fd739e8d3f6b71771 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:37b4d8e98d3696e540db3f2fd739e8d3f6b71771 hack/validate/vendor [2021-02-22T19:34:58.012Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b10ec0_} [2021-02-22T19:34:58.382Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-22T19:34:59.267Z] + echo Ensuring container killed. [2021-02-22T19:34:59.267Z] Ensuring container killed. [2021-02-22T19:34:59.267Z] + docker rm -vf docker-pr7 [2021-02-22T19:34:59.267Z] Error: No such container: docker-pr7 [Pipeline] sh [2021-02-22T19:34:59.562Z] + echo Chowning /workspace to jenkins user [2021-02-22T19:34:59.562Z] Chowning /workspace to jenkins user [2021-02-22T19:34:59.562Z] + id -u [2021-02-22T19:34:59.562Z] + id -g [2021-02-22T19:34:59.562Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41756:/workspace busybox chown -R 1000:1000 /workspace [2021-02-22T19:34:59.943Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1771046654_/foo_false____} [2021-02-22T19:34:59.943Z] --- PASS: TestCreateServiceConflict (2.45s) [2021-02-22T19:34:59.943Z] === RUN TestCreateServiceMaxReplicas [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-22T19:35:00.821Z] + bundleName=unit [2021-02-22T19:35:00.821Z] + echo Creating unit-bundles.tar.gz [2021-02-22T19:35:00.821Z] Creating unit-bundles.tar.gz [2021-02-22T19:35:00.821Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-02-22T19:35:00.821Z] bundles/junit-report.xml [2021-02-22T19:35:00.821Z] bundles/go-test-report.json [2021-02-22T19:35:00.821Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-02-22T19:35:00.833Z] Archiving artifacts [2021-02-22T19:35:01.207Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41756/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-22T19:35:01.327Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1771046654_/foo_true____} [2021-02-22T19:35:01.517Z] + make clean [2021-02-22T19:35:01.641Z] db4edcf0861f: Pull complete [2021-02-22T19:35:01.641Z] Digest: sha256:1ed72e74ffe1fd07eef2df3eb9a5d57f64fdac099329a4a63aa1a99b4139ce5a [2021-02-22T19:35:01.641Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:35:01.641Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-02-22T19:35:01.641Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-02-22T19:35:01.641Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1757' [2021-02-22T19:35:01.641Z] WARN: Skipping validation tests [2021-02-22T19:35:01.641Z] INFO: Running unit tests at 02/22/2021 19:34:58... [2021-02-22T19:35:01.776Z] docker volume rm -f docker-dev-cache [2021-02-22T19:35:01.776Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-22T19:35:02.271Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3397329477_/foo_false____} [2021-02-22T19:35:02.613Z] INFO: make.ps1 starting at 02/22/2021 19:35:02 [2021-02-22T19:35:03.073Z] INFO: Git commit (2fd67aa5dc) assumed from DOCKER_GITCOMMIT environment variable [2021-02-22T19:35:03.073Z] INFO: Invoking autogen... [2021-02-22T19:35:03.211Z] --- PASS: TestCreateServiceMaxReplicas (3.23s) [2021-02-22T19:35:03.211Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-22T19:35:03.531Z] INFO: Running unit tests... [2021-02-22T19:35:03.781Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3397329477_/foo_true____} [2021-02-22T19:35:05.694Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3397329477_/foo_true__0xc000b10f20__} [2021-02-22T19:35:05.956Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b10f40_} [2021-02-22T19:35:07.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b10f60_} [2021-02-22T19:35:08.718Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b10f80_} [2021-02-22T19:35:10.101Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b10fa0_} [2021-02-22T19:35:11.483Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-22T19:35:12.102Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-02-22T19:35:12.423Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-22T19:35:12.423Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-22T19:35:12.423Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-22T19:35:12.423Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-22T19:35:12.423Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-22T19:35:12.423Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-22T19:35:12.423Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-22T19:35:12.423Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-22T19:35:12.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-22T19:35:12.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-22T19:35:12.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-22T19:35:12.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-02-22T19:35:12.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-02-22T19:35:12.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-02-22T19:35:12.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-02-22T19:35:12.683Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-02-22T19:35:12.943Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-02-22T19:35:12.943Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-22T19:35:14.854Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-22T19:35:16.237Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-22T19:35:16.808Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.71s) [2021-02-22T19:35:17.081Z] === RUN TestCreateServiceSecretFileMode [2021-02-22T19:35:18.479Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-22T19:35:20.394Z] --- PASS: TestCreateServiceSecretFileMode (3.24s) [2021-02-22T19:35:20.394Z] === RUN TestCreateServiceConfigFileMode [2021-02-22T19:35:20.394Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-22T19:35:20.394Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-22T19:35:20.689Z] ? github.com/docker/docker/api [no test files] [2021-02-22T19:35:21.335Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-22T19:35:21.906Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-02-22T19:35:22.851Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-22T19:35:23.422Z] --- PASS: TestCreateServiceConfigFileMode (3.07s) [2021-02-22T19:35:23.422Z] === RUN TestCreateServiceSysctls [2021-02-22T19:35:23.422Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-22T19:35:24.364Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-22T19:35:24.935Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-22T19:35:25.877Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-02-22T19:35:25.877Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-22T19:35:27.264Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-22T19:35:27.264Z] --- PASS: TestCreateServiceSysctls (4.05s) [2021-02-22T19:35:27.264Z] === RUN TestCreateServiceCapabilities [2021-02-22T19:35:28.210Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-22T19:35:29.151Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-22T19:35:30.102Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-22T19:35:30.674Z] --- PASS: TestCreateServiceCapabilities (3.25s) [2021-02-22T19:35:30.674Z] === RUN TestInspect [2021-02-22T19:35:30.934Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-22T19:35:31.505Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-22T19:35:32.447Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-02-22T19:35:33.390Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-22T19:35:34.780Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-22T19:35:35.504Z] === RUN TestMiddlewares [2021-02-22T19:35:35.504Z] --- PASS: TestMiddlewares (0.00s) [2021-02-22T19:35:35.504Z] PASS [2021-02-22T19:35:35.504Z] coverage: 9.0% of statements [2021-02-22T19:35:35.504Z] ok github.com/docker/docker/api/server 0.101s coverage: 9.0% of statements [2021-02-22T19:35:35.720Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-22T19:35:35.720Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-22T19:35:35.720Z] --- PASS: TestInspect (5.25s) [2021-02-22T19:35:35.720Z] === RUN TestCreateJob [2021-02-22T19:35:36.661Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-22T19:35:37.233Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-22T19:35:38.620Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-22T19:35:39.190Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-22T19:35:39.761Z] --- PASS: TestCreateJob (4.06s) [2021-02-22T19:35:39.761Z] === RUN TestReplicatedJob [2021-02-22T19:35:40.024Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-22T19:35:41.407Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-22T19:35:41.978Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-22T19:35:44.525Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-22T19:35:45.911Z] --- PASS: TestReplicatedJob (6.15s) [2021-02-22T19:35:45.911Z] === RUN TestUpdateReplicatedJob [2021-02-22T19:35:48.459Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-22T19:35:50.372Z] --- PASS: TestUpdateReplicatedJob (4.10s) [2021-02-22T19:35:50.372Z] === RUN TestServiceListWithStatuses [2021-02-22T19:35:50.372Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-22T19:35:50.372Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-22T19:35:50.372Z] === RUN TestDockerNetworkConnectAlias [2021-02-22T19:35:50.372Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-02-22T19:35:50.947Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-22T19:35:51.519Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-22T19:35:56.815Z] --- PASS: TestDockerNetworkConnectAlias (6.36s) [2021-02-22T19:35:56.815Z] === RUN TestDockerNetworkReConnect [2021-02-22T19:35:56.815Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-22T19:36:00.114Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-22T19:36:00.375Z] --- PASS: TestDockerNetworkReConnect (3.97s) [2021-02-22T19:36:00.375Z] === RUN TestServicePlugin [2021-02-22T19:36:00.375Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-22T19:36:04.581Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-02-22T19:36:05.152Z] === RUN TestDockerSuite/TestCpToDot [2021-02-22T19:36:06.092Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-22T19:36:07.035Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-22T19:36:08.419Z] === RUN TestDockerSuite/TestCpToStdout [2021-02-22T19:36:08.991Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-22T19:36:09.934Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-22T19:36:10.194Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-02-22T19:36:10.764Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-22T19:36:11.706Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-22T19:36:11.966Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-22T19:36:11.966Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-22T19:36:12.537Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-22T19:36:12.798Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-22T19:36:12.798Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-22T19:36:13.060Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-22T19:36:13.632Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-22T19:36:13.892Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-22T19:36:13.892Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-22T19:36:13.892Z] === RUN TestDockerSuite/TestCreateRM [2021-02-22T19:36:14.152Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-22T19:36:14.152Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-22T19:36:14.152Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-02-22T19:36:14.412Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-22T19:36:15.795Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-22T19:36:16.055Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-22T19:36:16.055Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-22T19:36:20.262Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-22T19:36:20.522Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-22T19:36:20.522Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-22T19:36:20.782Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-22T19:36:20.782Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-22T19:36:21.043Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-22T19:36:21.613Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-22T19:36:22.557Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-22T19:36:23.129Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-22T19:36:24.072Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-22T19:36:25.454Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-22T19:36:25.714Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-22T19:36:26.287Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-22T19:36:26.287Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-22T19:36:26.857Z] === RUN TestDockerSuite/TestDockerFails [2021-02-22T19:36:26.858Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-02-22T19:36:26.858Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-02-22T19:36:26.858Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-02-22T19:36:27.798Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-02-22T19:36:28.369Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-02-22T19:36:29.310Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-02-22T19:36:29.310Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-02-22T19:36:29.310Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-02-22T19:36:29.571Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-02-22T19:36:33.781Z] --- PASS: TestServicePlugin (33.00s) [2021-02-22T19:36:33.781Z] plugin_test.go:62: [dc8eabd5a65fd] joining swarm manager [dbb0b39238a1b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:36:33.781Z] plugin_test.go:65: [d5513c498fcfc] joining swarm manager [dbb0b39238a1b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:36:33.781Z] === RUN TestServiceUpdateLabel [2021-02-22T19:36:35.165Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-22T19:36:35.950Z] === RUN TestBoolValue [2021-02-22T19:36:35.950Z] --- PASS: TestBoolValue (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestBoolValueOrDefault [2021-02-22T19:36:35.950Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestInt64ValueOrZero [2021-02-22T19:36:35.950Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestInt64ValueOrDefault [2021-02-22T19:36:35.950Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestInt64ValueOrDefaultWithError [2021-02-22T19:36:35.950Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestJsonContentType [2021-02-22T19:36:35.950Z] --- PASS: TestJsonContentType (0.00s) [2021-02-22T19:36:35.950Z] PASS [2021-02-22T19:36:35.950Z] coverage: 14.7% of statements [2021-02-22T19:36:35.950Z] ok github.com/docker/docker/api/server/httputils 0.048s coverage: 14.7% of statements [2021-02-22T19:36:35.950Z] === RUN TestMaskSecretKeys [2021-02-22T19:36:35.950Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-02-22T19:36:35.950Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-02-22T19:36:35.950Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-02-22T19:36:35.950Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-02-22T19:36:35.950Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-02-22T19:36:35.950Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-02-22T19:36:35.950Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestVersionMiddlewareVersion [2021-02-22T19:36:35.950Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-02-22T19:36:35.950Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-02-22T19:36:35.950Z] PASS [2021-02-22T19:36:35.950Z] coverage: 37.7% of statements [2021-02-22T19:36:35.950Z] ok github.com/docker/docker/api/server/middleware 0.099s coverage: 37.7% of statements [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-22T19:36:35.950Z] === RUN TestStrSliceMarshalJSON [2021-02-22T19:36:35.950Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestStrSliceUnmarshalJSON [2021-02-22T19:36:35.950Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestStrSliceUnmarshalString [2021-02-22T19:36:35.950Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestStrSliceUnmarshalSlice [2021-02-22T19:36:35.950Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-02-22T19:36:35.950Z] PASS [2021-02-22T19:36:35.950Z] coverage: 90.0% of statements [2021-02-22T19:36:35.950Z] ok github.com/docker/docker/api/types/strslice 0.038s coverage: 90.0% of statements [2021-02-22T19:36:35.950Z] === RUN TestToJSON [2021-02-22T19:36:35.950Z] --- PASS: TestToJSON (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestToParamWithVersion [2021-02-22T19:36:35.950Z] --- PASS: TestToParamWithVersion (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestFromJSON [2021-02-22T19:36:35.950Z] --- PASS: TestFromJSON (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestEmpty [2021-02-22T19:36:35.950Z] --- PASS: TestEmpty (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestArgsMatchKVListEmptySources [2021-02-22T19:36:35.950Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestArgsMatchKVList [2021-02-22T19:36:35.950Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestArgsMatch [2021-02-22T19:36:35.950Z] --- PASS: TestArgsMatch (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestAdd [2021-02-22T19:36:35.950Z] --- PASS: TestAdd (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestDel [2021-02-22T19:36:35.950Z] --- PASS: TestDel (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestLen [2021-02-22T19:36:35.950Z] --- PASS: TestLen (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestExactMatch [2021-02-22T19:36:35.950Z] --- PASS: TestExactMatch (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestOnlyOneExactMatch [2021-02-22T19:36:35.950Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestContains [2021-02-22T19:36:35.950Z] --- PASS: TestContains (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestValidate [2021-02-22T19:36:35.950Z] --- PASS: TestValidate (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestWalkValues [2021-02-22T19:36:35.950Z] --- PASS: TestWalkValues (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestFuzzyMatch [2021-02-22T19:36:35.950Z] --- PASS: TestFuzzyMatch (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestClone [2021-02-22T19:36:35.950Z] --- PASS: TestClone (0.00s) [2021-02-22T19:36:35.950Z] PASS [2021-02-22T19:36:35.950Z] coverage: 92.2% of statements [2021-02-22T19:36:35.950Z] ok github.com/docker/docker/api/types/filters 0.061s coverage: 92.2% of statements [2021-02-22T19:36:35.950Z] === RUN TestAdjustForAPIVersion [2021-02-22T19:36:35.950Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-02-22T19:36:35.950Z] PASS [2021-02-22T19:36:35.950Z] coverage: 5.7% of statements [2021-02-22T19:36:35.950Z] ok github.com/docker/docker/api/server/router/swarm 0.063s coverage: 5.7% of statements [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-22T19:36:35.950Z] === RUN TestDurationToSecondsString [2021-02-22T19:36:35.950Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestGetTimestamp [2021-02-22T19:36:35.950Z] --- PASS: TestGetTimestamp (0.13s) [2021-02-22T19:36:35.950Z] === RUN TestParseTimestamps [2021-02-22T19:36:35.950Z] --- PASS: TestParseTimestamps (0.00s) [2021-02-22T19:36:35.950Z] PASS [2021-02-22T19:36:35.950Z] coverage: 100.0% of statements [2021-02-22T19:36:35.950Z] ok github.com/docker/docker/api/types/time 0.187s coverage: 100.0% of statements [2021-02-22T19:36:35.950Z] === RUN TestCompareVersion [2021-02-22T19:36:35.950Z] --- PASS: TestCompareVersion (0.00s) [2021-02-22T19:36:35.950Z] PASS [2021-02-22T19:36:35.950Z] coverage: 75.0% of statements [2021-02-22T19:36:35.950Z] ok github.com/docker/docker/api/types/versions 0.040s coverage: 75.0% of statements [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/builder [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-22T19:36:35.950Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-22T19:36:35.950Z] === RUN TestParseRemoteURL [2021-02-22T19:36:35.950Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-02-22T19:36:35.950Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-02-22T19:36:35.950Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-02-22T19:36:35.950Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-02-22T19:36:35.950Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-02-22T19:36:35.950Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-02-22T19:36:35.950Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-02-22T19:36:35.950Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-02-22T19:36:35.950Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-02-22T19:36:35.950Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-02-22T19:36:35.950Z] --- PASS: TestParseRemoteURL (0.00s) [2021-02-22T19:36:35.950Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-02-22T19:36:35.950Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-02-22T19:36:35.950Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-02-22T19:36:35.950Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-02-22T19:36:35.950Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-02-22T19:36:35.950Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-02-22T19:36:35.950Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-02-22T19:36:35.950Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-02-22T19:36:35.950Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-02-22T19:36:35.950Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestCloneArgsSmartHttp [2021-02-22T19:36:35.950Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-02-22T19:36:35.950Z] === RUN TestCloneArgsDumbHttp [2021-02-22T19:36:35.950Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestCloneArgsGit [2021-02-22T19:36:35.950Z] --- PASS: TestCloneArgsGit (0.00s) [2021-02-22T19:36:35.950Z] === RUN TestCheckoutGit [2021-02-22T19:36:36.105Z] --- PASS: TestServiceUpdateLabel (2.64s) [2021-02-22T19:36:36.105Z] === RUN TestServiceUpdateSecrets [2021-02-22T19:36:37.489Z] === RUN TestEnable [2021-02-22T19:36:37.489Z] --- PASS: TestEnable (0.00s) [2021-02-22T19:36:37.489Z] === RUN TestDisable [2021-02-22T19:36:37.489Z] --- PASS: TestDisable (0.00s) [2021-02-22T19:36:37.489Z] === RUN TestEnabled [2021-02-22T19:36:37.489Z] --- PASS: TestEnabled (0.00s) [2021-02-22T19:36:37.489Z] PASS [2021-02-22T19:36:37.489Z] coverage: 100.0% of statements [2021-02-22T19:36:37.489Z] ok github.com/docker/docker/cli/debug 0.060s coverage: 100.0% of statements [2021-02-22T19:36:37.489Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-22T19:36:37.948Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-02-22T19:36:38.407Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-02-22T19:36:38.407Z] === RUN TestProcessNoDockerignore [2021-02-22T19:36:38.407Z] --- PASS: TestProcessNoDockerignore (0.01s) [2021-02-22T19:36:38.407Z] === RUN TestProcessShouldLeaveAllFiles [2021-02-22T19:36:38.407Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-02-22T19:36:38.407Z] === RUN TestDetectContentType [2021-02-22T19:36:38.407Z] --- PASS: TestDetectContentType (0.00s) [2021-02-22T19:36:38.407Z] === RUN TestSelectAcceptableMIME [2021-02-22T19:36:38.407Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-02-22T19:36:38.407Z] === RUN TestInspectEmptyResponse [2021-02-22T19:36:38.407Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-02-22T19:36:38.407Z] === RUN TestInspectResponseBinary [2021-02-22T19:36:38.407Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestResponseUnsupportedContentType [2021-02-22T19:36:38.408Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestInspectResponseTextSimple [2021-02-22T19:36:38.408Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestInspectResponseEmptyContentType [2021-02-22T19:36:38.408Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestUnknownContentLength [2021-02-22T19:36:38.408Z] --- PASS: TestUnknownContentLength (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestDownloadRemote [2021-02-22T19:36:38.408Z] --- PASS: TestDownloadRemote (0.07s) [2021-02-22T19:36:38.408Z] === RUN TestGetWithStatusError [2021-02-22T19:36:38.408Z] --- PASS: TestGetWithStatusError (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestCloseRootDirectory [2021-02-22T19:36:38.408Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-02-22T19:36:38.408Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:36:38.408Z] === RUN TestHashFile [2021-02-22T19:36:38.408Z] --- SKIP: TestHashFile (0.00s) [2021-02-22T19:36:38.408Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:36:38.408Z] === RUN TestHashSubdir [2021-02-22T19:36:38.408Z] --- SKIP: TestHashSubdir (0.00s) [2021-02-22T19:36:38.408Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:36:38.408Z] === RUN TestRemoveDirectory [2021-02-22T19:36:38.408Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-02-22T19:36:38.408Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:36:38.408Z] PASS [2021-02-22T19:36:38.408Z] coverage: 9.3% of statements [2021-02-22T19:36:38.408Z] ok github.com/docker/docker/builder/remotecontext 0.269s coverage: 9.3% of statements [2021-02-22T19:36:38.408Z] === RUN TestGetAllAllowed [2021-02-22T19:36:38.408Z] --- PASS: TestGetAllAllowed (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestGetAllMeta [2021-02-22T19:36:38.408Z] --- PASS: TestGetAllMeta (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestWarnOnUnusedBuildArgs [2021-02-22T19:36:38.408Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestIsUnreferencedBuiltin [2021-02-22T19:36:38.408Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestIsExistingDirectory [2021-02-22T19:36:38.408Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestGetFilenameForDownload [2021-02-22T19:36:38.408Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestEnv2Variables [2021-02-22T19:36:38.408Z] --- PASS: TestEnv2Variables (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-02-22T19:36:38.408Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestMaintainer [2021-02-22T19:36:38.408Z] --- PASS: TestMaintainer (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestLabel [2021-02-22T19:36:38.408Z] --- PASS: TestLabel (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestFromScratch [2021-02-22T19:36:38.408Z] --- PASS: TestFromScratch (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestFromWithArg [2021-02-22T19:36:38.408Z] --- PASS: TestFromWithArg (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-02-22T19:36:38.408Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestFromWithUndefinedArg [2021-02-22T19:36:38.408Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestFromMultiStageWithNamedStage [2021-02-22T19:36:38.408Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestOnbuild [2021-02-22T19:36:38.408Z] --- PASS: TestOnbuild (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestWorkdir [2021-02-22T19:36:38.408Z] --- PASS: TestWorkdir (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestCmd [2021-02-22T19:36:38.408Z] --- PASS: TestCmd (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestHealthcheckNone [2021-02-22T19:36:38.408Z] --- PASS: TestHealthcheckNone (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestHealthcheckCmd [2021-02-22T19:36:38.408Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestEntrypoint [2021-02-22T19:36:38.408Z] --- PASS: TestEntrypoint (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestExpose [2021-02-22T19:36:38.408Z] --- PASS: TestExpose (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestUser [2021-02-22T19:36:38.408Z] --- PASS: TestUser (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestVolume [2021-02-22T19:36:38.408Z] --- PASS: TestVolume (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestStopSignal [2021-02-22T19:36:38.408Z] --- SKIP: TestStopSignal (0.00s) [2021-02-22T19:36:38.408Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-22T19:36:38.408Z] === RUN TestArg [2021-02-22T19:36:38.408Z] --- PASS: TestArg (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestShell [2021-02-22T19:36:38.408Z] --- PASS: TestShell (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestPrependEnvOnCmd [2021-02-22T19:36:38.408Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestRunWithBuildArgs [2021-02-22T19:36:38.408Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestRunIgnoresHealthcheck [2021-02-22T19:36:38.408Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestNormalizeWorkdir [2021-02-22T19:36:38.408Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestDispatch [2021-02-22T19:36:38.408Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-02-22T19:36:38.408Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-02-22T19:36:38.408Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-02-22T19:36:38.408Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-02-22T19:36:38.408Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-02-22T19:36:38.408Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-02-22T19:36:38.408Z] === RUN TestDispatch/COPY_url [2021-02-22T19:36:38.408Z] --- PASS: TestDispatch (0.05s) [2021-02-22T19:36:38.408Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-02-22T19:36:38.408Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-02-22T19:36:38.408Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-02-22T19:36:38.408Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-02-22T19:36:38.408Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-02-22T19:36:38.408Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-02-22T19:36:38.408Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestAddScratchImageAddsToMounts [2021-02-22T19:36:38.408Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestAddFromScratchPopulatesPlatform [2021-02-22T19:36:38.408Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-02-22T19:36:38.408Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-02-22T19:36:38.408Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestImageSourceGetAddsToMounts [2021-02-22T19:36:38.408Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestEmptyDockerfile [2021-02-22T19:36:38.408Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestSymlinkDockerfile [2021-02-22T19:36:38.408Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-02-22T19:36:38.408Z] === RUN TestDockerfileOutsideTheBuildContext [2021-02-22T19:36:38.408Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestNonExistingDockerfile [2021-02-22T19:36:38.408Z] --- PASS: TestNonExistingDockerfile (0.01s) [2021-02-22T19:36:38.408Z] === RUN TestCopyRunConfig [2021-02-22T19:36:38.408Z] --- PASS: TestCopyRunConfig (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestDeepCopyRunConfig [2021-02-22T19:36:38.408Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestExportImage [2021-02-22T19:36:38.408Z] --- PASS: TestExportImage (0.00s) [2021-02-22T19:36:38.408Z] === RUN TestNormalizeDest [2021-02-22T19:36:38.408Z] --- PASS: TestNormalizeDest (0.00s) [2021-02-22T19:36:38.408Z] PASS [2021-02-22T19:36:38.408Z] coverage: 46.6% of statements [2021-02-22T19:36:38.408Z] ok github.com/docker/docker/builder/dockerfile 0.291s coverage: 46.6% of statements [2021-02-22T19:36:38.866Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-22T19:36:40.036Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-22T19:36:40.977Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-02-22T19:36:41.548Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-22T19:36:42.119Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-22T19:36:42.692Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-22T19:36:43.261Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-22T19:36:43.831Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-22T19:36:44.401Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-02-22T19:36:46.314Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-02-22T19:36:47.258Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-22T19:36:49.172Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-02-22T19:36:51.250Z] === RUN TestCheckpointCreateError [2021-02-22T19:36:51.250Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCheckpointCreate [2021-02-22T19:36:51.250Z] --- PASS: TestCheckpointCreate (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCheckpointDeleteError [2021-02-22T19:36:51.250Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCheckpointDelete [2021-02-22T19:36:51.250Z] --- PASS: TestCheckpointDelete (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCheckpointListError [2021-02-22T19:36:51.250Z] --- PASS: TestCheckpointListError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCheckpointList [2021-02-22T19:36:51.250Z] --- PASS: TestCheckpointList (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCheckpointListContainerNotFound [2021-02-22T19:36:51.250Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestNewClientWithOpsFromEnv [2021-02-22T19:36:51.250Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-02-22T19:36:51.250Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-22T19:36:51.250Z] === RUN TestGetAPIPath [2021-02-22T19:36:51.250Z] --- PASS: TestGetAPIPath (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestParseHostURL [2021-02-22T19:36:51.250Z] --- PASS: TestParseHostURL (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-02-22T19:36:51.250Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestNegotiateAPIVersionEmpty [2021-02-22T19:36:51.250Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestNegotiateAPIVersion [2021-02-22T19:36:51.250Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestNegotiateAPVersionOverride [2021-02-22T19:36:51.250Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestNegotiateAPIVersionAutomatic [2021-02-22T19:36:51.250Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-02-22T19:36:51.250Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-02-22T19:36:51.250Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestClientRedirect [2021-02-22T19:36:51.250Z] --- PASS: TestClientRedirect (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigCreateUnsupported [2021-02-22T19:36:51.250Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigCreateError [2021-02-22T19:36:51.250Z] --- PASS: TestConfigCreateError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigCreate [2021-02-22T19:36:51.250Z] --- PASS: TestConfigCreate (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigInspectNotFound [2021-02-22T19:36:51.250Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigInspectWithEmptyID [2021-02-22T19:36:51.250Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigInspectUnsupported [2021-02-22T19:36:51.250Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigInspectError [2021-02-22T19:36:51.250Z] --- PASS: TestConfigInspectError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigInspectConfigNotFound [2021-02-22T19:36:51.250Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigInspect [2021-02-22T19:36:51.250Z] --- PASS: TestConfigInspect (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigListUnsupported [2021-02-22T19:36:51.250Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigListError [2021-02-22T19:36:51.250Z] --- PASS: TestConfigListError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigList [2021-02-22T19:36:51.250Z] --- PASS: TestConfigList (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigRemoveUnsupported [2021-02-22T19:36:51.250Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigRemoveError [2021-02-22T19:36:51.250Z] --- PASS: TestConfigRemoveError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigRemove [2021-02-22T19:36:51.250Z] --- PASS: TestConfigRemove (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigUpdateUnsupported [2021-02-22T19:36:51.250Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigUpdateError [2021-02-22T19:36:51.250Z] --- PASS: TestConfigUpdateError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestConfigUpdate [2021-02-22T19:36:51.250Z] --- PASS: TestConfigUpdate (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerCommitError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerCommitError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerCommit [2021-02-22T19:36:51.250Z] --- PASS: TestContainerCommit (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerStatPathError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerStatPathError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerStatPathNotFoundError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerStatPathNoHeaderError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerStatPath [2021-02-22T19:36:51.250Z] --- PASS: TestContainerStatPath (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCopyToContainerError [2021-02-22T19:36:51.250Z] --- PASS: TestCopyToContainerError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCopyToContainerNotFoundError [2021-02-22T19:36:51.250Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCopyToContainerNotStatusOKError [2021-02-22T19:36:51.250Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCopyToContainer [2021-02-22T19:36:51.250Z] --- PASS: TestCopyToContainer (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCopyFromContainerError [2021-02-22T19:36:51.250Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCopyFromContainerNotFoundError [2021-02-22T19:36:51.250Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCopyFromContainerNotStatusOKError [2021-02-22T19:36:51.250Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCopyFromContainerNoHeaderError [2021-02-22T19:36:51.250Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestCopyFromContainer [2021-02-22T19:36:51.250Z] --- PASS: TestCopyFromContainer (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerCreateError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerCreateError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerCreateImageNotFound [2021-02-22T19:36:51.250Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerCreateWithName [2021-02-22T19:36:51.250Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerCreateAutoRemove [2021-02-22T19:36:51.250Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerDiffError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerDiffError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerDiff [2021-02-22T19:36:51.250Z] --- PASS: TestContainerDiff (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerExecCreateError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerExecCreate [2021-02-22T19:36:51.250Z] --- PASS: TestContainerExecCreate (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerExecStartError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerExecStartError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerExecStart [2021-02-22T19:36:51.250Z] --- PASS: TestContainerExecStart (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerExecInspectError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerExecInspect [2021-02-22T19:36:51.250Z] --- PASS: TestContainerExecInspect (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerExportError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerExportError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerExport [2021-02-22T19:36:51.250Z] --- PASS: TestContainerExport (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerInspectError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerInspectError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerInspectContainerNotFound [2021-02-22T19:36:51.250Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerInspectWithEmptyID [2021-02-22T19:36:51.250Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerInspect [2021-02-22T19:36:51.250Z] --- PASS: TestContainerInspect (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerInspectNode [2021-02-22T19:36:51.250Z] --- PASS: TestContainerInspectNode (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerKillError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerKillError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerKill [2021-02-22T19:36:51.250Z] --- PASS: TestContainerKill (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerListError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerListError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerList [2021-02-22T19:36:51.250Z] --- PASS: TestContainerList (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerLogsNotFoundError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerLogsError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerLogsError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerLogs [2021-02-22T19:36:51.250Z] --- PASS: TestContainerLogs (0.14s) [2021-02-22T19:36:51.250Z] === RUN TestContainerPauseError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerPauseError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerPause [2021-02-22T19:36:51.250Z] --- PASS: TestContainerPause (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainersPruneError [2021-02-22T19:36:51.250Z] --- PASS: TestContainersPruneError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainersPrune [2021-02-22T19:36:51.250Z] --- PASS: TestContainersPrune (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerRemoveError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerRemoveError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerRemoveNotFoundError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerRemove [2021-02-22T19:36:51.250Z] --- PASS: TestContainerRemove (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerRenameError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerRenameError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerRename [2021-02-22T19:36:51.250Z] --- PASS: TestContainerRename (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerResizeError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerResizeError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerExecResizeError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerResize [2021-02-22T19:36:51.250Z] --- PASS: TestContainerResize (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerExecResize [2021-02-22T19:36:51.250Z] --- PASS: TestContainerExecResize (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerRestartError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerRestartError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerRestart [2021-02-22T19:36:51.250Z] --- PASS: TestContainerRestart (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerStartError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerStartError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerStart [2021-02-22T19:36:51.250Z] --- PASS: TestContainerStart (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerStatsError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerStatsError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerStats [2021-02-22T19:36:51.250Z] --- PASS: TestContainerStats (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerStopError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerStopError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerStop [2021-02-22T19:36:51.250Z] --- PASS: TestContainerStop (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerTopError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerTopError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerTop [2021-02-22T19:36:51.250Z] --- PASS: TestContainerTop (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerUnpauseError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerUnpause [2021-02-22T19:36:51.250Z] --- PASS: TestContainerUnpause (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerUpdateError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerUpdateError (0.01s) [2021-02-22T19:36:51.250Z] === RUN TestContainerUpdate [2021-02-22T19:36:51.250Z] --- PASS: TestContainerUpdate (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerWaitError [2021-02-22T19:36:51.250Z] --- PASS: TestContainerWaitError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestContainerWait [2021-02-22T19:36:51.250Z] --- PASS: TestContainerWait (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestDiskUsageError [2021-02-22T19:36:51.250Z] --- PASS: TestDiskUsageError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestDiskUsage [2021-02-22T19:36:51.250Z] --- PASS: TestDiskUsage (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestDistributionInspectUnsupported [2021-02-22T19:36:51.250Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestDistributionInspectWithEmptyID [2021-02-22T19:36:51.250Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestEventsErrorInOptions [2021-02-22T19:36:51.250Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestEventsErrorFromServer [2021-02-22T19:36:51.250Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestEvents [2021-02-22T19:36:51.250Z] --- PASS: TestEvents (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestTLSCloseWriter [2021-02-22T19:36:51.250Z] === PAUSE TestTLSCloseWriter [2021-02-22T19:36:51.250Z] === RUN TestImageBuildError [2021-02-22T19:36:51.250Z] --- PASS: TestImageBuildError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestImageBuild [2021-02-22T19:36:51.250Z] --- PASS: TestImageBuild (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestGetDockerOS [2021-02-22T19:36:51.250Z] --- PASS: TestGetDockerOS (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestImageCreateError [2021-02-22T19:36:51.250Z] --- PASS: TestImageCreateError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestImageCreate [2021-02-22T19:36:51.250Z] --- PASS: TestImageCreate (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestImageHistoryError [2021-02-22T19:36:51.250Z] --- PASS: TestImageHistoryError (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestImageHistory [2021-02-22T19:36:51.250Z] --- PASS: TestImageHistory (0.00s) [2021-02-22T19:36:51.250Z] === RUN TestImageImportError [2021-02-22T19:36:51.250Z] --- PASS: TestImageImportError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageImport [2021-02-22T19:36:51.251Z] --- PASS: TestImageImport (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageInspectError [2021-02-22T19:36:51.251Z] --- PASS: TestImageInspectError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageInspectImageNotFound [2021-02-22T19:36:51.251Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageInspectWithEmptyID [2021-02-22T19:36:51.251Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageInspect [2021-02-22T19:36:51.251Z] --- PASS: TestImageInspect (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageListError [2021-02-22T19:36:51.251Z] --- PASS: TestImageListError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageList [2021-02-22T19:36:51.251Z] --- PASS: TestImageList (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageListApiBefore125 [2021-02-22T19:36:51.251Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageLoadError [2021-02-22T19:36:51.251Z] --- PASS: TestImageLoadError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageLoad [2021-02-22T19:36:51.251Z] --- PASS: TestImageLoad (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagesPruneError [2021-02-22T19:36:51.251Z] --- PASS: TestImagesPruneError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagesPrune [2021-02-22T19:36:51.251Z] --- PASS: TestImagesPrune (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePullReferenceParseError [2021-02-22T19:36:51.251Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePullAnyError [2021-02-22T19:36:51.251Z] --- PASS: TestImagePullAnyError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePullStatusUnauthorizedError [2021-02-22T19:36:51.251Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-22T19:36:51.251Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-22T19:36:51.251Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-02-22T19:36:51.251Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePullWithoutErrors [2021-02-22T19:36:51.251Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePushReferenceError [2021-02-22T19:36:51.251Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePushAnyError [2021-02-22T19:36:51.251Z] --- PASS: TestImagePushAnyError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePushStatusUnauthorizedError [2021-02-22T19:36:51.251Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-22T19:36:51.251Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-22T19:36:51.251Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-02-22T19:36:51.251Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImagePushWithoutErrors [2021-02-22T19:36:51.251Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-02-22T19:36:51.251Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-02-22T19:36:51.251Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-02-22T19:36:51.251Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-02-22T19:36:51.251Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-02-22T19:36:51.251Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-02-22T19:36:51.251Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-02-22T19:36:51.251Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-02-22T19:36:51.251Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageRemoveError [2021-02-22T19:36:51.251Z] --- PASS: TestImageRemoveError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageRemoveImageNotFound [2021-02-22T19:36:51.251Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageRemove [2021-02-22T19:36:51.251Z] --- PASS: TestImageRemove (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageSaveError [2021-02-22T19:36:51.251Z] --- PASS: TestImageSaveError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageSave [2021-02-22T19:36:51.251Z] --- PASS: TestImageSave (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageSearchAnyError [2021-02-22T19:36:51.251Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageSearchStatusUnauthorizedError [2021-02-22T19:36:51.251Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-22T19:36:51.251Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-22T19:36:51.251Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-02-22T19:36:51.251Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageSearchWithoutErrors [2021-02-22T19:36:51.251Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageTagError [2021-02-22T19:36:51.251Z] --- PASS: TestImageTagError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageTagInvalidReference [2021-02-22T19:36:51.251Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageTagInvalidSourceImageName [2021-02-22T19:36:51.251Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageTagHexSource [2021-02-22T19:36:51.251Z] --- PASS: TestImageTagHexSource (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestImageTag [2021-02-22T19:36:51.251Z] --- PASS: TestImageTag (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestInfoServerError [2021-02-22T19:36:51.251Z] --- PASS: TestInfoServerError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestInfoInvalidResponseJSONError [2021-02-22T19:36:51.251Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestInfo [2021-02-22T19:36:51.251Z] --- PASS: TestInfo (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkConnectError [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkConnectError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkConnect [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkConnect (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkCreateError [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkCreateError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkCreate [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkCreate (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkDisconnectError [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkDisconnect [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkInspectError [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkInspectError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkInspectNotFoundError [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkInspectWithEmptyID [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkInspect [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkInspect (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkListError [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkListError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkList [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkList (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworksPruneError [2021-02-22T19:36:51.251Z] --- PASS: TestNetworksPruneError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworksPrune [2021-02-22T19:36:51.251Z] --- PASS: TestNetworksPrune (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkRemoveError [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNetworkRemove [2021-02-22T19:36:51.251Z] --- PASS: TestNetworkRemove (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNodeInspectError [2021-02-22T19:36:51.251Z] --- PASS: TestNodeInspectError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNodeInspectNodeNotFound [2021-02-22T19:36:51.251Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNodeInspectWithEmptyID [2021-02-22T19:36:51.251Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNodeInspect [2021-02-22T19:36:51.251Z] --- PASS: TestNodeInspect (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNodeListError [2021-02-22T19:36:51.251Z] --- PASS: TestNodeListError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNodeList [2021-02-22T19:36:51.251Z] --- PASS: TestNodeList (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNodeRemoveError [2021-02-22T19:36:51.251Z] --- PASS: TestNodeRemoveError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNodeRemove [2021-02-22T19:36:51.251Z] --- PASS: TestNodeRemove (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNodeUpdateError [2021-02-22T19:36:51.251Z] --- PASS: TestNodeUpdateError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestNodeUpdate [2021-02-22T19:36:51.251Z] --- PASS: TestNodeUpdate (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestOptionWithTimeout [2021-02-22T19:36:51.251Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPingFail [2021-02-22T19:36:51.251Z] --- PASS: TestPingFail (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPingWithError [2021-02-22T19:36:51.251Z] 2021/02/22 19:36:49 RoundTripper returned a response & error; ignoring response [2021-02-22T19:36:51.251Z] 2021/02/22 19:36:49 RoundTripper returned a response & error; ignoring response [2021-02-22T19:36:51.251Z] --- PASS: TestPingWithError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPingSuccess [2021-02-22T19:36:51.251Z] --- PASS: TestPingSuccess (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPingHeadFallback [2021-02-22T19:36:51.251Z] === RUN TestPingHeadFallback/OK [2021-02-22T19:36:51.251Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-02-22T19:36:51.251Z] === RUN TestPingHeadFallback/Not_Found [2021-02-22T19:36:51.251Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-02-22T19:36:51.251Z] --- PASS: TestPingHeadFallback (0.00s) [2021-02-22T19:36:51.251Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-02-22T19:36:51.251Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-02-22T19:36:51.251Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-02-22T19:36:51.251Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginDisableError [2021-02-22T19:36:51.251Z] --- PASS: TestPluginDisableError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginDisable [2021-02-22T19:36:51.251Z] --- PASS: TestPluginDisable (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginEnableError [2021-02-22T19:36:51.251Z] --- PASS: TestPluginEnableError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginEnable [2021-02-22T19:36:51.251Z] --- PASS: TestPluginEnable (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginInspectError [2021-02-22T19:36:51.251Z] --- PASS: TestPluginInspectError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginInspectWithEmptyID [2021-02-22T19:36:51.251Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginInspect [2021-02-22T19:36:51.251Z] --- PASS: TestPluginInspect (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginListError [2021-02-22T19:36:51.251Z] --- PASS: TestPluginListError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginList [2021-02-22T19:36:51.251Z] --- PASS: TestPluginList (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginPushError [2021-02-22T19:36:51.251Z] --- PASS: TestPluginPushError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginPush [2021-02-22T19:36:51.251Z] --- PASS: TestPluginPush (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginRemoveError [2021-02-22T19:36:51.251Z] --- PASS: TestPluginRemoveError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginRemove [2021-02-22T19:36:51.251Z] --- PASS: TestPluginRemove (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginSetError [2021-02-22T19:36:51.251Z] --- PASS: TestPluginSetError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPluginSet [2021-02-22T19:36:51.251Z] --- PASS: TestPluginSet (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSetHostHeader [2021-02-22T19:36:51.251Z] --- PASS: TestSetHostHeader (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestPlainTextError [2021-02-22T19:36:51.251Z] --- PASS: TestPlainTextError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestInfiniteError [2021-02-22T19:36:51.251Z] --- PASS: TestInfiniteError (0.02s) [2021-02-22T19:36:51.251Z] === RUN TestSecretCreateUnsupported [2021-02-22T19:36:51.251Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretCreateError [2021-02-22T19:36:51.251Z] --- PASS: TestSecretCreateError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretCreate [2021-02-22T19:36:51.251Z] --- PASS: TestSecretCreate (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretInspectUnsupported [2021-02-22T19:36:51.251Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretInspectError [2021-02-22T19:36:51.251Z] --- PASS: TestSecretInspectError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretInspectSecretNotFound [2021-02-22T19:36:51.251Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretInspectWithEmptyID [2021-02-22T19:36:51.251Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretInspect [2021-02-22T19:36:51.251Z] --- PASS: TestSecretInspect (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretListUnsupported [2021-02-22T19:36:51.251Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretListError [2021-02-22T19:36:51.251Z] --- PASS: TestSecretListError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretList [2021-02-22T19:36:51.251Z] --- PASS: TestSecretList (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretRemoveUnsupported [2021-02-22T19:36:51.251Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretRemoveError [2021-02-22T19:36:51.251Z] --- PASS: TestSecretRemoveError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretRemove [2021-02-22T19:36:51.251Z] --- PASS: TestSecretRemove (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretUpdateUnsupported [2021-02-22T19:36:51.251Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretUpdateError [2021-02-22T19:36:51.251Z] --- PASS: TestSecretUpdateError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSecretUpdate [2021-02-22T19:36:51.251Z] --- PASS: TestSecretUpdate (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceCreateError [2021-02-22T19:36:51.251Z] --- PASS: TestServiceCreateError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceCreate [2021-02-22T19:36:51.251Z] --- PASS: TestServiceCreate (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceCreateCompatiblePlatforms [2021-02-22T19:36:51.251Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceCreateDigestPinning [2021-02-22T19:36:51.251Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceInspectError [2021-02-22T19:36:51.251Z] --- PASS: TestServiceInspectError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceInspectServiceNotFound [2021-02-22T19:36:51.251Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceInspectWithEmptyID [2021-02-22T19:36:51.251Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceInspect [2021-02-22T19:36:51.251Z] --- PASS: TestServiceInspect (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceListError [2021-02-22T19:36:51.251Z] --- PASS: TestServiceListError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceList [2021-02-22T19:36:51.251Z] --- PASS: TestServiceList (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceLogsError [2021-02-22T19:36:51.251Z] --- PASS: TestServiceLogsError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceLogs [2021-02-22T19:36:51.251Z] --- PASS: TestServiceLogs (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceRemoveError [2021-02-22T19:36:51.251Z] --- PASS: TestServiceRemoveError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceRemoveNotFoundError [2021-02-22T19:36:51.251Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceRemove [2021-02-22T19:36:51.251Z] --- PASS: TestServiceRemove (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceUpdateError [2021-02-22T19:36:51.251Z] --- PASS: TestServiceUpdateError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestServiceUpdate [2021-02-22T19:36:51.251Z] --- PASS: TestServiceUpdate (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmGetUnlockKeyError [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmGetUnlockKey [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmInitError [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmInitError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmInit [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmInit (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmInspectError [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmInspectError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmInspect [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmInspect (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmJoinError [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmJoinError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmJoin [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmJoin (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmLeaveError [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmLeave [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmLeave (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmUnlockError [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmUnlock [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmUnlock (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmUpdateError [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestSwarmUpdate [2021-02-22T19:36:51.251Z] --- PASS: TestSwarmUpdate (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestTaskInspectError [2021-02-22T19:36:51.251Z] --- PASS: TestTaskInspectError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestTaskInspectWithEmptyID [2021-02-22T19:36:51.251Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestTaskInspect [2021-02-22T19:36:51.251Z] --- PASS: TestTaskInspect (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestTaskListError [2021-02-22T19:36:51.251Z] --- PASS: TestTaskListError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestTaskList [2021-02-22T19:36:51.251Z] --- PASS: TestTaskList (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestVolumeCreateError [2021-02-22T19:36:51.251Z] --- PASS: TestVolumeCreateError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestVolumeCreate [2021-02-22T19:36:51.251Z] --- PASS: TestVolumeCreate (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestVolumeInspectError [2021-02-22T19:36:51.251Z] --- PASS: TestVolumeInspectError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestVolumeInspectNotFound [2021-02-22T19:36:51.251Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestVolumeInspectWithEmptyID [2021-02-22T19:36:51.251Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestVolumeInspect [2021-02-22T19:36:51.251Z] --- PASS: TestVolumeInspect (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestVolumeListError [2021-02-22T19:36:51.251Z] --- PASS: TestVolumeListError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestVolumeList [2021-02-22T19:36:51.251Z] --- PASS: TestVolumeList (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestVolumeRemoveError [2021-02-22T19:36:51.251Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-02-22T19:36:51.251Z] === RUN TestVolumeRemove [2021-02-22T19:36:51.251Z] --- PASS: TestVolumeRemove (0.00s) [2021-02-22T19:36:51.251Z] === CONT TestTLSCloseWriter [2021-02-22T19:36:51.251Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-02-22T19:36:51.251Z] PASS [2021-02-22T19:36:51.251Z] coverage: 74.9% of statements [2021-02-22T19:36:51.251Z] ok github.com/docker/docker/client 0.469s coverage: 74.9% of statements [2021-02-22T19:36:51.720Z] --- PASS: TestServiceUpdateSecrets (15.21s) [2021-02-22T19:36:51.720Z] === RUN TestServiceUpdateConfigs [2021-02-22T19:36:51.720Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-22T19:36:52.661Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-22T19:36:54.045Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-22T19:36:54.616Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-22T19:36:54.877Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-22T19:36:55.817Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-22T19:36:56.077Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-02-22T19:36:56.077Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-02-22T19:36:56.338Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-22T19:36:56.599Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-02-22T19:36:56.859Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-02-22T19:36:56.859Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-22T19:36:58.243Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-22T19:36:59.630Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-22T19:36:59.630Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-22T19:36:59.630Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-22T19:37:00.573Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-22T19:37:01.146Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-22T19:37:01.406Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-22T19:37:02.348Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-02-22T19:37:02.920Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-02-22T19:37:02.920Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-02-22T19:37:02.920Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-22T19:37:04.303Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-02-22T19:37:04.874Z] === RUN TestDockerSuite/TestEventsRename [2021-02-22T19:37:05.446Z] === RUN TestDockerSuite/TestEventsResize [2021-02-22T19:37:06.044Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-22T19:37:06.986Z] --- PASS: TestServiceUpdateConfigs (15.56s) [2021-02-22T19:37:06.986Z] === RUN TestServiceUpdateNetwork [2021-02-22T19:37:08.954Z] --- PASS: TestCheckoutGit (32.47s) [2021-02-22T19:37:08.954Z] === RUN TestValidGitTransport [2021-02-22T19:37:08.954Z] --- PASS: TestValidGitTransport (0.00s) [2021-02-22T19:37:08.954Z] === RUN TestGitInvalidRef [2021-02-22T19:37:08.954Z] --- PASS: TestGitInvalidRef (0.23s) [2021-02-22T19:37:08.954Z] PASS [2021-02-22T19:37:08.954Z] coverage: 86.3% of statements [2021-02-22T19:37:08.954Z] ok github.com/docker/docker/builder/remotecontext/git 32.799s coverage: 86.3% of statements [2021-02-22T19:37:08.954Z] ? github.com/docker/docker/cli [no test files] [2021-02-22T19:37:08.955Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-22T19:37:12.269Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-22T19:37:12.529Z] === RUN TestDockerSuite/TestEventsStreaming [2021-02-22T19:37:13.100Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-22T19:37:15.640Z] === RUN TestDockerSuite/TestEventsTop [2021-02-22T19:37:16.037Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-02-22T19:37:16.037Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-02-22T19:37:16.037Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-02-22T19:37:16.037Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-02-22T19:37:16.037Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-02-22T19:37:16.037Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-02-22T19:37:16.037Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-02-22T19:37:16.037Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-02-22T19:37:16.037Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-02-22T19:37:16.037Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-02-22T19:37:16.037Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-02-22T19:37:16.037Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-02-22T19:37:16.037Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-02-22T19:37:16.037Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-02-22T19:37:16.037Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-02-22T19:37:16.037Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-02-22T19:37:16.037Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-02-22T19:37:16.037Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-02-22T19:37:16.037Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-02-22T19:37:16.037Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-02-22T19:37:16.037Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-02-22T19:37:16.037Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.01s) [2021-02-22T19:37:16.037Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-02-22T19:37:16.037Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.01s) [2021-02-22T19:37:16.037Z] === RUN TestConfigureDaemonLogs [2021-02-22T19:37:16.037Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-02-22T19:37:16.037Z] === RUN TestCommonOptionsInstallFlags [2021-02-22T19:37:16.037Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-02-22T19:37:16.037Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-02-22T19:37:16.037Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-02-22T19:37:16.037Z] PASS [2021-02-22T19:37:16.037Z] coverage: 18.4% of statements [2021-02-22T19:37:16.037Z] ok github.com/docker/docker/cmd/dockerd 0.409s coverage: 18.4% of statements [2021-02-22T19:37:16.211Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-22T19:37:17.577Z] === RUN TestContainerStopSignal [2021-02-22T19:37:17.577Z] --- PASS: TestContainerStopSignal (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestContainerStopTimeout [2021-02-22T19:37:17.577Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestContainerSecretReferenceDestTarget [2021-02-22T19:37:17.577Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-02-22T19:37:17.577Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestContainerLogPathSetForRingLogger [2021-02-22T19:37:17.577Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestReplaceAndAppendEnvVars [2021-02-22T19:37:17.577Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-02-22T19:37:17.577Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-02-22T19:37:17.577Z] === RUN TestNewMemoryStore [2021-02-22T19:37:17.577Z] --- PASS: TestNewMemoryStore (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestAddContainers [2021-02-22T19:37:17.577Z] --- PASS: TestAddContainers (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestGetContainer [2021-02-22T19:37:17.577Z] --- PASS: TestGetContainer (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestDeleteContainer [2021-02-22T19:37:17.577Z] --- PASS: TestDeleteContainer (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestListContainers [2021-02-22T19:37:17.577Z] --- PASS: TestListContainers (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestFirstContainer [2021-02-22T19:37:17.577Z] --- PASS: TestFirstContainer (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestApplyAllContainer [2021-02-22T19:37:17.577Z] --- PASS: TestApplyAllContainer (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestIsValidHealthString [2021-02-22T19:37:17.577Z] --- PASS: TestIsValidHealthString (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestStateRunStop [2021-02-22T19:37:17.577Z] --- PASS: TestStateRunStop (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestStateTimeoutWait [2021-02-22T19:37:17.577Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-02-22T19:37:17.577Z] state_test.go:141: Stop callback fired [2021-02-22T19:37:17.577Z] state_test.go:165: Stop callback fired [2021-02-22T19:37:17.577Z] === RUN TestIsValidStateString [2021-02-22T19:37:17.577Z] --- PASS: TestIsValidStateString (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestViewSaveDelete [2021-02-22T19:37:17.577Z] --- PASS: TestViewSaveDelete (0.01s) [2021-02-22T19:37:17.577Z] === RUN TestViewAll [2021-02-22T19:37:17.577Z] --- PASS: TestViewAll (0.01s) [2021-02-22T19:37:17.577Z] === RUN TestViewGet [2021-02-22T19:37:17.577Z] --- PASS: TestViewGet (0.01s) [2021-02-22T19:37:17.577Z] === RUN TestNames [2021-02-22T19:37:17.577Z] --- PASS: TestNames (0.00s) [2021-02-22T19:37:17.577Z] === RUN TestViewWithHealthCheck [2021-02-22T19:37:17.577Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-02-22T19:37:17.577Z] PASS [2021-02-22T19:37:17.577Z] coverage: 41.6% of statements [2021-02-22T19:37:17.577Z] ok github.com/docker/docker/container 0.246s coverage: 41.6% of statements [2021-02-22T19:37:17.577Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-22T19:37:17.577Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-22T19:37:17.577Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-22T19:37:17.577Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-22T19:37:18.751Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-22T19:37:19.692Z] --- PASS: TestServiceUpdateNetwork (12.94s) [2021-02-22T19:37:19.692Z] === RUN TestServiceUpdatePidsLimit [2021-02-22T19:37:19.760Z] === RUN TestPrepare [2021-02-22T19:37:19.760Z] --- PASS: TestPrepare (0.00s) [2021-02-22T19:37:19.760Z] === RUN TestStart [2021-02-22T19:37:19.760Z] --- PASS: TestStart (0.00s) [2021-02-22T19:37:19.760Z] === RUN TestWaitCancel [2021-02-22T19:37:19.760Z] --- PASS: TestWaitCancel (0.00s) [2021-02-22T19:37:19.760Z] === RUN TestWaitDisabled [2021-02-22T19:37:19.760Z] --- PASS: TestWaitDisabled (0.00s) [2021-02-22T19:37:19.760Z] === RUN TestWaitEnabled [2021-02-22T19:37:19.760Z] --- PASS: TestWaitEnabled (0.00s) [2021-02-22T19:37:19.760Z] === RUN TestRemove [2021-02-22T19:37:19.760Z] --- PASS: TestRemove (0.00s) [2021-02-22T19:37:19.760Z] PASS [2021-02-22T19:37:19.760Z] coverage: 65.3% of statements [2021-02-22T19:37:19.760Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.270s coverage: 65.3% of statements [2021-02-22T19:37:21.607Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-22T19:37:22.548Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-22T19:37:22.666Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-02-22T19:37:22.666Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.10s) [2021-02-22T19:37:22.666Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-02-22T19:37:22.666Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-02-22T19:37:22.666Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-02-22T19:37:22.666Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-02-22T19:37:22.666Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-02-22T19:37:22.666Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-02-22T19:37:22.666Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-02-22T19:37:22.666Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-02-22T19:37:22.666Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-02-22T19:37:22.666Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-02-22T19:37:22.666Z] === RUN TestServiceConvertToGRPCIsolation [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertFromGRPCIsolation [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-02-22T19:37:22.667Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-02-22T19:37:22.667Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertFromGRPCConfigs [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCConfigs [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-02-22T19:37:22.667Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-02-22T19:37:22.667Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-02-22T19:37:22.667Z] PASS [2021-02-22T19:37:22.667Z] coverage: 35.9% of statements [2021-02-22T19:37:22.667Z] ok github.com/docker/docker/daemon/cluster/convert 0.233s coverage: 35.9% of statements [2021-02-22T19:37:23.129Z] === RUN TestNewListSecretsFilters [2021-02-22T19:37:23.129Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-02-22T19:37:23.129Z] === RUN TestNewListConfigsFilters [2021-02-22T19:37:23.129Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-02-22T19:37:23.129Z] PASS [2021-02-22T19:37:23.129Z] coverage: 0.5% of statements [2021-02-22T19:37:23.129Z] ok github.com/docker/docker/daemon/cluster 0.508s coverage: 0.5% of statements [2021-02-22T19:37:28.925Z] === RUN TestBuilderGC [2021-02-22T19:37:28.925Z] --- PASS: TestBuilderGC (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestDaemonConfigurationNotFound [2021-02-22T19:37:28.925Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestDaemonBrokenConfiguration [2021-02-22T19:37:28.925Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestParseClusterAdvertiseSettings [2021-02-22T19:37:28.925Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestFindConfigurationConflicts [2021-02-22T19:37:28.925Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-02-22T19:37:28.925Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestDaemonConfigurationMergeConflicts [2021-02-22T19:37:28.925Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-02-22T19:37:28.925Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-02-22T19:37:28.925Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-02-22T19:37:28.925Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-02-22T19:37:28.925Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-02-22T19:37:28.925Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-02-22T19:37:28.925Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-02-22T19:37:28.925Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-02-22T19:37:28.925Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-02-22T19:37:28.925Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestValidateConfigurationErrors [2021-02-22T19:37:28.925Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-02-22T19:37:28.925Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-02-22T19:37:28.925Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-02-22T19:37:28.925Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-02-22T19:37:28.925Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-02-22T19:37:28.925Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-02-22T19:37:28.925Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-02-22T19:37:28.925Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-02-22T19:37:28.925Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-02-22T19:37:28.925Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-02-22T19:37:28.925Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-02-22T19:37:28.925Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestValidateConfiguration [2021-02-22T19:37:28.925Z] === RUN TestValidateConfiguration/with_label [2021-02-22T19:37:28.925Z] === RUN TestValidateConfiguration/with_dns [2021-02-22T19:37:28.925Z] === RUN TestValidateConfiguration/with_dns-search [2021-02-22T19:37:28.925Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-02-22T19:37:28.925Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-02-22T19:37:28.925Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-02-22T19:37:28.925Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-02-22T19:37:28.925Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfiguration (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-02-22T19:37:28.925Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestModifiedDiscoverySettings [2021-02-22T19:37:28.925Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestReloadSetConfigFileNotExist [2021-02-22T19:37:28.925Z] time="2021-02-22T19:37:28Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-02-22T19:37:28.925Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-02-22T19:37:28.925Z] === RUN TestReloadDefaultConfigNotExist [2021-02-22T19:37:28.925Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-02-22T19:37:28.925Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:37:28.925Z] === RUN TestReloadBadDefaultConfig [2021-02-22T19:37:28.925Z] time="2021-02-22T19:37:28Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-409075103" [2021-02-22T19:37:28.925Z] --- PASS: TestReloadBadDefaultConfig (0.06s) [2021-02-22T19:37:28.925Z] === RUN TestReloadWithConflictingLabels [2021-02-22T19:37:28.925Z] time="2021-02-22T19:37:28Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-598585970" [2021-02-22T19:37:28.925Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestReloadWithDuplicateLabels [2021-02-22T19:37:28.925Z] time="2021-02-22T19:37:28Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-927390505" [2021-02-22T19:37:28.925Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-02-22T19:37:28.925Z] === RUN TestDaemonConfigurationMerge [2021-02-22T19:37:28.925Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-02-22T19:37:28.925Z] PASS [2021-02-22T19:37:28.925Z] coverage: 79.7% of statements [2021-02-22T19:37:28.925Z] ok github.com/docker/docker/daemon/config 0.443s coverage: 79.7% of statements [2021-02-22T19:37:29.384Z] === RUN TestDiscoveryOptsErrors [2021-02-22T19:37:29.384Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-02-22T19:37:29.384Z] === RUN TestDiscoveryOpts [2021-02-22T19:37:29.384Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-02-22T19:37:29.384Z] PASS [2021-02-22T19:37:29.384Z] coverage: 30.0% of statements [2021-02-22T19:37:29.384Z] ok github.com/docker/docker/daemon/discovery 0.132s coverage: 30.0% of statements [2021-02-22T19:37:30.693Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-22T19:37:30.693Z] === RUN TestDockerSuite/TestExec [2021-02-22T19:37:30.693Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-22T19:37:30.693Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-22T19:37:30.924Z] === RUN TestVerifyNetworkingConfig [2021-02-22T19:37:30.924Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestGetContainer [2021-02-22T19:37:30.924Z] --- PASS: TestGetContainer (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestValidContainerNames [2021-02-22T19:37:30.924Z] --- PASS: TestValidContainerNames (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestContainerInitDNS [2021-02-22T19:37:30.924Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-02-22T19:37:30.924Z] daemon_test.go:147: root required [2021-02-22T19:37:30.924Z] === RUN TestMerge [2021-02-22T19:37:30.924Z] --- PASS: TestMerge (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestValidateContainerIsolation [2021-02-22T19:37:30.924Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestFindNetworkErrorType [2021-02-22T19:37:30.924Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestEnsureServicesExist [2021-02-22T19:37:30.924Z] --- PASS: TestEnsureServicesExist (0.01s) [2021-02-22T19:37:30.924Z] === RUN TestEnsureServicesExistErrors [2021-02-22T19:37:30.924Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-02-22T19:37:30.924Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-02-22T19:37:30.924Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-02-22T19:37:30.924Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-02-22T19:37:30.924Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-02-22T19:37:30.924Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-02-22T19:37:30.924Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestContainerDelete [2021-02-22T19:37:30.924Z] --- PASS: TestContainerDelete (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestContainerDoubleDelete [2021-02-22T19:37:30.924Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestLogContainerEventCopyLabels [2021-02-22T19:37:30.924Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestLogContainerEventWithAttributes [2021-02-22T19:37:30.924Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestNoneHealthcheck [2021-02-22T19:37:30.924Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestHealthStates [2021-02-22T19:37:30.924Z] time="2021-02-22T19:37:30Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-22T19:37:30.924Z] time="2021-02-22T19:37:30Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-22T19:37:30.924Z] time="2021-02-22T19:37:30Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-22T19:37:30.924Z] time="2021-02-22T19:37:30Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-22T19:37:30.924Z] time="2021-02-22T19:37:30Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-22T19:37:30.924Z] time="2021-02-22T19:37:30Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-22T19:37:30.924Z] time="2021-02-22T19:37:30Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-22T19:37:30.924Z] time="2021-02-22T19:37:30Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-22T19:37:30.924Z] time="2021-02-22T19:37:30Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-22T19:37:30.924Z] time="2021-02-22T19:37:30Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-02-22T19:37:30.924Z] --- PASS: TestHealthStates (0.12s) [2021-02-22T19:37:30.924Z] === RUN TestMaskURLCredentials [2021-02-22T19:37:30.924Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestGetInspectData [2021-02-22T19:37:30.924Z] --- PASS: TestGetInspectData (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestFillLicense [2021-02-22T19:37:30.924Z] --- PASS: TestFillLicense (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestListInvalidFilter [2021-02-22T19:37:30.924Z] --- PASS: TestListInvalidFilter (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestNameFilter [2021-02-22T19:37:30.924Z] --- PASS: TestNameFilter (0.01s) [2021-02-22T19:37:30.924Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-02-22T19:37:30.924Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-02-22T19:37:30.924Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-02-22T19:37:30.924Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-02-22T19:37:30.924Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-02-22T19:37:30.924Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-02-22T19:37:30.924Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-02-22T19:37:30.924Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-02-22T19:37:30.924Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-22T19:37:30.924Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-02-22T19:37:30.924Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-02-22T19:37:30.924Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-22T19:37:30.924Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-02-22T19:37:30.924Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-02-22T19:37:30.924Z] --- PASS: TestSetWindowsCredentialSpecInSpec/using_a_'config://'_option_on_a_container_not_managed_by_swarmkit_is_not_allowed,_and_results_in_a_generic_error_message_to_hide_that_purely_internal_API (0.00s) [2021-02-22T19:37:30.925Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-02-22T19:37:30.925Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-02-22T19:37:30.925Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-02-22T19:37:30.925Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-02-22T19:37:30.925Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-02-22T19:37:30.925Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-02-22T19:37:30.925Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-02-22T19:37:30.925Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-02-22T19:37:30.925Z] === RUN TestDaemonReloadLabels [2021-02-22T19:37:30.925Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-02-22T19:37:30.925Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-02-22T19:37:30.925Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-02-22T19:37:30.925Z] === RUN TestDaemonReloadMirrors [2021-02-22T19:37:30.925Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-02-22T19:37:30.925Z] === RUN TestDaemonReloadInsecureRegistries [2021-02-22T19:37:30.925Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-02-22T19:37:30.925Z] === RUN TestDaemonReloadNotAffectOthers [2021-02-22T19:37:30.925Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-02-22T19:37:30.925Z] === RUN TestDaemonDiscoveryReload [2021-02-22T19:37:30.925Z] === RUN TestEventsLog [2021-02-22T19:37:30.925Z] --- PASS: TestEventsLog (0.00s) [2021-02-22T19:37:30.925Z] === RUN TestEventsLogTimeout [2021-02-22T19:37:30.925Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-02-22T19:37:30.925Z] === RUN TestLogEvents [2021-02-22T19:37:30.925Z] === RUN TestWaitNodeAttachment [2021-02-22T19:37:30.925Z] --- PASS: TestLogEvents (0.05s) [2021-02-22T19:37:30.925Z] === RUN TestLoadBufferedEvents [2021-02-22T19:37:31.384Z] --- PASS: TestLoadBufferedEvents (0.12s) [2021-02-22T19:37:31.384Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-02-22T19:37:31.384Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-02-22T19:37:31.384Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-02-22T19:37:31.384Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-02-22T19:37:31.384Z] PASS [2021-02-22T19:37:31.384Z] coverage: 50.0% of statements [2021-02-22T19:37:31.384Z] ok github.com/docker/docker/daemon/events 0.440s coverage: 50.0% of statements [2021-02-22T19:37:31.384Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-02-22T19:37:31.384Z] === RUN TestIsolationConversion [2021-02-22T19:37:31.384Z] === RUN TestIsolationConversion/default [2021-02-22T19:37:31.384Z] === RUN TestIsolationConversion/process [2021-02-22T19:37:31.384Z] === RUN TestIsolationConversion/hyperv [2021-02-22T19:37:31.384Z] --- PASS: TestIsolationConversion (0.00s) [2021-02-22T19:37:31.384Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-02-22T19:37:31.384Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-02-22T19:37:31.384Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-02-22T19:37:31.384Z] === RUN TestContainerLabels [2021-02-22T19:37:31.384Z] --- PASS: TestContainerLabels (0.00s) [2021-02-22T19:37:31.384Z] === RUN TestCredentialSpecConversion [2021-02-22T19:37:31.384Z] === RUN TestCredentialSpecConversion/none [2021-02-22T19:37:31.384Z] === RUN TestCredentialSpecConversion/config [2021-02-22T19:37:31.384Z] === RUN TestCredentialSpecConversion/file [2021-02-22T19:37:31.384Z] === RUN TestCredentialSpecConversion/registry [2021-02-22T19:37:31.384Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-02-22T19:37:31.384Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-02-22T19:37:31.384Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-02-22T19:37:31.384Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-02-22T19:37:31.384Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-02-22T19:37:31.384Z] === RUN TestControllerValidateMountBind [2021-02-22T19:37:31.384Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-02-22T19:37:31.384Z] === RUN TestControllerValidateMountVolume [2021-02-22T19:37:31.384Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-02-22T19:37:31.384Z] === RUN TestControllerValidateMountTarget [2021-02-22T19:37:31.384Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-02-22T19:37:31.384Z] === RUN TestControllerValidateMountTmpfs [2021-02-22T19:37:31.384Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-02-22T19:37:31.384Z] === RUN TestControllerValidateMountInvalidType [2021-02-22T19:37:31.384Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-02-22T19:37:31.384Z] === RUN TestControllerValidateMountNamedPipe [2021-02-22T19:37:31.384Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-02-22T19:37:31.384Z] PASS [2021-02-22T19:37:31.384Z] coverage: 11.3% of statements [2021-02-22T19:37:31.384Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.741s coverage: 11.3% of statements [2021-02-22T19:37:31.633Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-22T19:37:31.845Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-02-22T19:37:31.845Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-02-22T19:37:31.845Z] === RUN TestIsEmptyDir [2021-02-22T19:37:31.845Z] --- PASS: TestIsEmptyDir (0.01s) [2021-02-22T19:37:31.845Z] PASS [2021-02-22T19:37:31.845Z] coverage: 2.3% of statements [2021-02-22T19:37:31.845Z] ok github.com/docker/docker/daemon/graphdriver 0.075s coverage: 2.3% of statements [2021-02-22T19:37:32.203Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-22T19:37:32.304Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-02-22T19:37:32.304Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-02-22T19:37:32.764Z] === RUN TestLinkNaming [2021-02-22T19:37:32.764Z] --- PASS: TestLinkNaming (0.00s) [2021-02-22T19:37:32.764Z] === RUN TestLinkNew [2021-02-22T19:37:32.764Z] --- PASS: TestLinkNew (0.00s) [2021-02-22T19:37:32.764Z] === RUN TestLinkEnv [2021-02-22T19:37:32.764Z] --- PASS: TestLinkEnv (0.00s) [2021-02-22T19:37:32.764Z] === RUN TestLinkMultipleEnv [2021-02-22T19:37:32.764Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-02-22T19:37:32.764Z] === RUN TestLinkPortRangeEnv [2021-02-22T19:37:32.764Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-02-22T19:37:32.764Z] PASS [2021-02-22T19:37:32.764Z] coverage: 93.0% of statements [2021-02-22T19:37:32.764Z] ok github.com/docker/docker/daemon/links 0.037s coverage: 93.0% of statements [2021-02-22T19:37:32.764Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.57s) [2021-02-22T19:37:32.764Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-02-22T19:37:32.764Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-22T19:37:33.223Z] reload_test.go:520: root required [2021-02-22T19:37:33.223Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-02-22T19:37:33.223Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-02-22T19:37:33.223Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-02-22T19:37:33.224Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.06s) [2021-02-22T19:37:33.224Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-02-22T19:37:33.224Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.08s) [2021-02-22T19:37:33.224Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-02-22T19:37:33.224Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-02-22T19:37:33.224Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-02-22T19:37:33.224Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-02-22T19:37:33.224Z] === RUN TestParseVolumesFrom [2021-02-22T19:37:33.224Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-02-22T19:37:33.224Z] PASS [2021-02-22T19:37:33.224Z] coverage: 9.1% of statements [2021-02-22T19:37:33.224Z] ok github.com/docker/docker/daemon 2.983s coverage: 9.1% of statements [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-02-22T19:37:33.224Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-02-22T19:37:33.585Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-22T19:37:33.845Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-22T19:37:34.415Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-22T19:37:34.986Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-22T19:37:35.410Z] === RUN TestAdapterReadLogs [2021-02-22T19:37:35.410Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-02-22T19:37:35.410Z] === RUN TestCopier [2021-02-22T19:37:35.410Z] --- PASS: TestCopier (0.01s) [2021-02-22T19:37:35.410Z] === RUN TestCopierLongLines [2021-02-22T19:37:35.410Z] --- PASS: TestCopierLongLines (0.00s) [2021-02-22T19:37:35.410Z] === RUN TestCopierSlow [2021-02-22T19:37:35.410Z] --- PASS: TestCopierSlow (0.24s) [2021-02-22T19:37:35.410Z] === RUN TestCopierWithSized [2021-02-22T19:37:35.410Z] === RUN TestCopierWithSized/as_is [2021-02-22T19:37:35.410Z] === RUN TestCopierWithSized/With_RingLogger [2021-02-22T19:37:35.410Z] --- PASS: TestCopierWithSized (0.10s) [2021-02-22T19:37:35.410Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-02-22T19:37:35.410Z] --- PASS: TestCopierWithSized/With_RingLogger (0.09s) [2021-02-22T19:37:35.410Z] === RUN TestCopierWithPartial [2021-02-22T19:37:35.410Z] --- PASS: TestCopierWithPartial (0.00s) [2021-02-22T19:37:35.410Z] === RUN TestRingLogger [2021-02-22T19:37:35.410Z] --- PASS: TestRingLogger (0.00s) [2021-02-22T19:37:35.410Z] === RUN TestRingCap [2021-02-22T19:37:35.410Z] --- PASS: TestRingCap (0.00s) [2021-02-22T19:37:35.410Z] === RUN TestRingClose [2021-02-22T19:37:35.410Z] --- PASS: TestRingClose (0.00s) [2021-02-22T19:37:35.410Z] === RUN TestRingDrain [2021-02-22T19:37:35.410Z] --- PASS: TestRingDrain (0.00s) [2021-02-22T19:37:35.410Z] PASS [2021-02-22T19:37:35.410Z] coverage: 43.5% of statements [2021-02-22T19:37:35.874Z] ok github.com/docker/docker/daemon/logger 0.429s coverage: 43.5% of statements [2021-02-22T19:37:35.874Z] === RUN TestNewStreamConfig [2021-02-22T19:37:35.874Z] === RUN TestNewStreamConfig/defaults [2021-02-22T19:37:35.874Z] === RUN TestNewStreamConfig/invalid_create_group [2021-02-22T19:37:35.874Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-02-22T19:37:35.874Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-02-22T19:37:35.874Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-02-22T19:37:35.874Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-02-22T19:37:35.874Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-02-22T19:37:35.874Z] --- PASS: TestNewStreamConfig (0.00s) [2021-02-22T19:37:35.874Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-02-22T19:37:35.874Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-02-22T19:37:35.874Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-02-22T19:37:35.874Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-02-22T19:37:35.874Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-02-22T19:37:35.927Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-22T19:37:36.186Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-22T19:37:36.333Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-02-22T19:37:36.333Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-02-22T19:37:36.333Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-02-22T19:37:36.333Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-02-22T19:37:36.333Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-02-22T19:37:36.333Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-02-22T19:37:36.333Z] === RUN TestNewAWSLogsClientRegionDetect [2021-02-22T19:37:36.333Z] time="2021-02-22T19:37:35Z" level=info msg="Trying to get region from EC2 Metadata" [2021-02-22T19:37:36.333Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.11s) [2021-02-22T19:37:36.333Z] === RUN TestCreateSuccess [2021-02-22T19:37:36.333Z] --- PASS: TestCreateSuccess (0.00s) [2021-02-22T19:37:36.333Z] === RUN TestCreateLogGroupSuccess [2021-02-22T19:37:36.333Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-02-22T19:37:36.333Z] === RUN TestCreateError [2021-02-22T19:37:36.333Z] --- PASS: TestCreateError (0.00s) [2021-02-22T19:37:36.333Z] === RUN TestCreateAlreadyExists [2021-02-22T19:37:36.333Z] time="2021-02-22T19:37:35Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-02-22T19:37:36.334Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestLogClosed [2021-02-22T19:37:36.334Z] --- PASS: TestLogClosed (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestLogBlocking [2021-02-22T19:37:36.334Z] --- PASS: TestLogBlocking (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestLogNonBlockingBufferEmpty [2021-02-22T19:37:36.334Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestLogNonBlockingBufferFull [2021-02-22T19:37:36.334Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestPublishBatchSuccess [2021-02-22T19:37:36.334Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestPublishBatchError [2021-02-22T19:37:36.334Z] time="2021-02-22T19:37:35Z" level=error msg=Error [2021-02-22T19:37:36.334Z] --- PASS: TestPublishBatchError (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-02-22T19:37:36.334Z] time="2021-02-22T19:37:35Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-22T19:37:36.334Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestPublishBatchAlreadyAccepted [2021-02-22T19:37:36.334Z] time="2021-02-22T19:37:35Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-22T19:37:36.334Z] time="2021-02-22T19:37:35Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-02-22T19:37:36.334Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestCollectBatchSimple [2021-02-22T19:37:36.334Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestCollectBatchTicker [2021-02-22T19:37:36.334Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestCollectBatchMultilinePattern [2021-02-22T19:37:36.334Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-02-22T19:37:36.334Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-02-22T19:37:36.334Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-02-22T19:37:36.334Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2021-02-22T19:37:36.334Z] === RUN TestCollectBatchClose [2021-02-22T19:37:36.334Z] --- PASS: TestCollectBatchClose (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestEffectiveLen [2021-02-22T19:37:36.334Z] === RUN TestEffectiveLen/0/Hello [2021-02-22T19:37:36.334Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-02-22T19:37:36.334Z] === RUN TestEffectiveLen/2/🙃 [2021-02-22T19:37:36.334Z] === RUN TestEffectiveLen/3/���� [2021-02-22T19:37:36.334Z] === RUN TestEffectiveLen/4/He��o [2021-02-22T19:37:36.334Z] === RUN TestEffectiveLen/5/ [2021-02-22T19:37:36.334Z] --- PASS: TestEffectiveLen (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestFindValidSplit [2021-02-22T19:37:36.334Z] === RUN TestFindValidSplit/0/ [2021-02-22T19:37:36.334Z] === RUN TestFindValidSplit/1/Hello [2021-02-22T19:37:36.334Z] === RUN TestFindValidSplit/2/Hello [2021-02-22T19:37:36.334Z] === RUN TestFindValidSplit/3/Hello [2021-02-22T19:37:36.334Z] === RUN TestFindValidSplit/4/🙃 [2021-02-22T19:37:36.334Z] === RUN TestFindValidSplit/5/🙃 [2021-02-22T19:37:36.334Z] === RUN TestFindValidSplit/6/a� [2021-02-22T19:37:36.334Z] === RUN TestFindValidSplit/7/a� [2021-02-22T19:37:36.334Z] --- PASS: TestFindValidSplit (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1044: [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1045: [2021-02-22T19:37:36.334Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1044: Hello [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1045: [2021-02-22T19:37:36.334Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1044: He [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1045: llo [2021-02-22T19:37:36.334Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1044: [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1045: Hello [2021-02-22T19:37:36.334Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1044: [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1045: 🙃 [2021-02-22T19:37:36.334Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1044: 🙃 [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1045: [2021-02-22T19:37:36.334Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1044: a [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1045: � [2021-02-22T19:37:36.334Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1044: a� [2021-02-22T19:37:36.334Z] cloudwatchlogs_test.go:1045: [2021-02-22T19:37:36.334Z] === RUN TestProcessEventEmoji [2021-02-22T19:37:36.334Z] --- PASS: TestProcessEventEmoji (0.01s) [2021-02-22T19:37:36.334Z] === RUN TestCollectBatchLineSplit [2021-02-22T19:37:36.334Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestCollectBatchLineSplitWithBinary [2021-02-22T19:37:36.334Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestCollectBatchMaxEvents [2021-02-22T19:37:36.334Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-02-22T19:37:36.334Z] === RUN TestCollectBatchMaxTotalBytes [2021-02-22T19:37:36.334Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-02-22T19:37:36.334Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-02-22T19:37:36.334Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-02-22T19:37:36.334Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-02-22T19:37:36.334Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.07s) [2021-02-22T19:37:36.334Z] === RUN TestParseLogOptionsMultilinePattern [2021-02-22T19:37:36.334Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestParseLogOptionsDatetimeFormat [2021-02-22T19:37:36.334Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-02-22T19:37:36.334Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-02-22T19:37:36.334Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-02-22T19:37:36.334Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-02-22T19:37:36.334Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-02-22T19:37:36.334Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-02-22T19:37:36.334Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-02-22T19:37:36.334Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-02-22T19:37:36.334Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-02-22T19:37:36.334Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-02-22T19:37:36.334Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-02-22T19:37:36.334Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-02-22T19:37:36.334Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-02-22T19:37:36.334Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-02-22T19:37:36.334Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-02-22T19:37:36.334Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-02-22T19:37:36.334Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-02-22T19:37:36.334Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-02-22T19:37:36.334Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-02-22T19:37:36.334Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestCreateTagSuccess [2021-02-22T19:37:36.334Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-02-22T19:37:36.334Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.02s) [2021-02-22T19:37:36.334Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-02-22T19:37:36.334Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-02-22T19:37:36.334Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-02-22T19:37:36.334Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2021-02-22T19:37:36.334Z] PASS [2021-02-22T19:37:36.334Z] coverage: 77.8% of statements [2021-02-22T19:37:36.334Z] ok github.com/docker/docker/daemon/logger/awslogs 0.373s coverage: 77.8% of statements [2021-02-22T19:37:37.127Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-22T19:37:37.127Z] --- PASS: TestServiceUpdatePidsLimit (17.36s) [2021-02-22T19:37:37.127Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.27s) [2021-02-22T19:37:37.127Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.00s) [2021-02-22T19:37:37.127Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.01s) [2021-02-22T19:37:37.127Z] PASS [2021-02-22T19:37:37.127Z] [2021-02-22T19:37:37.127Z] === Skipped [2021-02-22T19:37:37.127Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-22T19:37:37.127Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-22T19:37:37.127Z] [2021-02-22T19:37:37.127Z] [2021-02-22T19:37:37.127Z] DONE 27 tests, 1 skipped in 188.087s [2021-02-22T19:37:37.127Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-22T19:37:37.127Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:37:37.127Z] ++ set -e [2021-02-22T19:37:37.127Z] ++ '[' -n 0 ']' [2021-02-22T19:37:37.127Z] ++ set -x [2021-02-22T19:37:37.127Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:37:37.302Z] === RUN TestSearchRegistryForImagesErrors [2021-02-22T19:37:37.302Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-02-22T19:37:37.302Z] === RUN TestSearchRegistryForImages [2021-02-22T19:37:37.302Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-02-22T19:37:37.302Z] === RUN TestOnlyPlatformWithFallback [2021-02-22T19:37:37.302Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-02-22T19:37:37.302Z] === RUN TestImageDelete [2021-02-22T19:37:37.302Z] === RUN TestImageDelete/no_lease [2021-02-22T19:37:37.302Z] === RUN TestImageDelete/lease_exists [2021-02-22T19:37:37.302Z] --- PASS: TestImageDelete (0.06s) [2021-02-22T19:37:37.302Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-02-22T19:37:37.302Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-02-22T19:37:37.302Z] === RUN TestContentStoreForPull [2021-02-22T19:37:37.302Z] === RUN TestJSONFileLogger [2021-02-22T19:37:37.302Z] --- PASS: TestJSONFileLogger (0.00s) [2021-02-22T19:37:37.302Z] === RUN TestJSONFileLoggerWithTags [2021-02-22T19:37:37.302Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-02-22T19:37:37.302Z] === RUN TestJSONFileLoggerWithOpts [2021-02-22T19:37:37.302Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-02-22T19:37:37.302Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-02-22T19:37:37.302Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-02-22T19:37:37.302Z] === RUN TestEncodeDecode [2021-02-22T19:37:37.302Z] === PAUSE TestEncodeDecode [2021-02-22T19:37:37.302Z] === CONT TestEncodeDecode [2021-02-22T19:37:37.302Z] --- PASS: TestContentStoreForPull (0.16s) [2021-02-22T19:37:37.302Z] PASS [2021-02-22T19:37:37.302Z] coverage: 6.7% of statements [2021-02-22T19:37:37.302Z] ok github.com/docker/docker/daemon/images 0.508s coverage: 6.7% of statements [2021-02-22T19:37:37.303Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-22T19:37:37.303Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-22T19:37:37.303Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-02-22T19:37:37.303Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-22T19:37:37.303Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-22T19:37:37.303Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-02-22T19:37:37.303Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-02-22T19:37:37.303Z] === RUN TestJSONLogsMarshalJSONBuf [2021-02-22T19:37:37.303Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-02-22T19:37:37.303Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-02-22T19:37:37.303Z] --- PASS: TestEncodeDecode (0.13s) [2021-02-22T19:37:37.303Z] PASS [2021-02-22T19:37:37.303Z] coverage: 61.6% of statements [2021-02-22T19:37:37.303Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.242s coverage: 61.6% of statements [2021-02-22T19:37:37.303Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.13s) [2021-02-22T19:37:37.303Z] === RUN TestFastTimeMarshalJSON [2021-02-22T19:37:37.303Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-02-22T19:37:37.303Z] PASS [2021-02-22T19:37:37.303Z] coverage: 87.2% of statements [2021-02-22T19:37:37.303Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.176s coverage: 87.2% of statements [2021-02-22T19:37:37.387Z] INFO: Testing against a local daemon [2021-02-22T19:37:37.387Z] === RUN TestSessionCreate [2021-02-22T19:37:37.387Z] --- PASS: TestSessionCreate (0.02s) [2021-02-22T19:37:37.387Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-22T19:37:37.387Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-22T19:37:37.387Z] PASS [2021-02-22T19:37:37.387Z] [2021-02-22T19:37:37.387Z] DONE 2 tests in 0.215s [2021-02-22T19:37:37.387Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-22T19:37:37.387Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:37:37.387Z] ++ set -e [2021-02-22T19:37:37.387Z] ++ '[' -n 0 ']' [2021-02-22T19:37:37.387Z] ++ set -x [2021-02-22T19:37:37.387Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:37:37.648Z] INFO: Testing against a local daemon [2021-02-22T19:37:37.648Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-22T19:37:37.648Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-22T19:37:37.648Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-22T19:37:37.648Z] === RUN TestEventsExecDie [2021-02-22T19:37:38.589Z] --- PASS: TestEventsExecDie (0.84s) [2021-02-22T19:37:38.589Z] === RUN TestEventsBackwardsCompatible [2021-02-22T19:37:38.589Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-22T19:37:38.589Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2021-02-22T19:37:38.589Z] === RUN TestInfoBinaryCommits [2021-02-22T19:37:38.589Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-22T19:37:38.589Z] === RUN TestInfoAPIVersioned [2021-02-22T19:37:38.589Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-22T19:37:38.589Z] === RUN TestInfoDiscoveryBackend [2021-02-22T19:37:39.159Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-02-22T19:37:39.159Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-22T19:37:39.489Z] === RUN TestWriteLog [2021-02-22T19:37:39.490Z] === PAUSE TestWriteLog [2021-02-22T19:37:39.490Z] === RUN TestReadLog [2021-02-22T19:37:39.490Z] === PAUSE TestReadLog [2021-02-22T19:37:39.490Z] === CONT TestWriteLog [2021-02-22T19:37:39.490Z] === CONT TestReadLog [2021-02-22T19:37:39.490Z] --- PASS: TestWriteLog (0.00s) [2021-02-22T19:37:39.490Z] === RUN TestReadLog/tail_exact [2021-02-22T19:37:39.490Z] === RUN TestReadLog/tail_less_than_available [2021-02-22T19:37:39.490Z] === RUN TestReadLog/tail_more_than_available [2021-02-22T19:37:39.490Z] --- PASS: TestReadLog (0.13s) [2021-02-22T19:37:39.490Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-02-22T19:37:39.490Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-02-22T19:37:39.490Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2021-02-22T19:37:39.490Z] PASS [2021-02-22T19:37:39.490Z] coverage: 75.2% of statements [2021-02-22T19:37:39.490Z] ok github.com/docker/docker/daemon/logger/local 0.263s coverage: 75.2% of statements [2021-02-22T19:37:39.490Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-22T19:37:39.730Z] === RUN TestDockerSuite/TestExecEnv [2021-02-22T19:37:39.949Z] === RUN TestLog [2021-02-22T19:37:39.949Z] --- PASS: TestLog (0.01s) [2021-02-22T19:37:39.949Z] PASS [2021-02-22T19:37:39.949Z] coverage: 31.5% of statements [2021-02-22T19:37:39.949Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.183s coverage: 31.5% of statements [2021-02-22T19:37:39.949Z] === RUN TestOpenFileDelete [2021-02-22T19:37:39.949Z] --- PASS: TestOpenFileDelete (0.00s) [2021-02-22T19:37:39.949Z] === RUN TestOpenFileRename [2021-02-22T19:37:39.949Z] --- PASS: TestOpenFileRename (0.00s) [2021-02-22T19:37:39.949Z] === RUN TestParseLogTagDefaultTag [2021-02-22T19:37:39.949Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-02-22T19:37:39.949Z] === RUN TestParseLogTag [2021-02-22T19:37:39.949Z] --- PASS: TestParseLogTag (0.00s) [2021-02-22T19:37:39.949Z] === RUN TestParseLogTagEmptyTag [2021-02-22T19:37:39.949Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-02-22T19:37:39.949Z] === RUN TestTailFiles [2021-02-22T19:37:39.949Z] --- PASS: TestTailFiles (0.00s) [2021-02-22T19:37:39.949Z] === RUN TestFollowLogsConsumerGone [2021-02-22T19:37:39.949Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-02-22T19:37:39.949Z] === RUN TestFollowLogsProducerGone [2021-02-22T19:37:39.949Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-02-22T19:37:39.949Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-02-22T19:37:39.949Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-02-22T19:37:39.949Z] === RUN TestCheckCapacityAndRotate [2021-02-22T19:37:39.949Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-02-22T19:37:39.949Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-02-22T19:37:40.304Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-22T19:37:40.304Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-22T19:37:40.304Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-22T19:37:40.418Z] --- PASS: TestCheckCapacityAndRotate (0.17s) [2021-02-22T19:37:40.418Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2021-02-22T19:37:40.418Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.15s) [2021-02-22T19:37:40.418Z] PASS [2021-02-22T19:37:40.418Z] coverage: 55.3% of statements [2021-02-22T19:37:40.418Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.294s coverage: 55.3% of statements [2021-02-22T19:37:40.565Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-02-22T19:37:40.565Z] === RUN TestInfoAPI [2021-02-22T19:37:40.565Z] --- PASS: TestInfoAPI (0.03s) [2021-02-22T19:37:40.565Z] === RUN TestInfoAPIWarnings [2021-02-22T19:37:40.877Z] === RUN TestValidateLogOpt [2021-02-22T19:37:40.877Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-22T19:37:40.877Z] === RUN TestNewMissedConfig [2021-02-22T19:37:40.877Z] --- PASS: TestNewMissedConfig (0.00s) [2021-02-22T19:37:40.877Z] === RUN TestNewMissedUrl [2021-02-22T19:37:40.877Z] --- PASS: TestNewMissedUrl (0.00s) [2021-02-22T19:37:40.877Z] === RUN TestNewMissedToken [2021-02-22T19:37:40.877Z] --- PASS: TestNewMissedToken (0.00s) [2021-02-22T19:37:40.877Z] === RUN TestNewWithProxy [2021-02-22T19:37:40.877Z] --- PASS: TestNewWithProxy (0.00s) [2021-02-22T19:37:40.877Z] === RUN TestDefault [2021-02-22T19:37:40.877Z] --- PASS: TestDefault (0.01s) [2021-02-22T19:37:40.877Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-02-22T19:37:40.877Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-02-22T19:37:40.877Z] === RUN TestJsonFormat [2021-02-22T19:37:40.877Z] --- PASS: TestJsonFormat (0.00s) [2021-02-22T19:37:40.877Z] === RUN TestRawFormat [2021-02-22T19:37:40.877Z] --- PASS: TestRawFormat (0.00s) [2021-02-22T19:37:40.877Z] === RUN TestRawFormatWithLabels [2021-02-22T19:37:40.877Z] --- PASS: TestRawFormatWithLabels (0.01s) [2021-02-22T19:37:40.877Z] === RUN TestRawFormatWithoutTag [2021-02-22T19:37:40.877Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-02-22T19:37:40.877Z] === RUN TestBatching [2021-02-22T19:37:41.507Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-22T19:37:41.521Z] --- PASS: TestBatching (0.37s) [2021-02-22T19:37:41.521Z] === RUN TestFrequency [2021-02-22T19:37:41.521Z] --- PASS: TestFrequency (0.16s) [2021-02-22T19:37:41.521Z] === RUN TestOneMessagePerRequest [2021-02-22T19:37:41.521Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-02-22T19:37:41.521Z] === RUN TestVerify [2021-02-22T19:37:41.521Z] --- PASS: TestVerify (0.00s) [2021-02-22T19:37:41.521Z] === RUN TestSkipVerify [2021-02-22T19:37:41.521Z] === RUN TestNewParse [2021-02-22T19:37:41.521Z] --- PASS: TestNewParse (0.00s) [2021-02-22T19:37:41.521Z] PASS [2021-02-22T19:37:41.521Z] coverage: 8.3% of statements [2021-02-22T19:37:41.521Z] ok github.com/docker/docker/daemon/logger/templates 0.053s coverage: 8.3% of statements [2021-02-22T19:37:41.521Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.521Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.521Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.521Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.521Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.521Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.981Z] --- PASS: TestSkipVerify (0.52s) [2021-02-22T19:37:41.981Z] === RUN TestBufferMaximum [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614022661.565682\",\"host\":\"1a2b789a07e2\"}'" [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614022661.565682\",\"host\":\"1a2b789a07e2\"}'" [2021-02-22T19:37:41.981Z] --- PASS: TestBufferMaximum (0.00s) [2021-02-22T19:37:41.981Z] === RUN TestServerAlwaysDown [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614022661.567693\",\"host\":\"1a2b789a07e2\"}'" [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614022661.567693\",\"host\":\"1a2b789a07e2\"}'" [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614022661.567693\",\"host\":\"1a2b789a07e2\"}'" [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614022661.568692\",\"host\":\"1a2b789a07e2\"}'" [2021-02-22T19:37:41.981Z] time="2021-02-22T19:37:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614022661.568692\",\"host\":\"1a2b789a07e2\"}'" [2021-02-22T19:37:41.981Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-02-22T19:37:41.981Z] === RUN TestCannotSendAfterClose [2021-02-22T19:37:41.981Z] === RUN TestParseLogFormat [2021-02-22T19:37:41.981Z] --- PASS: TestParseLogFormat (0.00s) [2021-02-22T19:37:41.981Z] === RUN TestValidateLogOptEmpty [2021-02-22T19:37:41.981Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-02-22T19:37:41.981Z] === RUN TestValidateSyslogAddress [2021-02-22T19:37:41.981Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-02-22T19:37:41.981Z] === RUN TestParseAddressDefaultPort [2021-02-22T19:37:41.981Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-02-22T19:37:41.981Z] === RUN TestValidateSyslogFacility [2021-02-22T19:37:41.981Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-02-22T19:37:41.981Z] === RUN TestValidateLogOptSyslogFormat [2021-02-22T19:37:41.981Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-02-22T19:37:41.981Z] === RUN TestValidateLogOpt [2021-02-22T19:37:41.981Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-22T19:37:41.981Z] PASS [2021-02-22T19:37:41.981Z] coverage: 46.8% of statements [2021-02-22T19:37:41.981Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-02-22T19:37:41.981Z] === RUN TestDeadlockOnBlockedEndpoint [2021-02-22T19:37:41.981Z] ok github.com/docker/docker/daemon/logger/syslog 0.187s coverage: 46.8% of statements [2021-02-22T19:37:42.079Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-22T19:37:42.950Z] time="2021-02-22T19:37:42Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-02-22T19:37:42.950Z] time="2021-02-22T19:37:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"1a2b789a07e2\"}'" [2021-02-22T19:37:42.950Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.05s) [2021-02-22T19:37:42.950Z] PASS [2021-02-22T19:37:42.950Z] coverage: 82.5% of statements [2021-02-22T19:37:42.950Z] ok github.com/docker/docker/daemon/logger/splunk 2.315s coverage: 82.5% of statements [2021-02-22T19:37:42.950Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-22T19:37:42.950Z] ? github.com/docker/docker/daemon/network [no test files] [2021-02-22T19:37:42.950Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-22T19:37:43.990Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-22T19:37:44.250Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-02-22T19:37:44.488Z] === RUN TestV1IDService [2021-02-22T19:37:44.488Z] --- PASS: TestV1IDService (0.08s) [2021-02-22T19:37:44.488Z] === RUN TestV2MetadataService [2021-02-22T19:37:44.488Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-02-22T19:37:44.488Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-02-22T19:37:44.488Z] === RUN TestContinueOnError_MirrorEndpoint [2021-02-22T19:37:44.488Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-02-22T19:37:44.488Z] === RUN TestContinueOnError_NeverContinue [2021-02-22T19:37:44.488Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-02-22T19:37:44.488Z] === RUN TestContinueOnError_UnnestsErrors [2021-02-22T19:37:44.488Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2021-02-22T19:37:44.488Z] === RUN TestManifestStore [2021-02-22T19:37:44.488Z] === RUN TestManifestStore/no_remote_or_local [2021-02-22T19:37:44.488Z] time="2021-02-22T19:37:44Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local831558931\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-02-22T19:37:44.488Z] === RUN TestManifestStore/no_local_cache [2021-02-22T19:37:44.488Z] === RUN TestSuccessfulDownload [2021-02-22T19:37:44.488Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-02-22T19:37:44.488Z] download_test.go:268: Needs fixing on Windows [2021-02-22T19:37:44.488Z] === RUN TestCancelledDownload [2021-02-22T19:37:44.488Z] --- PASS: TestCancelledDownload (0.00s) [2021-02-22T19:37:44.488Z] === RUN TestMaxDownloadAttempts [2021-02-22T19:37:44.488Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-22T19:37:44.488Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-22T19:37:44.488Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-22T19:37:44.488Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-22T19:37:44.488Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-22T19:37:44.488Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-22T19:37:44.488Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-22T19:37:44.488Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-22T19:37:44.488Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-22T19:37:44.488Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-22T19:37:44.488Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-22T19:37:44.488Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-22T19:37:44.488Z] === RUN TestManifestStore/with_local_cache [2021-02-22T19:37:44.488Z] === RUN TestManifestStore/unknown_media_type [2021-02-22T19:37:44.488Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-02-22T19:37:44.488Z] time="2021-02-22T19:37:44Z" level=warning msg="reference for unknown type: " [2021-02-22T19:37:44.488Z] time="2021-02-22T19:37:44Z" level=warning msg="reference for unknown type: " [2021-02-22T19:37:44.488Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-02-22T19:37:44.488Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-02-22T19:37:44.488Z] time="2021-02-22T19:37:44Z" level=warning msg="reference for unknown type: " [2021-02-22T19:37:44.488Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-02-22T19:37:44.488Z] time="2021-02-22T19:37:44Z" level=warning msg="reference for unknown type: " [2021-02-22T19:37:44.488Z] time="2021-02-22T19:37:44Z" level=warning msg="reference for unknown type: " [2021-02-22T19:37:44.488Z] === RUN TestManifestStore/error_persisting_manifest [2021-02-22T19:37:44.488Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-02-22T19:37:44.488Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-02-22T19:37:44.488Z] time="2021-02-22T19:37:44Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-02-22T19:37:44.488Z] --- PASS: TestManifestStore (0.25s) [2021-02-22T19:37:44.488Z] --- PASS: TestManifestStore/no_remote_or_local (0.14s) [2021-02-22T19:37:44.488Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-02-22T19:37:44.488Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-02-22T19:37:44.488Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-02-22T19:37:44.488Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-02-22T19:37:44.488Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-02-22T19:37:44.488Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-02-22T19:37:44.488Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-02-22T19:37:44.488Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2021-02-22T19:37:44.488Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-02-22T19:37:44.488Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.03s) [2021-02-22T19:37:44.488Z] === RUN TestDetectManifestBlobMediaType [2021-02-22T19:37:44.488Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-02-22T19:37:44.488Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-02-22T19:37:44.488Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-02-22T19:37:44.488Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-02-22T19:37:44.488Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-02-22T19:37:44.488Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-02-22T19:37:44.488Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-02-22T19:37:44.488Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-02-22T19:37:44.488Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-02-22T19:37:44.488Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-02-22T19:37:44.488Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-02-22T19:37:44.488Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-02-22T19:37:44.488Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-02-22T19:37:44.488Z] === RUN TestFixManifestLayers [2021-02-22T19:37:44.488Z] --- PASS: TestFixManifestLayers (0.00s) [2021-02-22T19:37:44.488Z] === RUN TestFixManifestLayersBaseLayerParent [2021-02-22T19:37:44.488Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-22T19:37:44.488Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-22T19:37:44.488Z] === RUN TestFixManifestLayersBadParent [2021-02-22T19:37:44.488Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-02-22T19:37:44.488Z] === RUN TestValidateManifest [2021-02-22T19:37:44.488Z] --- SKIP: TestValidateManifest (0.00s) [2021-02-22T19:37:44.488Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-22T19:37:44.488Z] === RUN TestFormatPlatform [2021-02-22T19:37:44.488Z] --- PASS: TestFormatPlatform (0.00s) [2021-02-22T19:37:44.488Z] === RUN TestGetRepositoryMountCandidates [2021-02-22T19:37:44.488Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-02-22T19:37:44.488Z] === RUN TestLayerAlreadyExists [2021-02-22T19:37:44.488Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-02-22T19:37:44.488Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-22T19:37:44.488Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-22T19:37:44.488Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-22T19:37:44.488Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-22T19:37:44.488Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-22T19:37:44.488Z] push_v2_test.go:738: progress update: progress.Progress{ID:"5f70bf18a086", Message:"", Action:"Layer already exists", Current:0, Total:0, HideCounts:false, Units:"", Aux:interface {}(nil), LastUpdate:false} [2021-02-22T19:37:44.488Z] === RUN TestWhenEmptyAuthConfig [2021-02-22T19:37:44.821Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-22T19:37:44.948Z] time="2021-02-22T19:37:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-22T19:37:44.948Z] time="2021-02-22T19:37:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-22T19:37:44.948Z] time="2021-02-22T19:37:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-22T19:37:44.948Z] time="2021-02-22T19:37:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-22T19:37:44.948Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-02-22T19:37:44.948Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.37s) [2021-02-22T19:37:44.948Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.37s) [2021-02-22T19:37:44.948Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.37s) [2021-02-22T19:37:44.948Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.37s) [2021-02-22T19:37:44.948Z] === RUN TestTransfer [2021-02-22T19:37:44.948Z] --- PASS: TestTransfer (0.12s) [2021-02-22T19:37:44.948Z] === RUN TestConcurrencyLimit [2021-02-22T19:37:44.948Z] --- PASS: TestV2MetadataService (0.82s) [2021-02-22T19:37:44.948Z] PASS [2021-02-22T19:37:44.948Z] coverage: 48.2% of statements [2021-02-22T19:37:44.948Z] ok github.com/docker/docker/distribution/metadata 1.073s coverage: 48.2% of statements [2021-02-22T19:37:45.393Z] === RUN TestDockerSuite/TestExecParseError [2021-02-22T19:37:45.413Z] --- PASS: TestConcurrencyLimit (0.41s) [2021-02-22T19:37:45.413Z] === RUN TestInactiveJobs [2021-02-22T19:37:45.413Z] === RUN TestNotFound [2021-02-22T19:37:45.413Z] --- PASS: TestNotFound (0.00s) [2021-02-22T19:37:45.413Z] === RUN TestConflict [2021-02-22T19:37:45.413Z] --- PASS: TestConflict (0.00s) [2021-02-22T19:37:45.413Z] === RUN TestForbidden [2021-02-22T19:37:45.413Z] --- PASS: TestForbidden (0.00s) [2021-02-22T19:37:45.413Z] === RUN TestInvalidParameter [2021-02-22T19:37:45.413Z] --- PASS: TestInvalidParameter (0.00s) [2021-02-22T19:37:45.413Z] === RUN TestNotImplemented [2021-02-22T19:37:45.413Z] --- PASS: TestNotImplemented (0.00s) [2021-02-22T19:37:45.413Z] === RUN TestNotModified [2021-02-22T19:37:45.413Z] --- PASS: TestNotModified (0.00s) [2021-02-22T19:37:45.413Z] === RUN TestUnauthorized [2021-02-22T19:37:45.413Z] --- PASS: TestUnauthorized (0.00s) [2021-02-22T19:37:45.413Z] === RUN TestUnknown [2021-02-22T19:37:45.873Z] --- PASS: TestUnknown (0.00s) [2021-02-22T19:37:45.873Z] === RUN TestCancelled [2021-02-22T19:37:45.873Z] --- PASS: TestCancelled (0.00s) [2021-02-22T19:37:45.873Z] === RUN TestDeadline [2021-02-22T19:37:45.873Z] --- PASS: TestDeadline (0.00s) [2021-02-22T19:37:45.873Z] === RUN TestDataLoss [2021-02-22T19:37:45.873Z] --- PASS: TestDataLoss (0.00s) [2021-02-22T19:37:45.873Z] === RUN TestUnavailable [2021-02-22T19:37:45.873Z] --- PASS: TestUnavailable (0.00s) [2021-02-22T19:37:45.873Z] === RUN TestSystem [2021-02-22T19:37:45.873Z] --- PASS: TestSystem (0.00s) [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode/Not_Found [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode/Bad_Request [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode/Conflict [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode/Unauthorized [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode/Service_Unavailable [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode/Forbidden [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode/Not_Modified [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode/Not_Implemented [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-02-22T19:37:45.873Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-02-22T19:37:45.873Z] --- PASS: TestFromStatusCode (0.00s) [2021-02-22T19:37:45.873Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-02-22T19:37:45.873Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-02-22T19:37:45.873Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-02-22T19:37:45.873Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-02-22T19:37:45.873Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-02-22T19:37:45.873Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-02-22T19:37:45.873Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-02-22T19:37:45.873Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-02-22T19:37:45.873Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-02-22T19:37:45.873Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-02-22T19:37:45.873Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-02-22T19:37:45.874Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-02-22T19:37:45.874Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-02-22T19:37:45.874Z] PASS [2021-02-22T19:37:45.874Z] coverage: 53.1% of statements [2021-02-22T19:37:45.874Z] ok github.com/docker/docker/errdefs 0.098s coverage: 53.1% of statements [2021-02-22T19:37:45.874Z] --- PASS: TestWhenEmptyAuthConfig (1.16s) [2021-02-22T19:37:45.874Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-02-22T19:37:45.874Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-02-22T19:37:45.874Z] === RUN TestTokenPassThru [2021-02-22T19:37:45.874Z] --- PASS: TestTokenPassThru (0.01s) [2021-02-22T19:37:45.874Z] === RUN TestTokenPassThruDifferentHost [2021-02-22T19:37:45.874Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-02-22T19:37:45.874Z] PASS [2021-02-22T19:37:45.874Z] coverage: 23.4% of statements [2021-02-22T19:37:45.874Z] ok github.com/docker/docker/distribution 1.759s coverage: 23.4% of statements [2021-02-22T19:37:45.874Z] --- PASS: TestInactiveJobs (0.47s) [2021-02-22T19:37:45.874Z] === RUN TestWatchRelease [2021-02-22T19:37:45.874Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-22T19:37:45.874Z] --- PASS: TestWatchRelease (0.04s) [2021-02-22T19:37:45.874Z] === RUN TestWatchFinishedTransfer [2021-02-22T19:37:45.874Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-02-22T19:37:45.874Z] === RUN TestDuplicateTransfer [2021-02-22T19:37:45.874Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-02-22T19:37:45.874Z] === RUN TestSuccessfulUpload [2021-02-22T19:37:45.973Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-22T19:37:46.352Z] time="2021-02-22T19:37:46Z" level=error msg="Upload failed, retrying: simulating retry" [2021-02-22T19:37:46.551Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-22T19:37:46.812Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-22T19:37:46.812Z] --- PASS: TestSuccessfulUpload (0.65s) [2021-02-22T19:37:46.812Z] === RUN TestCancelledUpload [2021-02-22T19:37:46.812Z] --- PASS: TestCancelledUpload (0.01s) [2021-02-22T19:37:46.812Z] PASS [2021-02-22T19:37:46.812Z] coverage: 77.3% of statements [2021-02-22T19:37:46.812Z] ok github.com/docker/docker/distribution/xfer 2.287s coverage: 77.3% of statements [2021-02-22T19:37:46.812Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-22T19:37:47.780Z] === RUN TestCompare [2021-02-22T19:37:47.780Z] --- PASS: TestCompare (0.00s) [2021-02-22T19:37:47.780Z] PASS [2021-02-22T19:37:47.780Z] coverage: 19.2% of statements [2021-02-22T19:37:47.780Z] ok github.com/docker/docker/image/cache 0.185s coverage: 19.2% of statements [2021-02-22T19:37:47.780Z] === RUN TestFSGetInvalidData [2021-02-22T19:37:47.780Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-02-22T19:37:47.780Z] === RUN TestFSInvalidSet [2021-02-22T19:37:47.780Z] --- PASS: TestFSInvalidSet (0.02s) [2021-02-22T19:37:47.780Z] === RUN TestFSInvalidRoot [2021-02-22T19:37:47.780Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-02-22T19:37:47.780Z] === RUN TestFSMetadataGetSet [2021-02-22T19:37:47.780Z] --- PASS: TestFSMetadataGetSet (0.04s) [2021-02-22T19:37:47.780Z] === RUN TestFSInvalidWalker [2021-02-22T19:37:47.780Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-02-22T19:37:47.780Z] === RUN TestFSGetSet [2021-02-22T19:37:47.780Z] --- PASS: TestFSGetSet (0.02s) [2021-02-22T19:37:47.780Z] === RUN TestFSGetUnsetKey [2021-02-22T19:37:48.193Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-22T19:37:48.240Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-02-22T19:37:48.240Z] === RUN TestFSGetEmptyData [2021-02-22T19:37:48.240Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-02-22T19:37:48.240Z] === RUN TestFSDelete [2021-02-22T19:37:48.240Z] --- PASS: TestFSDelete (0.02s) [2021-02-22T19:37:48.240Z] === RUN TestFSWalker [2021-02-22T19:37:48.240Z] --- PASS: TestFSWalker (0.01s) [2021-02-22T19:37:48.240Z] === RUN TestFSWalkerStopOnError [2021-02-22T19:37:48.240Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-02-22T19:37:48.240Z] === RUN TestNewFromJSON [2021-02-22T19:37:48.240Z] --- PASS: TestNewFromJSON (0.00s) [2021-02-22T19:37:48.240Z] === RUN TestNewFromJSONWithInvalidJSON [2021-02-22T19:37:48.240Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-02-22T19:37:48.240Z] === RUN TestMarshalKeyOrder [2021-02-22T19:37:48.240Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-02-22T19:37:48.240Z] === RUN TestImage [2021-02-22T19:37:48.240Z] --- PASS: TestImage (0.00s) [2021-02-22T19:37:48.240Z] === RUN TestImageOSNotEmpty [2021-02-22T19:37:48.240Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-02-22T19:37:48.240Z] === RUN TestNewChildImageFromImageWithRootFS [2021-02-22T19:37:48.240Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-02-22T19:37:48.240Z] === RUN TestCreate [2021-02-22T19:37:48.240Z] --- PASS: TestCreate (0.00s) [2021-02-22T19:37:48.240Z] === RUN TestRestore [2021-02-22T19:37:48.240Z] time="2021-02-22T19:37:47Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-02-22T19:37:48.240Z] --- PASS: TestRestore (0.16s) [2021-02-22T19:37:48.240Z] === RUN TestAddDelete [2021-02-22T19:37:48.240Z] --- PASS: TestAddDelete (0.02s) [2021-02-22T19:37:48.240Z] === RUN TestSearchAfterDelete [2021-02-22T19:37:48.240Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-02-22T19:37:48.240Z] === RUN TestParentReset [2021-02-22T19:37:48.240Z] --- PASS: TestParentReset (0.03s) [2021-02-22T19:37:48.240Z] === RUN TestGetAndSetLastUpdated [2021-02-22T19:37:48.240Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-02-22T19:37:48.240Z] === RUN TestStoreLen [2021-02-22T19:37:48.240Z] --- PASS: TestStoreLen (0.06s) [2021-02-22T19:37:48.240Z] PASS [2021-02-22T19:37:48.240Z] coverage: 86.8% of statements [2021-02-22T19:37:48.240Z] ok github.com/docker/docker/image 0.684s coverage: 86.8% of statements [2021-02-22T19:37:48.699Z] === RUN TestValidateManifest [2021-02-22T19:37:48.699Z] === RUN TestValidateManifest/nil [2021-02-22T19:37:48.699Z] === RUN TestValidateManifest/non-nil [2021-02-22T19:37:48.699Z] --- PASS: TestValidateManifest (0.00s) [2021-02-22T19:37:48.699Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-02-22T19:37:48.699Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-02-22T19:37:48.699Z] PASS [2021-02-22T19:37:48.699Z] coverage: 0.6% of statements [2021-02-22T19:37:48.699Z] ok github.com/docker/docker/image/tarexport 0.111s coverage: 0.6% of statements [2021-02-22T19:37:48.762Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-22T19:37:49.160Z] === RUN TestMakeV1ConfigFromConfig [2021-02-22T19:37:49.160Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-02-22T19:37:49.160Z] PASS [2021-02-22T19:37:49.160Z] coverage: 25.0% of statements [2021-02-22T19:37:49.160Z] ok github.com/docker/docker/image/v1 0.242s coverage: 25.0% of statements [2021-02-22T19:37:49.160Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-22T19:37:49.333Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-22T19:37:50.128Z] === RUN TestSerialization [2021-02-22T19:37:50.128Z] --- PASS: TestSerialization (0.03s) [2021-02-22T19:37:50.128Z] PASS [2021-02-22T19:37:50.128Z] coverage: 100.0% of statements [2021-02-22T19:37:50.128Z] ok github.com/docker/docker/libcontainerd/queue 0.127s coverage: 100.0% of statements [2021-02-22T19:37:51.668Z] === RUN TestEmptyLayer [2021-02-22T19:37:51.668Z] --- PASS: TestEmptyLayer (0.00s) [2021-02-22T19:37:51.668Z] === RUN TestCommitFailure [2021-02-22T19:37:51.668Z] --- PASS: TestCommitFailure (0.01s) [2021-02-22T19:37:51.668Z] === RUN TestStartTransactionFailure [2021-02-22T19:37:51.668Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-02-22T19:37:51.668Z] === RUN TestGetOrphan [2021-02-22T19:37:51.668Z] --- PASS: TestGetOrphan (0.01s) [2021-02-22T19:37:51.668Z] === RUN TestMountAndRegister [2021-02-22T19:37:51.668Z] --- PASS: TestMountAndRegister (0.05s) [2021-02-22T19:37:51.668Z] layer_test.go:271: Layer size: 14 [2021-02-22T19:37:51.668Z] === RUN TestLayerRelease [2021-02-22T19:37:51.668Z] --- SKIP: TestLayerRelease (0.00s) [2021-02-22T19:37:51.668Z] layer_test.go:304: Failing on Windows [2021-02-22T19:37:51.668Z] === RUN TestStoreRestore [2021-02-22T19:37:51.668Z] --- SKIP: TestStoreRestore (0.00s) [2021-02-22T19:37:51.668Z] layer_test.go:353: Failing on Windows [2021-02-22T19:37:51.668Z] === RUN TestTarStreamStability [2021-02-22T19:37:51.668Z] --- SKIP: TestTarStreamStability (0.00s) [2021-02-22T19:37:51.668Z] layer_test.go:468: Failing on Windows [2021-02-22T19:37:51.668Z] === RUN TestRegisterExistingLayer [2021-02-22T19:37:51.668Z] --- PASS: TestRegisterExistingLayer (0.11s) [2021-02-22T19:37:51.668Z] === RUN TestTarStreamVerification [2021-02-22T19:37:51.668Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-02-22T19:37:51.668Z] layer_test.go:697: Failing on Windows [2021-02-22T19:37:51.668Z] === RUN TestLayerMigration [2021-02-22T19:37:51.668Z] --- SKIP: TestLayerMigration (0.00s) [2021-02-22T19:37:51.668Z] migration_test.go:46: Failing on Windows [2021-02-22T19:37:51.668Z] === RUN TestLayerMigrationNoTarsplit [2021-02-22T19:37:51.668Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-02-22T19:37:51.668Z] migration_test.go:182: Failing on Windows [2021-02-22T19:37:51.668Z] === RUN TestMountInit [2021-02-22T19:37:51.668Z] --- SKIP: TestMountInit (0.00s) [2021-02-22T19:37:51.668Z] mount_test.go:17: Failing on Windows [2021-02-22T19:37:51.668Z] === RUN TestMountSize [2021-02-22T19:37:51.668Z] --- SKIP: TestMountSize (0.00s) [2021-02-22T19:37:51.668Z] mount_test.go:76: Failing on Windows [2021-02-22T19:37:51.668Z] === RUN TestMountChanges [2021-02-22T19:37:51.668Z] --- SKIP: TestMountChanges (0.00s) [2021-02-22T19:37:51.668Z] mount_test.go:125: Failing on Windows [2021-02-22T19:37:51.668Z] === RUN TestMountApply [2021-02-22T19:37:51.668Z] --- SKIP: TestMountApply (0.00s) [2021-02-22T19:37:51.668Z] mount_test.go:212: Failing on Windows [2021-02-22T19:37:51.668Z] PASS [2021-02-22T19:37:51.668Z] coverage: 30.1% of statements [2021-02-22T19:37:51.668Z] ok github.com/docker/docker/layer 0.478s coverage: 30.1% of statements [2021-02-22T19:37:51.668Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-22T19:37:52.129Z] === RUN TestEnvironmentParsing [2021-02-22T19:37:52.129Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-02-22T19:37:52.129Z] PASS [2021-02-22T19:37:52.129Z] coverage: 1.0% of statements [2021-02-22T19:37:52.129Z] ok github.com/docker/docker/libcontainerd/local 0.233s coverage: 1.0% of statements [2021-02-22T19:37:52.129Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-22T19:37:52.129Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-22T19:37:52.129Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-02-22T19:37:52.129Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-02-22T19:37:52.129Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-02-22T19:37:52.129Z] PASS [2021-02-22T19:37:52.129Z] coverage: 42.3% of statements [2021-02-22T19:37:52.129Z] ok github.com/docker/docker/oci 0.089s coverage: 42.3% of statements [2021-02-22T19:37:52.129Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-22T19:37:52.593Z] === RUN TestAddressPoolOpt [2021-02-22T19:37:52.593Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/a [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/something [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/_=a [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/env1=value1 [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/_env1=value1 [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/env2=value2=value3 [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/env3=abc!qwe [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/env_4=value_4 [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/PATH [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/=a [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/PATH= [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/PATH=something [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/asd!qwe [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/1asd [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/123 [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/some_space [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/__some_space_before [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/some_space_after__ [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/= [2021-02-22T19:37:52.593Z] === RUN TestValidateEnv/PaTh [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/a (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/something (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/= (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestParseHost [2021-02-22T19:37:52.593Z] --- PASS: TestParseHost (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestParseDockerDaemonHost [2021-02-22T19:37:52.593Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestParseTCP [2021-02-22T19:37:52.593Z] --- PASS: TestParseTCP (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestParseInvalidUnixAddrInvalid [2021-02-22T19:37:52.593Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestValidateExtraHosts [2021-02-22T19:37:52.593Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestIpOptString [2021-02-22T19:37:52.593Z] --- PASS: TestIpOptString (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestNewIpOptInvalidDefaultVal [2021-02-22T19:37:52.593Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestNewIpOptValidDefaultVal [2021-02-22T19:37:52.593Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestIpOptSetInvalidVal [2021-02-22T19:37:52.593Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestValidateIPAddress [2021-02-22T19:37:52.593Z] --- PASS: TestValidateIPAddress (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestMapOpts [2021-02-22T19:37:52.593Z] --- PASS: TestMapOpts (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestListOptsWithoutValidator [2021-02-22T19:37:52.593Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestListOptsWithValidator [2021-02-22T19:37:52.593Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestValidateDNSSearch [2021-02-22T19:37:52.593Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel/label_with_general_format [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel/label_with_one_more [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-02-22T19:37:52.593Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-02-22T19:37:52.593Z] --- PASS: TestValidateLabel (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-02-22T19:37:52.593Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-02-22T19:37:52.594Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-02-22T19:37:52.594Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-02-22T19:37:52.594Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-02-22T19:37:52.594Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-02-22T19:37:52.594Z] === RUN TestNamedListOpts [2021-02-22T19:37:52.594Z] --- PASS: TestNamedListOpts (0.00s) [2021-02-22T19:37:52.594Z] === RUN TestNamedMapOpts [2021-02-22T19:37:52.594Z] --- PASS: TestNamedMapOpts (0.00s) [2021-02-22T19:37:52.594Z] === RUN TestParseLink [2021-02-22T19:37:52.594Z] --- PASS: TestParseLink (0.00s) [2021-02-22T19:37:52.594Z] === RUN TestQuotedStringSetWithQuotes [2021-02-22T19:37:52.594Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-02-22T19:37:52.594Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-02-22T19:37:52.594Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-02-22T19:37:52.594Z] === RUN TestQuotedStringSetWithNoQuotes [2021-02-22T19:37:52.594Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-02-22T19:37:52.594Z] === RUN TestUlimitOpt [2021-02-22T19:37:52.594Z] --- PASS: TestUlimitOpt (0.00s) [2021-02-22T19:37:52.594Z] PASS [2021-02-22T19:37:52.594Z] coverage: 67.1% of statements [2021-02-22T19:37:52.594Z] ok github.com/docker/docker/opts 0.105s coverage: 67.1% of statements [2021-02-22T19:37:52.594Z] === RUN TestParseVersion [2021-02-22T19:37:52.594Z] --- PASS: TestParseVersion (0.00s) [2021-02-22T19:37:52.594Z] PASS [2021-02-22T19:37:52.594Z] coverage: 52.9% of statements [2021-02-22T19:37:52.594Z] ok github.com/docker/docker/pkg/aaparser 0.060s coverage: 52.9% of statements [2021-02-22T19:37:54.130Z] === RUN TestPeerCertificateMarshalJSON [2021-02-22T19:37:54.130Z] === RUN TestUnbuffered [2021-02-22T19:37:54.130Z] --- PASS: TestUnbuffered (0.00s) [2021-02-22T19:37:54.130Z] === RUN TestRaceUnbuffered [2021-02-22T19:37:54.130Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-02-22T19:37:54.130Z] PASS [2021-02-22T19:37:54.130Z] coverage: 100.0% of statements [2021-02-22T19:37:54.130Z] ok github.com/docker/docker/pkg/broadcaster 0.068s coverage: 100.0% of statements [2021-02-22T19:37:54.589Z] === RUN TestMatch [2021-02-22T19:37:54.589Z] === RUN TestMatch/[[]] [2021-02-22T19:37:54.589Z] === RUN TestMatch/[[foo]] [2021-02-22T19:37:54.589Z] === RUN TestMatch/[[bar]_[foo]] [2021-02-22T19:37:54.589Z] === RUN TestMatch/[[foo_bar]] [2021-02-22T19:37:54.589Z] === RUN TestMatch/[[qux]_[foo]] [2021-02-22T19:37:54.589Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-02-22T19:37:54.589Z] === RUN TestMatch/[] [2021-02-22T19:37:54.589Z] === RUN TestMatch/[]#01 [2021-02-22T19:37:54.589Z] === RUN TestMatch/[[qux]] [2021-02-22T19:37:54.589Z] === RUN TestMatch/[[foo_bar_qux]] [2021-02-22T19:37:54.589Z] === RUN TestMatch/[[qux]_[baz]] [2021-02-22T19:37:54.589Z] === RUN TestMatch/[[foo_baz]] [2021-02-22T19:37:54.589Z] --- PASS: TestMatch (0.00s) [2021-02-22T19:37:54.589Z] --- PASS: TestMatch/[[]] (0.00s) [2021-02-22T19:37:54.589Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-02-22T19:37:54.589Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-02-22T19:37:54.589Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-02-22T19:37:54.589Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-02-22T19:37:54.589Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-02-22T19:37:54.589Z] --- PASS: TestMatch/[] (0.00s) [2021-02-22T19:37:54.589Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-02-22T19:37:54.589Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-02-22T19:37:54.589Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-02-22T19:37:54.589Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-02-22T19:37:54.589Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-02-22T19:37:54.589Z] PASS [2021-02-22T19:37:54.589Z] coverage: 87.5% of statements [2021-02-22T19:37:54.589Z] ok github.com/docker/docker/pkg/capabilities 0.037s coverage: 87.5% of statements [2021-02-22T19:37:54.589Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-02-22T19:37:54.589Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-02-22T19:37:54.589Z] --- PASS: TestPeerCertificateMarshalJSON (0.58s) [2021-02-22T19:37:54.589Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.03s) [2021-02-22T19:37:54.589Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-02-22T19:37:54.589Z] === RUN TestMiddleware [2021-02-22T19:37:54.589Z] --- PASS: TestMiddleware (0.00s) [2021-02-22T19:37:54.589Z] === RUN TestNewResponseModifier [2021-02-22T19:37:54.589Z] --- PASS: TestNewResponseModifier (0.00s) [2021-02-22T19:37:54.589Z] PASS [2021-02-22T19:37:54.589Z] coverage: 26.8% of statements [2021-02-22T19:37:54.589Z] ok github.com/docker/docker/pkg/authorization 0.676s coverage: 26.8% of statements [2021-02-22T19:37:55.558Z] === RUN TestSizeEmpty [2021-02-22T19:37:55.558Z] --- PASS: TestSizeEmpty (0.00s) [2021-02-22T19:37:55.558Z] === RUN TestSizeEmptyFile [2021-02-22T19:37:55.558Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-02-22T19:37:55.558Z] === RUN TestSizeNonemptyFile [2021-02-22T19:37:55.558Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-02-22T19:37:55.558Z] === RUN TestSizeNestedDirectoryEmpty [2021-02-22T19:37:55.558Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-02-22T19:37:55.558Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-02-22T19:37:55.558Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-02-22T19:37:55.558Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-02-22T19:37:55.558Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-02-22T19:37:55.558Z] === RUN TestMoveToSubdir [2021-02-22T19:37:55.558Z] --- PASS: TestMoveToSubdir (0.00s) [2021-02-22T19:37:55.558Z] === RUN TestSizeNonExistingDirectory [2021-02-22T19:37:55.558Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-02-22T19:37:55.558Z] PASS [2021-02-22T19:37:55.558Z] coverage: 80.0% of statements [2021-02-22T19:37:55.558Z] ok github.com/docker/docker/pkg/directory 0.065s coverage: 80.0% of statements [2021-02-22T19:37:55.558Z] === RUN TestIsArchivePathDir [2021-02-22T19:37:55.558Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-02-22T19:37:55.558Z] === RUN TestIsArchivePathInvalidFile [2021-02-22T19:37:56.019Z] === RUN TestChrootTarUntar [2021-02-22T19:37:56.019Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-02-22T19:37:56.019Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:37:56.019Z] === RUN TestChrootUntarWithHugeExcludesList [2021-02-22T19:37:56.019Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-22T19:37:56.019Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:37:56.019Z] === RUN TestChrootUntarEmptyArchive [2021-02-22T19:37:56.019Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-02-22T19:37:56.019Z] === RUN TestChrootTarUntarWithSymlink [2021-02-22T19:37:56.019Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-02-22T19:37:56.019Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-22T19:37:56.019Z] === RUN TestChrootCopyWithTar [2021-02-22T19:37:56.019Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-02-22T19:37:56.019Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-22T19:37:56.019Z] === RUN TestChrootCopyFileWithTar [2021-02-22T19:37:56.019Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-02-22T19:37:56.019Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:37:56.019Z] === RUN TestChrootUntarPath [2021-02-22T19:37:56.019Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-02-22T19:37:56.019Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-22T19:37:56.019Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-02-22T19:37:56.019Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-22T19:37:56.019Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:37:56.019Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-02-22T19:37:56.019Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-22T19:37:56.019Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:37:56.019Z] === RUN TestChrootApplyDotDotFile [2021-02-22T19:37:56.019Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-02-22T19:37:56.019Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:37:56.019Z] PASS [2021-02-22T19:37:56.019Z] coverage: 15.4% of statements [2021-02-22T19:37:56.019Z] ok github.com/docker/docker/pkg/chrootarchive 0.095s coverage: 15.4% of statements [2021-02-22T19:37:56.019Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2021-02-22T19:37:56.019Z] === RUN TestIsArchivePathTar [2021-02-22T19:37:56.019Z] --- PASS: TestIsArchivePathTar (0.19s) [2021-02-22T19:37:56.019Z] === RUN TestDecompressStreamGzip [2021-02-22T19:37:56.019Z] --- PASS: TestDecompressStreamGzip (0.13s) [2021-02-22T19:37:56.019Z] === RUN TestDecompressStreamBzip2 [2021-02-22T19:37:56.487Z] --- PASS: TestDecompressStreamBzip2 (0.15s) [2021-02-22T19:37:56.487Z] === RUN TestDecompressStreamXz [2021-02-22T19:37:56.487Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-02-22T19:37:56.487Z] archive_test.go:134: Xz not present in msys2 [2021-02-22T19:37:56.487Z] === RUN TestCompressStreamXzUnsupported [2021-02-22T19:37:56.487Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-02-22T19:37:56.487Z] === RUN TestCompressStreamBzip2Unsupported [2021-02-22T19:37:56.487Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-02-22T19:37:56.487Z] === RUN TestCompressStreamInvalid [2021-02-22T19:37:56.487Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-02-22T19:37:56.487Z] === RUN TestExtensionInvalid [2021-02-22T19:37:56.487Z] --- PASS: TestExtensionInvalid (0.00s) [2021-02-22T19:37:56.487Z] === RUN TestExtensionUncompressed [2021-02-22T19:37:56.487Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-02-22T19:37:56.487Z] === RUN TestExtensionBzip2 [2021-02-22T19:37:56.487Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-02-22T19:37:56.487Z] === RUN TestExtensionGzip [2021-02-22T19:37:56.487Z] --- PASS: TestExtensionGzip (0.00s) [2021-02-22T19:37:56.487Z] === RUN TestExtensionXz [2021-02-22T19:37:56.487Z] --- PASS: TestExtensionXz (0.00s) [2021-02-22T19:37:56.487Z] === RUN TestCmdStreamLargeStderr [2021-02-22T19:37:56.487Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2021-02-22T19:37:56.487Z] === RUN TestCmdStreamBad [2021-02-22T19:37:56.487Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-02-22T19:37:56.487Z] archive_test.go:239: Failing on Windows CI machines [2021-02-22T19:37:56.487Z] === RUN TestCmdStreamGood [2021-02-22T19:37:56.487Z] --- PASS: TestCmdStreamGood (0.04s) [2021-02-22T19:37:56.487Z] === RUN TestUntarPathWithInvalidDest [2021-02-22T19:37:56.487Z] --- PASS: TestUntarPathWithInvalidDest (0.11s) [2021-02-22T19:37:56.487Z] === RUN TestUntarPathWithInvalidSrc [2021-02-22T19:37:56.487Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-02-22T19:37:56.487Z] === RUN TestUntarPath [2021-02-22T19:37:56.487Z] === RUN Test [2021-02-22T19:37:56.487Z] === RUN Test/TestContainsEntry [2021-02-22T19:37:56.487Z] === RUN Test/TestCreateEntries [2021-02-22T19:37:56.487Z] === RUN Test/TestEntriesDiff [2021-02-22T19:37:56.487Z] === RUN Test/TestEntriesEquality [2021-02-22T19:37:56.487Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-02-22T19:37:56.487Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-02-22T19:37:56.487Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-02-22T19:37:56.487Z] === RUN Test/TestGeneratorNotGenerate [2021-02-22T19:37:56.487Z] === RUN Test/TestGeneratorWithPort [2021-02-22T19:37:56.487Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-02-22T19:37:56.487Z] === RUN Test/TestNewEntry [2021-02-22T19:37:56.487Z] === RUN Test/TestParse [2021-02-22T19:37:56.487Z] --- PASS: Test (0.00s) [2021-02-22T19:37:56.487Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-02-22T19:37:56.487Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-02-22T19:37:56.487Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-02-22T19:37:56.487Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-02-22T19:37:56.487Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-02-22T19:37:56.487Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-02-22T19:37:56.487Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-02-22T19:37:56.487Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-02-22T19:37:56.487Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-02-22T19:37:56.487Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-02-22T19:37:56.487Z] --- PASS: Test/TestNewEntry (0.00s) [2021-02-22T19:37:56.487Z] --- PASS: Test/TestParse (0.00s) [2021-02-22T19:37:56.487Z] PASS [2021-02-22T19:37:56.487Z] coverage: 58.3% of statements [2021-02-22T19:37:56.487Z] ok github.com/docker/docker/pkg/discovery 0.106s coverage: 58.3% of statements [2021-02-22T19:37:56.487Z] --- PASS: TestUntarPath (0.10s) [2021-02-22T19:37:56.487Z] === RUN TestUntarPathWithDestinationFile [2021-02-22T19:37:56.947Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2021-02-22T19:37:56.947Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-02-22T19:37:56.947Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-02-22T19:37:56.947Z] === RUN TestCopyWithTarInvalidSrc [2021-02-22T19:37:56.947Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-02-22T19:37:56.947Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-02-22T19:37:56.947Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-02-22T19:37:56.947Z] === RUN TestCopyWithTarSrcFile [2021-02-22T19:37:56.947Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-02-22T19:37:56.947Z] === RUN TestCopyWithTarSrcFolder [2021-02-22T19:37:56.947Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-02-22T19:37:56.947Z] === RUN TestCopyFileWithTarInvalidSrc [2021-02-22T19:37:56.947Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-02-22T19:37:56.947Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-02-22T19:37:56.947Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-02-22T19:37:56.947Z] === RUN TestCopyFileWithTarSrcFolder [2021-02-22T19:37:56.947Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-02-22T19:37:56.947Z] === RUN TestCopyFileWithTarSrcFile [2021-02-22T19:37:56.947Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-02-22T19:37:56.947Z] === RUN TestTarFiles [2021-02-22T19:37:56.947Z] === RUN Test [2021-02-22T19:37:56.947Z] === RUN Test/TestContent [2021-02-22T19:37:56.947Z] === RUN Test/TestInitialize [2021-02-22T19:37:56.947Z] === RUN Test/TestNew [2021-02-22T19:37:56.947Z] === RUN Test/TestParsingContentsWithComments [2021-02-22T19:37:56.947Z] === RUN Test/TestRegister [2021-02-22T19:37:56.947Z] === RUN Test/TestWatch [2021-02-22T19:37:56.947Z] --- PASS: Test (0.01s) [2021-02-22T19:37:56.947Z] --- PASS: Test/TestContent (0.00s) [2021-02-22T19:37:56.947Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-22T19:37:56.947Z] --- PASS: Test/TestNew (0.00s) [2021-02-22T19:37:56.947Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-02-22T19:37:56.947Z] --- PASS: Test/TestRegister (0.00s) [2021-02-22T19:37:56.947Z] --- PASS: Test/TestWatch (0.00s) [2021-02-22T19:37:56.947Z] PASS [2021-02-22T19:37:56.947Z] coverage: 92.9% of statements [2021-02-22T19:37:56.947Z] ok github.com/docker/docker/pkg/discovery/file 0.058s coverage: 92.9% of statements [2021-02-22T19:37:57.460Z] --- PASS: TestInfoAPIWarnings (16.28s) [2021-02-22T19:37:57.460Z] === RUN TestInfoDebug [2021-02-22T19:37:57.460Z] --- PASS: TestInfoDebug (0.52s) [2021-02-22T19:37:57.460Z] === RUN TestInfoInsecureRegistries [2021-02-22T19:37:57.916Z] === RUN Test [2021-02-22T19:37:57.916Z] === RUN Test/TestWatch [2021-02-22T19:37:57.916Z] --- PASS: Test (0.00s) [2021-02-22T19:37:57.916Z] --- PASS: Test/TestWatch (0.00s) [2021-02-22T19:37:57.916Z] PASS [2021-02-22T19:37:57.916Z] coverage: 92.3% of statements [2021-02-22T19:37:57.916Z] ok github.com/docker/docker/pkg/discovery/memory 0.110s coverage: 92.3% of statements [2021-02-22T19:37:58.030Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-02-22T19:37:58.030Z] === RUN TestInfoRegistryMirrors [2021-02-22T19:37:58.375Z] === RUN Test [2021-02-22T19:37:58.375Z] === RUN Test/TestInitialize [2021-02-22T19:37:58.375Z] time="2021-02-22T19:37:57Z" level=info msg="Initializing discovery without TLS" [2021-02-22T19:37:58.375Z] time="2021-02-22T19:37:58Z" level=info msg="Initializing discovery without TLS" [2021-02-22T19:37:58.375Z] time="2021-02-22T19:37:58Z" level=info msg="Initializing discovery without TLS" [2021-02-22T19:37:58.375Z] === RUN Test/TestInitializeWithCerts [2021-02-22T19:37:58.375Z] time="2021-02-22T19:37:58Z" level=info msg="Initializing discovery with TLS" [2021-02-22T19:37:58.375Z] === RUN Test/TestWatch [2021-02-22T19:37:58.375Z] time="2021-02-22T19:37:58Z" level=info msg="Initializing discovery without TLS" [2021-02-22T19:37:58.375Z] === RUN Test [2021-02-22T19:37:58.375Z] === RUN Test/TestInitialize [2021-02-22T19:37:58.375Z] === RUN Test/TestInitializeWithPattern [2021-02-22T19:37:58.375Z] === RUN Test/TestRegister [2021-02-22T19:37:58.375Z] === RUN Test/TestWatch [2021-02-22T19:37:58.375Z] --- PASS: Test (0.00s) [2021-02-22T19:37:58.375Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-22T19:37:58.375Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-02-22T19:37:58.375Z] --- PASS: Test/TestRegister (0.00s) [2021-02-22T19:37:58.375Z] --- PASS: Test/TestWatch (0.00s) [2021-02-22T19:37:58.375Z] PASS [2021-02-22T19:37:58.375Z] coverage: 93.8% of statements [2021-02-22T19:37:58.375Z] ok github.com/docker/docker/pkg/discovery/nodes 0.041s coverage: 93.8% of statements [2021-02-22T19:37:58.601Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-02-22T19:37:58.601Z] === RUN TestLoginFailsWithBadCredentials [2021-02-22T19:37:58.601Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s) [2021-02-22T19:37:58.601Z] === RUN TestPingCacheHeaders [2021-02-22T19:37:58.601Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-22T19:37:58.601Z] === RUN TestPingGet [2021-02-22T19:37:58.601Z] --- PASS: TestPingGet (0.01s) [2021-02-22T19:37:58.601Z] === RUN TestPingHead [2021-02-22T19:37:58.601Z] --- PASS: TestPingHead (0.02s) [2021-02-22T19:37:58.601Z] === RUN TestVersion [2021-02-22T19:37:58.861Z] --- PASS: TestVersion (0.02s) [2021-02-22T19:37:58.861Z] PASS [2021-02-22T19:37:58.861Z] [2021-02-22T19:37:58.861Z] === Skipped [2021-02-22T19:37:58.861Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-22T19:37:58.861Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-22T19:37:58.861Z] [2021-02-22T19:37:58.861Z] [2021-02-22T19:37:58.861Z] DONE 18 tests, 1 skipped in 21.326s [2021-02-22T19:37:58.861Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-22T19:37:58.861Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:37:58.861Z] ++ set -e [2021-02-22T19:37:58.861Z] ++ '[' -n 0 ']' [2021-02-22T19:37:58.861Z] ++ set -x [2021-02-22T19:37:58.861Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2021-02-22T19:37:58.861Z] INFO: Testing against a local daemon [2021-02-22T19:37:58.861Z] === RUN TestVolumesCreateAndList [2021-02-22T19:37:58.861Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-22T19:37:58.861Z] === RUN TestVolumesRemove [2021-02-22T19:37:59.122Z] --- PASS: TestVolumesRemove (0.06s) [2021-02-22T19:37:59.122Z] === RUN TestVolumesInspect [2021-02-22T19:37:59.122Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-22T19:37:59.122Z] === RUN TestVolumesInvalidJSON [2021-02-22T19:37:59.122Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-22T19:37:59.122Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-22T19:37:59.122Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-22T19:37:59.122Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-22T19:37:59.122Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-22T19:37:59.122Z] PASS [2021-02-22T19:37:59.122Z] [2021-02-22T19:37:59.122Z] DONE 5 tests in 0.284s [2021-02-22T19:37:59.122Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-22T19:37:59.346Z] === RUN TestPollerAddRemove [2021-02-22T19:37:59.346Z] --- PASS: TestPollerAddRemove (0.00s) [2021-02-22T19:37:59.346Z] === RUN TestPollerEvent [2021-02-22T19:37:59.346Z] --- SKIP: TestPollerEvent (0.00s) [2021-02-22T19:37:59.346Z] poller_test.go:41: No chmod on Windows [2021-02-22T19:37:59.346Z] === RUN TestPollerClose [2021-02-22T19:37:59.346Z] --- PASS: TestPollerClose (0.00s) [2021-02-22T19:37:59.346Z] PASS [2021-02-22T19:37:59.346Z] coverage: 36.2% of statements [2021-02-22T19:37:59.346Z] ok github.com/docker/docker/pkg/filenotify 0.073s coverage: 36.2% of statements [2021-02-22T19:37:59.382Z] ++++ cat bundles/test-integration/docker.pid [2021-02-22T19:37:59.382Z] +++ kill 5653 [2021-02-22T19:37:59.805Z] === RUN TestCopyFileWithInvalidSrc [2021-02-22T19:37:59.805Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestCopyFileWithInvalidDest [2021-02-22T19:37:59.805Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestCopyFileWithSameSrcAndDest [2021-02-22T19:37:59.805Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-02-22T19:37:59.805Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestCopyFile [2021-02-22T19:37:59.805Z] --- PASS: TestCopyFile (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-02-22T19:37:59.805Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-22T19:37:59.805Z] fileutils_test.go:134: Needs porting to Windows [2021-02-22T19:37:59.805Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-02-22T19:37:59.805Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestReadSymlinkedDirectoryToFile [2021-02-22T19:37:59.805Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-22T19:37:59.805Z] fileutils_test.go:180: Needs porting to Windows [2021-02-22T19:37:59.805Z] === RUN TestWildcardMatches [2021-02-22T19:37:59.805Z] --- PASS: TestWildcardMatches (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestPatternMatches [2021-02-22T19:37:59.805Z] --- PASS: TestPatternMatches (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-02-22T19:37:59.805Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestPatternMatchesFolderExclusions [2021-02-22T19:37:59.805Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-02-22T19:37:59.805Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-02-22T19:37:59.805Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-02-22T19:37:59.805Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-02-22T19:37:59.805Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestSingleExclamationError [2021-02-22T19:37:59.805Z] --- PASS: TestSingleExclamationError (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestMatchesWithNoPatterns [2021-02-22T19:37:59.805Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestMatchesWithMalformedPatterns [2021-02-22T19:37:59.805Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestMatches [2021-02-22T19:37:59.805Z] --- PASS: TestMatches (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestCleanPatterns [2021-02-22T19:37:59.805Z] --- PASS: TestCleanPatterns (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-02-22T19:37:59.805Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestCleanPatternsExceptionFlag [2021-02-22T19:37:59.805Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-02-22T19:37:59.805Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-02-22T19:37:59.805Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestCleanPatternsErrorSingleException [2021-02-22T19:37:59.805Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestCreateIfNotExistsDir [2021-02-22T19:37:59.805Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestCreateIfNotExistsFile [2021-02-22T19:37:59.805Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-02-22T19:37:59.805Z] === RUN TestMatch [2021-02-22T19:37:59.805Z] --- PASS: TestMatch (0.00s) [2021-02-22T19:37:59.805Z] PASS [2021-02-22T19:37:59.805Z] coverage: 87.7% of statements [2021-02-22T19:37:59.805Z] ok github.com/docker/docker/pkg/fileutils 0.067s coverage: 87.7% of statements [2021-02-22T19:37:59.953Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-22T19:38:00.264Z] === RUN TestGet [2021-02-22T19:38:00.264Z] --- PASS: TestGet (0.00s) [2021-02-22T19:38:00.264Z] === RUN TestGetShortcutString [2021-02-22T19:38:00.264Z] --- PASS: TestGetShortcutString (0.00s) [2021-02-22T19:38:00.264Z] PASS [2021-02-22T19:38:00.264Z] coverage: 42.9% of statements [2021-02-22T19:38:00.265Z] ok github.com/docker/docker/pkg/homedir 0.054s coverage: 42.9% of statements [2021-02-22T19:38:00.525Z] === RUN TestDockerSuite/TestExecTTY [2021-02-22T19:38:00.525Z] +++ /etc/init.d/apparmor stop [2021-02-22T19:38:00.525Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-22T19:38:00.525Z] [2021-02-22T19:38:00.525Z] Unloading profiles will leave already running processes permanently [2021-02-22T19:38:00.525Z] unconfined, which can lead to unexpected situations. [2021-02-22T19:38:00.525Z] [2021-02-22T19:38:00.525Z] To set a process to complain mode, use the command line tool [2021-02-22T19:38:00.525Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-22T19:38:00.525Z] +++ true [2021-02-22T19:38:00.785Z] exiting test-integration [2021-02-22T19:38:00.785Z] ++ exit 0 [2021-02-22T19:38:00.785Z] [2021-02-22T19:38:01.046Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-22T19:38:01.233Z] --- PASS: Test (3.13s) [2021-02-22T19:38:01.233Z] --- PASS: Test/TestInitialize (0.12s) [2021-02-22T19:38:01.233Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-02-22T19:38:01.233Z] --- PASS: Test/TestWatch (3.00s) [2021-02-22T19:38:01.233Z] PASS [2021-02-22T19:38:01.233Z] coverage: 84.1% of statements [2021-02-22T19:38:01.233Z] ok github.com/docker/docker/pkg/discovery/kv 3.261s coverage: 84.1% of statements [2021-02-22T19:38:01.233Z] === RUN TestCreateIDMapOrder [2021-02-22T19:38:01.233Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-02-22T19:38:01.233Z] PASS [2021-02-22T19:38:01.233Z] coverage: 7.2% of statements [2021-02-22T19:38:01.233Z] ok github.com/docker/docker/pkg/idtools 0.051s coverage: 7.2% of statements [2021-02-22T19:38:01.616Z] + for job in $(jobs -p) [2021-02-22T19:38:01.616Z] + wait 4042 [2021-02-22T19:38:01.692Z] --- PASS: TestTarFiles (4.85s) [2021-02-22T19:38:01.692Z] === RUN TestTarUntar [2021-02-22T19:38:01.692Z] --- PASS: TestTarUntar (0.04s) [2021-02-22T19:38:01.692Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-02-22T19:38:01.692Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-02-22T19:38:01.692Z] === RUN TestTarWithOptions [2021-02-22T19:38:01.692Z] --- PASS: TestTarWithOptions (0.05s) [2021-02-22T19:38:01.692Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-02-22T19:38:01.692Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.01s) [2021-02-22T19:38:01.692Z] === RUN TestUntarUstarGnuConflict [2021-02-22T19:38:01.692Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2021-02-22T19:38:01.692Z] === RUN TestUntarInvalidFilenames [2021-02-22T19:38:01.692Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames203674138\\dest" [2021-02-22T19:38:02.158Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2021-02-22T19:38:02.158Z] === RUN TestUntarHardlinkToSymlink [2021-02-22T19:38:02.158Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-02-22T19:38:02.158Z] === RUN TestUntarInvalidHardlink [2021-02-22T19:38:02.158Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink165288971\\victim\\hello" -> "../victim/hello" [2021-02-22T19:38:02.158Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink371378670\\victim\\hello" -> "/../victim/hello" [2021-02-22T19:38:02.158Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink041607285\\victim" -> "../victim" [2021-02-22T19:38:02.158Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink075355984\\victim" -> "../victim" [2021-02-22T19:38:02.158Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink456327279\\victim" -> "../victim" [2021-02-22T19:38:02.158Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink751217410\\victim" -> "../victim" [2021-02-22T19:38:02.158Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2021-02-22T19:38:02.158Z] === RUN TestUntarInvalidSymlink [2021-02-22T19:38:02.158Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink409096825\\dest\\dotdot" -> "../victim/hello" [2021-02-22T19:38:02.158Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink230160260\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-22T19:38:02.158Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink480912659\\dest\\loophole-victim" -> "../victim" [2021-02-22T19:38:02.158Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink447965014\\dest\\loophole-victim" -> "../victim" [2021-02-22T19:38:02.158Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink706574013\\dest\\loophole-victim" -> "../victim" [2021-02-22T19:38:02.158Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink048360184\\dest\\loophole-victim" -> "../victim" [2021-02-22T19:38:02.158Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink680649719\\dest\\dir\\loophole" -> "../../victim" [2021-02-22T19:38:02.158Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-02-22T19:38:02.158Z] === RUN TestTempArchiveCloseMultipleTimes [2021-02-22T19:38:02.158Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-02-22T19:38:02.158Z] === RUN TestXGlobalNoParent [2021-02-22T19:38:02.158Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-02-22T19:38:02.158Z] === RUN TestReplaceFileTarWrapper [2021-02-22T19:38:02.158Z] --- PASS: TestReplaceFileTarWrapper (0.18s) [2021-02-22T19:38:02.158Z] === RUN TestPrefixHeaderReadable [2021-02-22T19:38:02.158Z] --- PASS: TestPrefixHeaderReadable (0.01s) [2021-02-22T19:38:02.158Z] === RUN TestDisablePigz [2021-02-22T19:38:02.158Z] === RUN TestFixedBufferCap [2021-02-22T19:38:02.158Z] --- PASS: TestFixedBufferCap (0.00s) [2021-02-22T19:38:02.158Z] === RUN TestFixedBufferLen [2021-02-22T19:38:02.158Z] --- PASS: TestFixedBufferLen (0.00s) [2021-02-22T19:38:02.158Z] === RUN TestFixedBufferString [2021-02-22T19:38:02.158Z] --- PASS: TestFixedBufferString (0.00s) [2021-02-22T19:38:02.158Z] === RUN TestFixedBufferWrite [2021-02-22T19:38:02.158Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-02-22T19:38:02.158Z] === RUN TestFixedBufferRead [2021-02-22T19:38:02.158Z] --- PASS: TestFixedBufferRead (0.00s) [2021-02-22T19:38:02.158Z] === RUN TestBytesPipeRead [2021-02-22T19:38:02.158Z] --- PASS: TestBytesPipeRead (0.00s) [2021-02-22T19:38:02.158Z] === RUN TestBytesPipeWrite [2021-02-22T19:38:02.158Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-02-22T19:38:02.158Z] === RUN TestBytesPipeWriteRandomChunks [2021-02-22T19:38:02.158Z] --- PASS: TestDisablePigz (0.12s) [2021-02-22T19:38:02.158Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-02-22T19:38:02.158Z] === RUN TestPigz [2021-02-22T19:38:02.188Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-22T19:38:02.618Z] --- PASS: TestPigz (0.24s) [2021-02-22T19:38:02.618Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-02-22T19:38:02.618Z] === RUN TestCopyFileWithInvalidDest [2021-02-22T19:38:02.618Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-02-22T19:38:02.618Z] archive_windows_test.go:16: Currently fails [2021-02-22T19:38:02.618Z] === RUN TestCanonicalTarNameForPath [2021-02-22T19:38:02.618Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-02-22T19:38:02.618Z] === RUN TestCanonicalTarName [2021-02-22T19:38:02.618Z] --- PASS: TestCanonicalTarName (0.00s) [2021-02-22T19:38:02.618Z] === RUN TestChmodTarEntry [2021-02-22T19:38:02.618Z] --- PASS: TestChmodTarEntry (0.00s) [2021-02-22T19:38:02.618Z] === RUN TestHardLinkOrder [2021-02-22T19:38:02.618Z] --- PASS: TestHardLinkOrder (0.07s) [2021-02-22T19:38:02.618Z] === RUN TestChangeString [2021-02-22T19:38:02.618Z] --- PASS: TestChangeString (0.00s) [2021-02-22T19:38:02.618Z] === RUN TestChangesWithNoChanges [2021-02-22T19:38:02.618Z] --- PASS: TestChangesWithNoChanges (0.03s) [2021-02-22T19:38:02.618Z] === RUN TestChangesWithChanges [2021-02-22T19:38:02.618Z] === RUN TestStandardLongPath [2021-02-22T19:38:02.618Z] --- PASS: TestStandardLongPath (0.00s) [2021-02-22T19:38:02.618Z] === RUN TestUNCLongPath [2021-02-22T19:38:02.618Z] --- PASS: TestUNCLongPath (0.00s) [2021-02-22T19:38:02.618Z] PASS [2021-02-22T19:38:02.618Z] coverage: 100.0% of statements [2021-02-22T19:38:02.618Z] ok github.com/docker/docker/pkg/longpath 0.038s coverage: 100.0% of statements [2021-02-22T19:38:02.618Z] --- PASS: TestChangesWithChanges (0.03s) [2021-02-22T19:38:02.618Z] === RUN TestChangesWithChangesGH13590 [2021-02-22T19:38:02.618Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-02-22T19:38:02.618Z] changes_test.go:192: needs more investigation [2021-02-22T19:38:02.618Z] === RUN TestChangesDirsEmpty [2021-02-22T19:38:02.618Z] --- PASS: TestBytesPipeWriteRandomChunks (0.48s) [2021-02-22T19:38:02.618Z] === RUN TestAtomicWriteToFile [2021-02-22T19:38:02.618Z] === RUN TestError [2021-02-22T19:38:02.618Z] --- PASS: TestError (0.00s) [2021-02-22T19:38:02.618Z] === RUN TestProgressString [2021-02-22T19:38:02.618Z] === RUN TestProgressString/no_progress [2021-02-22T19:38:02.618Z] === RUN TestProgressString/progress_1 [2021-02-22T19:38:02.618Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-02-22T19:38:02.618Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-02-22T19:38:02.618Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-02-22T19:38:02.618Z] === RUN TestProgressString/with_units [2021-02-22T19:38:02.618Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-02-22T19:38:02.618Z] === RUN TestProgressString/hide_counts [2021-02-22T19:38:02.618Z] --- PASS: TestProgressString (0.00s) [2021-02-22T19:38:02.618Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-02-22T19:38:02.618Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-02-22T19:38:02.618Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-02-22T19:38:02.618Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-02-22T19:38:02.618Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-02-22T19:38:02.618Z] --- PASS: TestProgressString/with_units (0.00s) [2021-02-22T19:38:02.618Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-02-22T19:38:02.618Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-02-22T19:38:02.618Z] === RUN TestJSONMessageDisplay [2021-02-22T19:38:02.618Z] --- PASS: TestAtomicWriteToFile (0.06s) [2021-02-22T19:38:02.618Z] === RUN TestAtomicWriteSetCommit [2021-02-22T19:38:02.618Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-02-22T19:38:02.618Z] === RUN TestAtomicWriteSetCancel [2021-02-22T19:38:02.618Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-02-22T19:38:02.618Z] === RUN TestReadCloserWrapperClose [2021-02-22T19:38:02.618Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-02-22T19:38:02.618Z] === RUN TestReaderErrWrapperReadOnError [2021-02-22T19:38:02.618Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-02-22T19:38:02.618Z] === RUN TestReaderErrWrapperRead [2021-02-22T19:38:02.618Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-02-22T19:38:02.618Z] === RUN TestHashData [2021-02-22T19:38:02.618Z] --- PASS: TestHashData (0.00s) [2021-02-22T19:38:02.618Z] === RUN TestCancelReadCloser [2021-02-22T19:38:02.618Z] --- PASS: TestChangesDirsEmpty (0.11s) [2021-02-22T19:38:02.618Z] === RUN TestChangesDirsMutated [2021-02-22T19:38:02.759Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-22T19:38:03.080Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-02-22T19:38:03.080Z] === RUN TestJSONMessageDisplayWithJSONError [2021-02-22T19:38:03.080Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-02-22T19:38:03.080Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-02-22T19:38:03.080Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-02-22T19:38:03.080Z] === RUN TestDisplayJSONMessagesStream [2021-02-22T19:38:03.080Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-02-22T19:38:03.080Z] PASS [2021-02-22T19:38:03.080Z] coverage: 91.7% of statements [2021-02-22T19:38:03.080Z] ok github.com/docker/docker/pkg/jsonmessage 0.172s coverage: 91.7% of statements [2021-02-22T19:38:03.080Z] --- PASS: TestCancelReadCloser (0.10s) [2021-02-22T19:38:03.080Z] === RUN TestWriteCloserWrapperClose [2021-02-22T19:38:03.080Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-02-22T19:38:03.080Z] === RUN TestNopWriteCloser [2021-02-22T19:38:03.080Z] --- PASS: TestNopWriteCloser (0.00s) [2021-02-22T19:38:03.080Z] === RUN TestNopWriter [2021-02-22T19:38:03.080Z] --- PASS: TestNopWriter (0.00s) [2021-02-22T19:38:03.080Z] === RUN TestWriteCounter [2021-02-22T19:38:03.080Z] --- PASS: TestWriteCounter (0.00s) [2021-02-22T19:38:03.080Z] PASS [2021-02-22T19:38:03.080Z] coverage: 69.2% of statements [2021-02-22T19:38:03.080Z] ok github.com/docker/docker/pkg/ioutils 0.703s coverage: 69.2% of statements [2021-02-22T19:38:03.080Z] --- PASS: TestChangesDirsMutated (0.12s) [2021-02-22T19:38:03.080Z] === RUN TestApplyLayer [2021-02-22T19:38:03.080Z] --- SKIP: TestApplyLayer (0.00s) [2021-02-22T19:38:03.080Z] changes_test.go:405: needs further investigation [2021-02-22T19:38:03.080Z] === RUN TestChangesSizeWithHardlinks [2021-02-22T19:38:03.080Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-02-22T19:38:03.080Z] changes_test.go:441: needs further investigation [2021-02-22T19:38:03.080Z] === RUN TestChangesSizeWithNoChanges [2021-02-22T19:38:03.080Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-02-22T19:38:03.080Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-02-22T19:38:03.080Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-02-22T19:38:03.080Z] === RUN TestChangesSize [2021-02-22T19:38:03.080Z] --- PASS: TestChangesSize (0.00s) [2021-02-22T19:38:03.080Z] === RUN TestApplyLayerInvalidFilenames [2021-02-22T19:38:03.080Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames096142222\\dest" [2021-02-22T19:38:03.080Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-02-22T19:38:03.080Z] === RUN TestApplyLayerInvalidHardlink [2021-02-22T19:38:03.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink158907376\\victim\\hello" -> "../victim/hello" [2021-02-22T19:38:03.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink796051599\\victim\\hello" -> "/../victim/hello" [2021-02-22T19:38:03.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink059840674\\victim" -> "../victim" [2021-02-22T19:38:03.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink264765849\\victim" -> "../victim" [2021-02-22T19:38:03.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink794468388\\victim" -> "../victim" [2021-02-22T19:38:03.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink875470643\\victim" -> "../victim" [2021-02-22T19:38:03.080Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-02-22T19:38:03.080Z] === RUN TestApplyLayerInvalidSymlink [2021-02-22T19:38:03.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink706117878\\dest\\dotdot" -> "../victim/hello" [2021-02-22T19:38:03.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink923027933\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-22T19:38:03.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink087988632\\dest\\loophole-victim" -> "../victim" [2021-02-22T19:38:03.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink654858263\\dest\\loophole-victim" -> "../victim" [2021-02-22T19:38:03.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink624137866\\dest\\loophole-victim" -> "../victim" [2021-02-22T19:38:03.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink635947617\\dest\\loophole-victim" -> "../victim" [2021-02-22T19:38:03.080Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-02-22T19:38:03.080Z] === RUN TestApplyLayerWhiteouts [2021-02-22T19:38:03.080Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2021-02-22T19:38:03.080Z] === RUN TestGenerateEmptyFile [2021-02-22T19:38:03.080Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-02-22T19:38:03.080Z] === RUN TestGenerateWithContent [2021-02-22T19:38:03.080Z] --- PASS: TestGenerateWithContent (0.00s) [2021-02-22T19:38:03.080Z] PASS [2021-02-22T19:38:03.080Z] coverage: 62.6% of statements [2021-02-22T19:38:03.080Z] ok github.com/docker/docker/pkg/archive 7.552s coverage: 62.6% of statements [2021-02-22T19:38:03.329Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-02-22T19:38:03.329Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-22T19:38:04.049Z] === RUN TestNameFormat [2021-02-22T19:38:04.049Z] --- PASS: TestNameFormat (0.00s) [2021-02-22T19:38:04.049Z] === RUN TestNameRetries [2021-02-22T19:38:04.049Z] --- PASS: TestNameRetries (0.00s) [2021-02-22T19:38:04.049Z] PASS [2021-02-22T19:38:04.049Z] coverage: 85.7% of statements [2021-02-22T19:38:04.049Z] ok github.com/docker/docker/pkg/namesgenerator 0.060s coverage: 85.7% of statements [2021-02-22T19:38:04.049Z] === RUN TestParseKeyValueOpt [2021-02-22T19:38:04.049Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-02-22T19:38:04.049Z] === RUN TestParseUintList [2021-02-22T19:38:04.049Z] --- PASS: TestParseUintList (0.00s) [2021-02-22T19:38:04.049Z] === RUN TestParseUintListMaximumLimits [2021-02-22T19:38:04.049Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-02-22T19:38:04.049Z] PASS [2021-02-22T19:38:04.049Z] coverage: 97.0% of statements [2021-02-22T19:38:04.049Z] ok github.com/docker/docker/pkg/parsers 0.046s coverage: 97.0% of statements [2021-02-22T19:38:04.510Z] === RUN TestNewAndRemove [2021-02-22T19:38:04.510Z] --- PASS: TestNewAndRemove (0.00s) [2021-02-22T19:38:04.510Z] === RUN TestRemoveInvalidPath [2021-02-22T19:38:04.510Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-02-22T19:38:04.510Z] PASS [2021-02-22T19:38:04.510Z] coverage: 82.6% of statements [2021-02-22T19:38:04.510Z] ok github.com/docker/docker/pkg/pidfile 0.049s coverage: 82.6% of statements [2021-02-22T19:38:04.711Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-02-22T19:38:05.289Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-22T19:38:05.479Z] === RUN TestParseEmptyInterface [2021-02-22T19:38:05.479Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-02-22T19:38:05.479Z] === RUN TestParseNonInterfaceType [2021-02-22T19:38:05.479Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-02-22T19:38:05.479Z] === RUN TestParseWithOneFunction [2021-02-22T19:38:05.479Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-02-22T19:38:05.479Z] === RUN TestParseWithMultipleFuncs [2021-02-22T19:38:05.479Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-02-22T19:38:05.479Z] === RUN TestParseWithUnnamedReturn [2021-02-22T19:38:05.479Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-02-22T19:38:05.479Z] === RUN TestEmbeddedInterface [2021-02-22T19:38:05.479Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-02-22T19:38:05.479Z] === RUN TestParsedImports [2021-02-22T19:38:05.479Z] --- PASS: TestParsedImports (0.00s) [2021-02-22T19:38:05.479Z] === RUN TestAliasedImports [2021-02-22T19:38:05.479Z] --- PASS: TestAliasedImports (0.00s) [2021-02-22T19:38:05.479Z] PASS [2021-02-22T19:38:05.479Z] coverage: 56.8% of statements [2021-02-22T19:38:05.479Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.050s coverage: 56.8% of statements [2021-02-22T19:38:06.245Z] === RUN TestDockerSuite/TestExecWithTERM [2021-02-22T19:38:06.450Z] === RUN TestFailedConnection [2021-02-22T19:38:06.816Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-22T19:38:06.816Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-02-22T19:38:06.910Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-02-22T19:38:06.910Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-22T19:38:06.910Z] === RUN TestBufioReaderPoolPutAndGet [2021-02-22T19:38:06.910Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-02-22T19:38:06.910Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-02-22T19:38:06.910Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-02-22T19:38:06.910Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-02-22T19:38:06.910Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-22T19:38:06.910Z] === RUN TestBufioWriterPoolPutAndGet [2021-02-22T19:38:06.910Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-02-22T19:38:06.910Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-02-22T19:38:06.910Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-02-22T19:38:06.910Z] === RUN TestBufferPoolPutAndGet [2021-02-22T19:38:06.910Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-02-22T19:38:06.910Z] PASS [2021-02-22T19:38:06.910Z] coverage: 88.2% of statements [2021-02-22T19:38:06.910Z] ok github.com/docker/docker/pkg/pools 0.041s coverage: 88.2% of statements [2021-02-22T19:38:06.910Z] === RUN TestHTTPTransport [2021-02-22T19:38:06.910Z] --- PASS: TestHTTPTransport (0.00s) [2021-02-22T19:38:06.910Z] PASS [2021-02-22T19:38:06.910Z] coverage: 85.7% of statements [2021-02-22T19:38:06.910Z] ok github.com/docker/docker/pkg/plugins/transport 0.072s coverage: 85.7% of statements [2021-02-22T19:38:07.375Z] --- PASS: TestFailedConnection (1.05s) [2021-02-22T19:38:07.375Z] === RUN TestFailOnce [2021-02-22T19:38:07.375Z] 2021/02/22 19:38:07 http: panic serving 127.0.0.1:49223: Plugin not ready [2021-02-22T19:38:07.375Z] goroutine 10 [running]: [2021-02-22T19:38:07.375Z] net/http.(*conn).serve.func1(0xc000058be0) [2021-02-22T19:38:07.375Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-02-22T19:38:07.375Z] panic(0x849b40, 0x986ad0) [2021-02-22T19:38:07.375Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-02-22T19:38:07.375Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-22T19:38:07.375Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-02-22T19:38:07.375Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-22T19:38:07.375Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-02-22T19:38:07.375Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-22T19:38:07.375Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-02-22T19:38:07.375Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-22T19:38:07.375Z] c:/go/src/net/http/server.go:2831 +0xab [2021-02-22T19:38:07.375Z] net/http.(*conn).serve(0xc000058be0, 0x99b2c0, 0xc00004a980) [2021-02-22T19:38:07.375Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-02-22T19:38:07.375Z] created by net/http.(*Server).Serve [2021-02-22T19:38:07.375Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-02-22T19:38:07.375Z] time="2021-02-22T19:38:07Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49222/Test.FailOnce: Post http://127.0.0.1:49222/Test.FailOnce: EOF, retrying in 1s" [2021-02-22T19:38:07.388Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-22T19:38:07.834Z] === RUN TestOutputOnPrematureClose [2021-02-22T19:38:07.834Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-02-22T19:38:07.834Z] === RUN TestCompleteSilently [2021-02-22T19:38:07.834Z] --- PASS: TestCompleteSilently (0.00s) [2021-02-22T19:38:07.834Z] PASS [2021-02-22T19:38:07.834Z] coverage: 75.9% of statements [2021-02-22T19:38:07.834Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements [2021-02-22T19:38:07.834Z] === RUN TestSendToOneSub [2021-02-22T19:38:07.834Z] --- PASS: TestSendToOneSub (0.00s) [2021-02-22T19:38:07.834Z] === RUN TestSendToMultipleSubs [2021-02-22T19:38:07.834Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-02-22T19:38:07.834Z] === RUN TestEvictOneSub [2021-02-22T19:38:07.834Z] --- PASS: TestEvictOneSub (0.00s) [2021-02-22T19:38:07.834Z] === RUN TestClosePublisher [2021-02-22T19:38:07.834Z] --- PASS: TestClosePublisher (0.00s) [2021-02-22T19:38:07.834Z] === RUN TestPubSubRace [2021-02-22T19:38:08.294Z] --- PASS: TestFailOnce (1.14s) [2021-02-22T19:38:08.294Z] === RUN TestEchoInputOutput [2021-02-22T19:38:08.294Z] --- PASS: TestEchoInputOutput (0.00s) [2021-02-22T19:38:08.294Z] === RUN TestBackoff [2021-02-22T19:38:08.294Z] --- PASS: TestBackoff (0.00s) [2021-02-22T19:38:08.294Z] === RUN TestAbortRetry [2021-02-22T19:38:08.294Z] --- PASS: TestAbortRetry (0.00s) [2021-02-22T19:38:08.294Z] === RUN TestClientScheme [2021-02-22T19:38:08.294Z] --- PASS: TestClientScheme (0.00s) [2021-02-22T19:38:08.294Z] === RUN TestNewClientWithTimeout [2021-02-22T19:38:08.754Z] === RUN TestRegister [2021-02-22T19:38:08.754Z] --- PASS: TestRegister (0.00s) [2021-02-22T19:38:08.754Z] === RUN TestCommand [2021-02-22T19:38:08.754Z] --- PASS: TestCommand (0.02s) [2021-02-22T19:38:08.754Z] === RUN TestNaiveSelf [2021-02-22T19:38:08.754Z] --- PASS: TestNaiveSelf (0.02s) [2021-02-22T19:38:08.754Z] PASS [2021-02-22T19:38:08.754Z] coverage: 82.4% of statements [2021-02-22T19:38:08.754Z] time="2021-02-22T19:38:08Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49228/Test.Echo: Post http://127.0.0.1:49228/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-02-22T19:38:08.754Z] ok github.com/docker/docker/pkg/reexec 0.081s coverage: 82.4% of statements [2021-02-22T19:38:09.213Z] --- PASS: TestPubSubRace (1.05s) [2021-02-22T19:38:09.213Z] PASS [2021-02-22T19:38:09.213Z] coverage: 75.0% of statements [2021-02-22T19:38:09.213Z] ok github.com/docker/docker/pkg/pubsub 1.094s coverage: 75.0% of statements [2021-02-22T19:38:10.182Z] === RUN TestParseSignal [2021-02-22T19:38:10.182Z] --- PASS: TestParseSignal (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestValidSignalForPlatform [2021-02-22T19:38:10.182Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-02-22T19:38:10.182Z] PASS [2021-02-22T19:38:10.182Z] coverage: 20.3% of statements [2021-02-22T19:38:10.182Z] ok github.com/docker/docker/pkg/signal 0.061s coverage: 20.3% of statements [2021-02-22T19:38:10.182Z] === RUN TestNewStdWriter [2021-02-22T19:38:10.182Z] --- PASS: TestNewStdWriter (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestWriteWithUninitializedStdWriter [2021-02-22T19:38:10.182Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestWriteWithNilBytes [2021-02-22T19:38:10.182Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestWrite [2021-02-22T19:38:10.182Z] --- PASS: TestWrite (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestWriteWithWriterError [2021-02-22T19:38:10.182Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-02-22T19:38:10.182Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestStdCopyWriteAndRead [2021-02-22T19:38:10.182Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-02-22T19:38:10.182Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-02-22T19:38:10.182Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-02-22T19:38:10.182Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestStdCopyWithInvalidInputHeader [2021-02-22T19:38:10.182Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestStdCopyWithCorruptedPrefix [2021-02-22T19:38:10.182Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestStdCopyReturnsWriteErrors [2021-02-22T19:38:10.182Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-02-22T19:38:10.182Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-02-22T19:38:10.182Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-02-22T19:38:10.182Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-02-22T19:38:10.182Z] PASS [2021-02-22T19:38:10.182Z] coverage: 100.0% of statements [2021-02-22T19:38:10.182Z] ok github.com/docker/docker/pkg/stdcopy 0.051s coverage: 100.0% of statements [2021-02-22T19:38:10.642Z] time="2021-02-22T19:38:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49228/Test.Echo: Post http://127.0.0.1:49228/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-02-22T19:38:11.101Z] === RUN TestGenerateRandomID [2021-02-22T19:38:11.101Z] --- PASS: TestGenerateRandomID (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestShortenId [2021-02-22T19:38:11.101Z] --- PASS: TestShortenId (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestShortenSha256Id [2021-02-22T19:38:11.101Z] --- PASS: TestShortenSha256Id (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestShortenIdEmpty [2021-02-22T19:38:11.101Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestShortenIdInvalid [2021-02-22T19:38:11.101Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestIsShortIDNonHex [2021-02-22T19:38:11.101Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestIsShortIDNotCorrectSize [2021-02-22T19:38:11.101Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-02-22T19:38:11.101Z] PASS [2021-02-22T19:38:11.101Z] coverage: 70.6% of statements [2021-02-22T19:38:11.101Z] === RUN TestRawProgressFormatterFormatStatus [2021-02-22T19:38:11.101Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestRawProgressFormatterFormatProgress [2021-02-22T19:38:11.101Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestFormatStatus [2021-02-22T19:38:11.101Z] --- PASS: TestFormatStatus (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestFormatError [2021-02-22T19:38:11.101Z] --- PASS: TestFormatError (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestFormatJSONError [2021-02-22T19:38:11.101Z] --- PASS: TestFormatJSONError (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestJsonProgressFormatterFormatProgress [2021-02-22T19:38:11.101Z] ok github.com/docker/docker/pkg/stringid 0.043s coverage: 70.6% of statements [2021-02-22T19:38:11.101Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestJsonProgressFormatterFormatStatus [2021-02-22T19:38:11.101Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestNewJSONProgressOutput [2021-02-22T19:38:11.101Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestAuxFormatterEmit [2021-02-22T19:38:11.101Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestStreamWriterStdout [2021-02-22T19:38:11.101Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-02-22T19:38:11.101Z] === RUN TestStreamWriterStderr [2021-02-22T19:38:11.101Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-02-22T19:38:11.101Z] PASS [2021-02-22T19:38:11.101Z] coverage: 66.2% of statements [2021-02-22T19:38:11.101Z] ok github.com/docker/docker/pkg/streamformatter 0.042s coverage: 66.2% of statements [2021-02-22T19:38:12.069Z] === RUN TestIsCpusetListAvailable [2021-02-22T19:38:12.069Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-02-22T19:38:12.069Z] PASS [2021-02-22T19:38:12.069Z] coverage: 38.2% of statements [2021-02-22T19:38:12.069Z] ok github.com/docker/docker/pkg/sysinfo 0.036s coverage: 38.2% of statements [2021-02-22T19:38:12.667Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-22T19:38:13.037Z] === RUN TestChtimes [2021-02-22T19:38:13.037Z] --- PASS: TestChtimes (0.00s) [2021-02-22T19:38:13.037Z] === RUN TestChtimesWindows [2021-02-22T19:38:13.037Z] --- PASS: TestChtimesWindows (0.00s) [2021-02-22T19:38:13.037Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-02-22T19:38:13.037Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-02-22T19:38:13.037Z] === RUN TestEnsureRemoveAllNotExist [2021-02-22T19:38:13.037Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-02-22T19:38:13.037Z] === RUN TestEnsureRemoveAllWithDir [2021-02-22T19:38:13.037Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-02-22T19:38:13.037Z] === RUN TestEnsureRemoveAllWithFile [2021-02-22T19:38:13.037Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-02-22T19:38:13.037Z] === RUN TestHasWin32KSupport [2021-02-22T19:38:13.037Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-02-22T19:38:13.037Z] syscall_windows_test.go:8: win32k: true [2021-02-22T19:38:13.037Z] PASS [2021-02-22T19:38:13.037Z] coverage: 12.0% of statements [2021-02-22T19:38:13.037Z] ok github.com/docker/docker/pkg/system 0.048s coverage: 12.0% of statements [2021-02-22T19:38:13.037Z] time="2021-02-22T19:38:12Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49228/Test.Echo: Post http://127.0.0.1:49228/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-02-22T19:38:13.497Z] === RUN TestTailFile [2021-02-22T19:38:13.497Z] --- PASS: TestTailFile (0.00s) [2021-02-22T19:38:13.497Z] === RUN TestTailFileManyLines [2021-02-22T19:38:13.497Z] --- PASS: TestTailFileManyLines (0.01s) [2021-02-22T19:38:13.497Z] === RUN TestTailEmptyFile [2021-02-22T19:38:13.497Z] --- PASS: TestTailEmptyFile (0.00s) [2021-02-22T19:38:13.497Z] === RUN TestTailNegativeN [2021-02-22T19:38:13.497Z] --- PASS: TestTailNegativeN (0.00s) [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader [2021-02-22T19:38:13.497Z] === CONT TestNewTailReader [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/no_delimiter [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/no_delimiter [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/single_byte_delimiter [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/2_byte_delimiter [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/4_byte_delimiter [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/8_byte_delimiter [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/12_byte_delimiter [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/truncated_last_line [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-02-22T19:38:13.497Z] === CONT TestNewTailReader/no_delimiter [2021-02-22T19:38:13.497Z] === CONT TestNewTailReader/8_byte_delimiter [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-02-22T19:38:13.497Z] === CONT TestNewTailReader/4_byte_delimiter [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.497Z] === CONT TestNewTailReader/single_byte_delimiter [2021-02-22T19:38:13.497Z] === CONT TestNewTailReader/12_byte_delimiter [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-22T19:38:13.497Z] === CONT TestNewTailReader/2_byte_delimiter [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-02-22T19:38:13.497Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.497Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.498Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.498Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.499Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.499Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.499Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.500Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.500Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.500Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.501Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.501Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.502Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.961Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-22T19:38:13.962Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-22T19:38:13.962Z] --- PASS: TestNewTailReader (0.00s) [2021-02-22T19:38:13.962Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-02-22T19:38:13.962Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-02-22T19:38:13.962Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-02-22T19:38:13.962Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-02-22T19:38:13.962Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.02s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.01s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.01s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.01s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.02s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-22T19:38:13.963Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.02s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.03s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.03s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.02s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-02-22T19:38:13.964Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.01s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter (0.02s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-22T19:38:13.965Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-22T19:38:13.965Z] PASS [2021-02-22T19:38:13.965Z] coverage: 88.6% of statements [2021-02-22T19:38:13.965Z] ok github.com/docker/docker/pkg/tailfile 0.598s coverage: 88.6% of statements [2021-02-22T19:38:13.965Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-22T19:38:13.965Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-22T19:38:13.965Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-22T19:38:13.965Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-22T19:38:13.965Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-22T19:38:13.965Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-02-22T19:38:13.965Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-02-22T19:38:13.965Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-22T19:38:13.965Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-22T19:38:14.424Z] === RUN TestTarSumRemoveNonExistent [2021-02-22T19:38:14.424Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-02-22T19:38:14.424Z] === RUN TestTarSumRemove [2021-02-22T19:38:14.424Z] --- PASS: TestTarSumRemove (0.00s) [2021-02-22T19:38:14.424Z] === RUN TestSortFileInfoSums [2021-02-22T19:38:14.424Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-02-22T19:38:14.424Z] === RUN TestNewTarSumForLabelInvalid [2021-02-22T19:38:14.424Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-02-22T19:38:14.424Z] === RUN TestNewTarSumForLabel [2021-02-22T19:38:14.424Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-02-22T19:38:14.424Z] === RUN TestEmptyTar [2021-02-22T19:38:14.424Z] --- PASS: TestEmptyTar (0.01s) [2021-02-22T19:38:14.424Z] === RUN TestTarSumsReadSize [2021-02-22T19:38:14.424Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-02-22T19:38:14.424Z] === RUN TestTarSums [2021-02-22T19:38:14.424Z] --- PASS: TestTarSums (0.08s) [2021-02-22T19:38:14.424Z] === RUN TestIteration [2021-02-22T19:38:14.424Z] --- PASS: TestIteration (0.00s) [2021-02-22T19:38:14.424Z] === RUN TestVersionLabelForChecksum [2021-02-22T19:38:14.424Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-02-22T19:38:14.424Z] === RUN TestVersion [2021-02-22T19:38:14.424Z] --- PASS: TestVersion (0.00s) [2021-02-22T19:38:14.424Z] === RUN TestGetVersion [2021-02-22T19:38:14.424Z] --- PASS: TestGetVersion (0.00s) [2021-02-22T19:38:14.424Z] === RUN TestGetVersions [2021-02-22T19:38:14.424Z] --- PASS: TestGetVersions (0.00s) [2021-02-22T19:38:14.424Z] PASS [2021-02-22T19:38:14.424Z] coverage: 89.3% of statements [2021-02-22T19:38:14.424Z] ok github.com/docker/docker/pkg/tarsum 0.164s coverage: 89.3% of statements [2021-02-22T19:38:14.884Z] testing: warning: no tests to run [2021-02-22T19:38:14.884Z] PASS [2021-02-22T19:38:14.884Z] coverage: [no statements] [2021-02-22T19:38:14.884Z] ok github.com/docker/docker/pkg/term/windows 0.037s coverage: [no statements] [no tests to run] [2021-02-22T19:38:14.884Z] === RUN TestTruncIndex [2021-02-22T19:38:15.343Z] --- PASS: TestTruncIndex (0.10s) [2021-02-22T19:38:15.343Z] PASS [2021-02-22T19:38:15.343Z] coverage: 91.5% of statements [2021-02-22T19:38:15.343Z] ok github.com/docker/docker/pkg/truncindex 0.137s coverage: 91.5% of statements [2021-02-22T19:38:15.343Z] === RUN TestIsGIT [2021-02-22T19:38:15.343Z] --- PASS: TestIsGIT (0.00s) [2021-02-22T19:38:15.343Z] === RUN TestIsTransport [2021-02-22T19:38:15.343Z] --- PASS: TestIsTransport (0.00s) [2021-02-22T19:38:15.343Z] PASS [2021-02-22T19:38:15.343Z] coverage: 100.0% of statements [2021-02-22T19:38:15.343Z] ok github.com/docker/docker/pkg/urlutil 0.043s coverage: 100.0% of statements [2021-02-22T19:38:15.802Z] === RUN TestVersionInfo [2021-02-22T19:38:15.802Z] --- PASS: TestVersionInfo (0.00s) [2021-02-22T19:38:15.802Z] === RUN TestAppendVersions [2021-02-22T19:38:15.802Z] --- PASS: TestAppendVersions (0.00s) [2021-02-22T19:38:15.802Z] PASS [2021-02-22T19:38:15.802Z] coverage: 88.9% of statements [2021-02-22T19:38:15.802Z] ok github.com/docker/docker/pkg/useragent 0.096s coverage: 88.9% of statements [2021-02-22T19:38:16.775Z] === RUN TestNewSettable [2021-02-22T19:38:16.775Z] --- PASS: TestNewSettable (0.00s) [2021-02-22T19:38:16.775Z] === RUN TestIsSettable [2021-02-22T19:38:16.775Z] --- PASS: TestIsSettable (0.00s) [2021-02-22T19:38:16.775Z] === RUN TestUpdateSettingsEnv [2021-02-22T19:38:16.775Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-02-22T19:38:16.775Z] PASS [2021-02-22T19:38:16.775Z] coverage: 20.1% of statements [2021-02-22T19:38:16.775Z] ok github.com/docker/docker/plugin/v2 0.065s coverage: 20.1% of statements [2021-02-22T19:38:16.864Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-22T19:38:17.234Z] === RUN TestLoad [2021-02-22T19:38:17.235Z] --- PASS: TestLoad (0.00s) [2021-02-22T19:38:17.235Z] === RUN TestSave [2021-02-22T19:38:17.235Z] --- PASS: TestSave (0.03s) [2021-02-22T19:38:17.235Z] === RUN TestAddDeleteGet [2021-02-22T19:38:17.235Z] --- PASS: TestAddDeleteGet (0.05s) [2021-02-22T19:38:17.235Z] === RUN TestInvalidTags [2021-02-22T19:38:17.235Z] --- PASS: TestInvalidTags (0.01s) [2021-02-22T19:38:17.235Z] PASS [2021-02-22T19:38:17.235Z] coverage: 84.4% of statements [2021-02-22T19:38:17.693Z] === RUN TestValidatePrivileges [2021-02-22T19:38:17.693Z] --- PASS: TestValidatePrivileges (0.00s) [2021-02-22T19:38:17.693Z] === RUN TestFilterByCapNeg [2021-02-22T19:38:17.693Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-02-22T19:38:17.693Z] === RUN TestFilterByCapPos [2021-02-22T19:38:17.693Z] --- PASS: TestFilterByCapPos (0.00s) [2021-02-22T19:38:17.693Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-02-22T19:38:17.693Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-02-22T19:38:17.693Z] PASS [2021-02-22T19:38:17.693Z] coverage: 12.0% of statements [2021-02-22T19:38:17.693Z] ok github.com/docker/docker/reference 0.134s coverage: 84.4% of statements [2021-02-22T19:38:17.693Z] ok github.com/docker/docker/plugin 0.090s coverage: 12.0% of statements [2021-02-22T19:38:17.693Z] time="2021-02-22T19:38:17Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49228/Test.Echo: Post http://127.0.0.1:49228/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-02-22T19:38:18.247Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-22T19:38:19.232Z] === RUN TestRestartManagerTimeout [2021-02-22T19:38:19.232Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-02-22T19:38:19.232Z] === RUN TestRestartManagerTimeoutReset [2021-02-22T19:38:19.232Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-02-22T19:38:19.232Z] PASS [2021-02-22T19:38:19.232Z] coverage: 50.9% of statements [2021-02-22T19:38:19.232Z] ok github.com/docker/docker/restartmanager 0.036s coverage: 50.9% of statements [2021-02-22T19:38:19.232Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-02-22T19:38:19.232Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-02-22T19:38:19.232Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-02-22T19:38:19.232Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-02-22T19:38:19.232Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-02-22T19:38:19.232Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-02-22T19:38:19.232Z] === RUN TestResumableRequestReaderWithReadError [2021-02-22T19:38:19.232Z] time="2021-02-22T19:38:18Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-02-22T19:38:19.232Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s) [2021-02-22T19:38:19.232Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-02-22T19:38:19.232Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-02-22T19:38:19.232Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-02-22T19:38:19.232Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-02-22T19:38:19.232Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-02-22T19:38:19.232Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-02-22T19:38:19.232Z] === RUN TestResumableRequestReader [2021-02-22T19:38:19.232Z] --- PASS: TestResumableRequestReader (0.00s) [2021-02-22T19:38:19.232Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-02-22T19:38:19.232Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-02-22T19:38:19.232Z] PASS [2021-02-22T19:38:19.232Z] coverage: 100.0% of statements [2021-02-22T19:38:19.232Z] ok github.com/docker/docker/registry/resumable 0.208s coverage: 100.0% of statements [2021-02-22T19:38:19.232Z] === RUN TestResolveAuthConfigIndexServer [2021-02-22T19:38:19.232Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-02-22T19:38:19.232Z] === RUN TestResolveAuthConfigFullURL [2021-02-22T19:38:19.232Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-02-22T19:38:19.232Z] === RUN TestLoadAllowNondistributableArtifacts [2021-02-22T19:38:19.232Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-02-22T19:38:19.232Z] === RUN TestValidateMirror [2021-02-22T19:38:19.232Z] --- PASS: TestValidateMirror (0.00s) [2021-02-22T19:38:19.232Z] === RUN TestLoadInsecureRegistries [2021-02-22T19:38:19.691Z] time="2021-02-22T19:38:19Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-22T19:38:19.691Z] time="2021-02-22T19:38:19Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-02-22T19:38:19.691Z] time="2021-02-22T19:38:19Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-22T19:38:19.691Z] --- PASS: TestLoadInsecureRegistries (0.11s) [2021-02-22T19:38:19.691Z] === RUN TestNewServiceConfig [2021-02-22T19:38:19.691Z] --- PASS: TestNewServiceConfig (0.00s) [2021-02-22T19:38:19.691Z] === RUN TestValidateIndexName [2021-02-22T19:38:19.691Z] --- PASS: TestValidateIndexName (0.00s) [2021-02-22T19:38:19.691Z] === RUN TestValidateIndexNameWithError [2021-02-22T19:38:19.691Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-02-22T19:38:19.691Z] === RUN TestEndpointParse [2021-02-22T19:38:19.691Z] --- PASS: TestEndpointParse (0.00s) [2021-02-22T19:38:19.691Z] === RUN TestEndpointParseInvalid [2021-02-22T19:38:19.691Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-02-22T19:38:19.691Z] === RUN TestValidateEndpoint [2021-02-22T19:38:19.691Z] --- PASS: TestValidateEndpoint (0.01s) [2021-02-22T19:38:19.691Z] === RUN TestPing [2021-02-22T19:38:19.691Z] --- PASS: TestPing (0.00s) [2021-02-22T19:38:19.691Z] === RUN TestPingRegistryEndpoint [2021-02-22T19:38:19.691Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-02-22T19:38:19.691Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:19.691Z] === RUN TestEndpoint [2021-02-22T19:38:19.691Z] --- SKIP: TestEndpoint (0.00s) [2021-02-22T19:38:19.691Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:19.691Z] === RUN TestParseRepositoryInfo [2021-02-22T19:38:19.691Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-02-22T19:38:19.691Z] === RUN TestNewIndexInfo [2021-02-22T19:38:19.691Z] --- PASS: TestNewIndexInfo (0.00s) [2021-02-22T19:38:19.691Z] === RUN TestMirrorEndpointLookup [2021-02-22T19:38:19.691Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-02-22T19:38:19.691Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:19.691Z] === RUN TestSearchRepositories [2021-02-22T19:38:19.691Z] --- PASS: TestSearchRepositories (0.00s) [2021-02-22T19:38:19.691Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-02-22T19:38:19.691Z] Host: 127.0.0.1:49244 [2021-02-22T19:38:19.691Z] User-Agent: docker test client [2021-02-22T19:38:19.691Z] Authorization: Token fake-token [2021-02-22T19:38:19.691Z] X-Docker-Token: true [2021-02-22T19:38:19.691Z] Accept-Encoding: gzip [2021-02-22T19:38:19.691Z] [2021-02-22T19:38:19.691Z] [2021-02-22T19:38:19.691Z] registry_test.go:730: HTTP/1.1 200 OK [2021-02-22T19:38:19.691Z] Connection: close [2021-02-22T19:38:19.691Z] Content-Length: 144 [2021-02-22T19:38:19.691Z] Cache-Control: no-cache [2021-02-22T19:38:19.691Z] Content-Type: application/json [2021-02-22T19:38:19.691Z] Date: Mon, 22 Feb 2021 19:38:19 GMT [2021-02-22T19:38:19.691Z] Expires: -1 [2021-02-22T19:38:19.691Z] Pragma: no-cache [2021-02-22T19:38:19.691Z] Server: docker-tests/mock [2021-02-22T19:38:19.691Z] X-Docker-Registry-Config: mock [2021-02-22T19:38:19.691Z] X-Docker-Registry-Version: 0.0.0 [2021-02-22T19:38:19.691Z] [2021-02-22T19:38:19.691Z] [2021-02-22T19:38:19.691Z] === RUN TestTrustedLocation [2021-02-22T19:38:19.691Z] --- PASS: TestTrustedLocation (0.00s) [2021-02-22T19:38:19.691Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-02-22T19:38:19.691Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-02-22T19:38:19.691Z] === RUN TestAllowNondistributableArtifacts [2021-02-22T19:38:19.691Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-02-22T19:38:19.691Z] === RUN TestIsSecureIndex [2021-02-22T19:38:19.691Z] --- PASS: TestIsSecureIndex (0.00s) [2021-02-22T19:38:19.691Z] PASS [2021-02-22T19:38:19.691Z] coverage: 50.3% of statements [2021-02-22T19:38:19.691Z] ok github.com/docker/docker/registry 0.207s coverage: 50.3% of statements [2021-02-22T19:38:20.151Z] === RUN TestDecodeContainerConfig [2021-02-22T19:38:20.151Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-02-22T19:38:20.151Z] === RUN TestDecodeContainerConfigIsolation [2021-02-22T19:38:20.151Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-02-22T19:38:20.151Z] === RUN TestValidatePrivileged [2021-02-22T19:38:20.151Z] --- PASS: TestValidatePrivileged (0.00s) [2021-02-22T19:38:20.151Z] PASS [2021-02-22T19:38:20.151Z] coverage: 52.2% of statements [2021-02-22T19:38:20.151Z] ok github.com/docker/docker/runconfig 0.191s coverage: 52.2% of statements [2021-02-22T19:38:20.611Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-02-22T19:38:20.611Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-02-22T19:38:20.611Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-02-22T19:38:20.611Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-02-22T19:38:20.611Z] PASS [2021-02-22T19:38:20.611Z] coverage: 62.5% of statements [2021-02-22T19:38:20.611Z] ok github.com/docker/docker/testutil 0.043s coverage: 62.5% of statements [2021-02-22T19:38:22.789Z] === RUN TestGetAddress [2021-02-22T19:38:22.789Z] --- PASS: TestGetAddress (0.00s) [2021-02-22T19:38:22.789Z] === RUN TestRemove [2021-02-22T19:38:22.789Z] --- SKIP: TestRemove (0.00s) [2021-02-22T19:38:22.789Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-22T19:38:22.789Z] === RUN TestInitializeWithVolumes [2021-02-22T19:38:22.789Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-02-22T19:38:22.789Z] === RUN TestCreate [2021-02-22T19:38:22.789Z] === RUN TestGetDriver [2021-02-22T19:38:22.789Z] --- PASS: TestGetDriver (0.00s) [2021-02-22T19:38:22.789Z] === RUN TestVolumeRequestError [2021-02-22T19:38:22.789Z] --- PASS: TestCreate (0.01s) [2021-02-22T19:38:22.789Z] === RUN TestValidateName [2021-02-22T19:38:22.789Z] --- PASS: TestValidateName (0.00s) [2021-02-22T19:38:22.789Z] === RUN TestCreateWithOpts [2021-02-22T19:38:22.789Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-02-22T19:38:22.789Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-22T19:38:22.789Z] === RUN TestRelaodNoOpts [2021-02-22T19:38:22.789Z] --- PASS: TestVolumeRequestError (0.01s) [2021-02-22T19:38:22.789Z] PASS [2021-02-22T19:38:22.789Z] coverage: 36.1% of statements [2021-02-22T19:38:22.789Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-02-22T19:38:22.789Z] PASS [2021-02-22T19:38:22.789Z] coverage: 41.5% of statements [2021-02-22T19:38:22.789Z] ok github.com/docker/docker/volume/drivers 0.058s coverage: 36.1% of statements [2021-02-22T19:38:22.789Z] ok github.com/docker/docker/volume/local 0.073s coverage: 41.5% of statements [2021-02-22T19:38:23.250Z] === RUN TestConvertTmpfsOptions [2021-02-22T19:38:23.250Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-02-22T19:38:23.250Z] parser_test.go:49: data="mode=700,size=1m" [2021-02-22T19:38:23.250Z] parser_test.go:49: data="ro" [2021-02-22T19:38:23.250Z] === RUN TestParseMountRaw [2021-02-22T19:38:23.250Z] --- PASS: TestParseMountRaw (0.02s) [2021-02-22T19:38:23.250Z] === RUN TestParseMountRawSplit [2021-02-22T19:38:23.250Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-02-22T19:38:23.250Z] parser_test.go:390: case 0 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 1 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 2 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 3 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 4 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 5 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 6 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 7 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 8 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 0 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 1 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 2 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 3 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 4 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 5 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 6 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 7 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 8 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 9 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 10 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 11 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 12 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 0 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 1 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 2 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 3 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 4 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 5 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 6 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 7 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 8 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 9 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 10 [2021-02-22T19:38:23.250Z] parser_test.go:390: case 11 [2021-02-22T19:38:23.250Z] === RUN TestParseMountSpec [2021-02-22T19:38:23.250Z] --- PASS: TestParseMountSpec (0.00s) [2021-02-22T19:38:23.250Z] parser_test.go:455: case 0 [2021-02-22T19:38:23.250Z] parser_test.go:455: case 1 [2021-02-22T19:38:23.250Z] parser_test.go:455: case 2 [2021-02-22T19:38:23.250Z] parser_test.go:455: case 3 [2021-02-22T19:38:23.250Z] parser_test.go:455: case 4 [2021-02-22T19:38:23.250Z] parser_test.go:455: case 5 [2021-02-22T19:38:23.250Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-02-22T19:38:23.250Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-02-22T19:38:23.250Z] === RUN TestValidateMount [2021-02-22T19:38:23.250Z] --- PASS: TestValidateMount (0.00s) [2021-02-22T19:38:23.250Z] PASS [2021-02-22T19:38:23.250Z] coverage: 66.2% of statements [2021-02-22T19:38:23.250Z] ok github.com/docker/docker/volume/mounts 0.079s coverage: 66.2% of statements [2021-02-22T19:38:23.527Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-22T19:38:23.527Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-22T19:38:23.527Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-22T19:38:23.527Z] === RUN TestDockerSuite/TestHealth [2021-02-22T19:38:24.790Z] === RUN TestSetGetMeta [2021-02-22T19:38:24.790Z] === PAUSE TestSetGetMeta [2021-02-22T19:38:24.790Z] === RUN TestRestore [2021-02-22T19:38:24.790Z] === PAUSE TestRestore [2021-02-22T19:38:24.790Z] === RUN TestServiceCreate [2021-02-22T19:38:24.790Z] === PAUSE TestServiceCreate [2021-02-22T19:38:24.790Z] === RUN TestServiceList [2021-02-22T19:38:24.790Z] === PAUSE TestServiceList [2021-02-22T19:38:24.790Z] === RUN TestServiceRemove [2021-02-22T19:38:24.790Z] === PAUSE TestServiceRemove [2021-02-22T19:38:24.790Z] === RUN TestServiceGet [2021-02-22T19:38:24.790Z] === PAUSE TestServiceGet [2021-02-22T19:38:24.790Z] === RUN TestServicePrune [2021-02-22T19:38:24.790Z] === PAUSE TestServicePrune [2021-02-22T19:38:24.790Z] === RUN TestCreate [2021-02-22T19:38:24.790Z] === PAUSE TestCreate [2021-02-22T19:38:24.790Z] === RUN TestRemove [2021-02-22T19:38:24.790Z] === PAUSE TestRemove [2021-02-22T19:38:24.790Z] === RUN TestList [2021-02-22T19:38:24.790Z] === PAUSE TestList [2021-02-22T19:38:24.790Z] === RUN TestFindByDriver [2021-02-22T19:38:24.790Z] === PAUSE TestFindByDriver [2021-02-22T19:38:24.790Z] === RUN TestFindByReferenced [2021-02-22T19:38:24.790Z] === PAUSE TestFindByReferenced [2021-02-22T19:38:24.790Z] === RUN TestDerefMultipleOfSameRef [2021-02-22T19:38:24.790Z] === PAUSE TestDerefMultipleOfSameRef [2021-02-22T19:38:24.790Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-22T19:38:24.790Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-22T19:38:24.790Z] === RUN TestDefererencePluginOnCreateError [2021-02-22T19:38:24.790Z] === PAUSE TestDefererencePluginOnCreateError [2021-02-22T19:38:24.790Z] === RUN TestRefDerefRemove [2021-02-22T19:38:24.790Z] === PAUSE TestRefDerefRemove [2021-02-22T19:38:24.790Z] === RUN TestGet [2021-02-22T19:38:24.790Z] === PAUSE TestGet [2021-02-22T19:38:24.790Z] === RUN TestGetWithReference [2021-02-22T19:38:24.790Z] === PAUSE TestGetWithReference [2021-02-22T19:38:24.790Z] === RUN TestFilterFunc [2021-02-22T19:38:24.790Z] === RUN TestFilterFunc/test_nil_list [2021-02-22T19:38:24.790Z] === PAUSE TestFilterFunc/test_nil_list [2021-02-22T19:38:24.790Z] === RUN TestFilterFunc/test_empty_list [2021-02-22T19:38:24.790Z] === PAUSE TestFilterFunc/test_empty_list [2021-02-22T19:38:24.790Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-02-22T19:38:24.790Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-02-22T19:38:24.790Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-22T19:38:24.790Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-22T19:38:24.790Z] === RUN TestFilterFunc/test_filter_some [2021-02-22T19:38:24.790Z] === PAUSE TestFilterFunc/test_filter_some [2021-02-22T19:38:24.791Z] === RUN TestFilterFunc/test_filter_middle [2021-02-22T19:38:24.791Z] === PAUSE TestFilterFunc/test_filter_middle [2021-02-22T19:38:24.791Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-02-22T19:38:24.791Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-02-22T19:38:24.791Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-02-22T19:38:24.791Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-02-22T19:38:24.791Z] === CONT TestFilterFunc/test_nil_list [2021-02-22T19:38:24.791Z] === CONT TestFilterFunc/test_filter_some [2021-02-22T19:38:24.791Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-22T19:38:24.791Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-02-22T19:38:24.791Z] === CONT TestFilterFunc/test_empty_list [2021-02-22T19:38:24.791Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-02-22T19:38:24.791Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-02-22T19:38:24.791Z] === CONT TestFilterFunc/test_filter_middle [2021-02-22T19:38:24.791Z] --- PASS: TestFilterFunc (0.00s) [2021-02-22T19:38:24.791Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-02-22T19:38:24.791Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-02-22T19:38:24.791Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-02-22T19:38:24.791Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-02-22T19:38:24.791Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-02-22T19:38:24.791Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-02-22T19:38:24.791Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-02-22T19:38:24.791Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-02-22T19:38:24.791Z] === CONT TestSetGetMeta [2021-02-22T19:38:24.791Z] === CONT TestGetWithReference [2021-02-22T19:38:24.791Z] === CONT TestFindByReferenced [2021-02-22T19:38:24.791Z] === CONT TestServicePrune [2021-02-22T19:38:24.791Z] --- PASS: TestSetGetMeta (0.02s) [2021-02-22T19:38:24.791Z] === CONT TestList [2021-02-22T19:38:24.791Z] --- PASS: TestGetWithReference (0.03s) [2021-02-22T19:38:24.791Z] === CONT TestFindByDriver [2021-02-22T19:38:24.791Z] --- PASS: TestFindByReferenced (0.03s) [2021-02-22T19:38:24.791Z] === CONT TestRemove [2021-02-22T19:38:24.791Z] --- PASS: TestFindByDriver (0.03s) [2021-02-22T19:38:24.791Z] === CONT TestServiceList [2021-02-22T19:38:24.791Z] --- PASS: TestList (0.03s) [2021-02-22T19:38:24.791Z] === CONT TestServiceGet [2021-02-22T19:38:24.791Z] --- PASS: TestRemove (0.03s) [2021-02-22T19:38:24.791Z] === CONT TestServiceRemove [2021-02-22T19:38:24.791Z] --- PASS: TestServiceGet (0.07s) [2021-02-22T19:38:24.791Z] === CONT TestCreate [2021-02-22T19:38:24.791Z] time="2021-02-22T19:38:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-22T19:38:24.791Z] --- PASS: TestServiceRemove (0.07s) [2021-02-22T19:38:24.791Z] === CONT TestServiceCreate [2021-02-22T19:38:24.791Z] --- PASS: TestServiceList (0.08s) [2021-02-22T19:38:24.791Z] === CONT TestRestore [2021-02-22T19:38:24.791Z] time="2021-02-22T19:38:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-22T19:38:24.791Z] --- PASS: TestCreate (0.02s) [2021-02-22T19:38:24.791Z] === CONT TestDefererencePluginOnCreateError [2021-02-22T19:38:24.791Z] time="2021-02-22T19:38:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-22T19:38:24.791Z] time="2021-02-22T19:38:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-02-22T19:38:24.791Z] --- PASS: TestServiceCreate (0.03s) [2021-02-22T19:38:24.791Z] === CONT TestGet [2021-02-22T19:38:24.791Z] time="2021-02-22T19:38:24Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-22T19:38:24.791Z] === CONT TestRefDerefRemove [2021-02-22T19:38:24.791Z] --- PASS: TestRestore (0.03s) [2021-02-22T19:38:24.791Z] --- PASS: TestServicePrune (0.17s) [2021-02-22T19:38:24.791Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-22T19:38:24.791Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-02-22T19:38:24.791Z] === CONT TestDerefMultipleOfSameRef [2021-02-22T19:38:24.791Z] --- PASS: TestGet (0.02s) [2021-02-22T19:38:24.791Z] --- PASS: TestRefDerefRemove (0.02s) [2021-02-22T19:38:24.791Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-02-22T19:38:24.791Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-02-22T19:38:24.791Z] PASS [2021-02-22T19:38:24.791Z] coverage: 70.3% of statements [2021-02-22T19:38:24.791Z] ok github.com/docker/docker/volume/service 0.252s coverage: 70.3% of statements [2021-02-22T19:38:26.331Z] --- PASS: TestNewClientWithTimeout (17.69s) [2021-02-22T19:38:26.331Z] === RUN TestClientStream [2021-02-22T19:38:26.331Z] --- PASS: TestClientStream (0.00s) [2021-02-22T19:38:26.331Z] === RUN TestClientSendFile [2021-02-22T19:38:26.331Z] --- PASS: TestClientSendFile (0.00s) [2021-02-22T19:38:26.331Z] === RUN TestClientWithRequestTimeout [2021-02-22T19:38:26.331Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-02-22T19:38:26.331Z] === RUN TestFileSpecPlugin [2021-02-22T19:38:26.331Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-02-22T19:38:26.331Z] === RUN TestFileJSONSpecPlugin [2021-02-22T19:38:26.331Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-02-22T19:38:26.331Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-02-22T19:38:26.331Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-02-22T19:38:26.331Z] === RUN TestPluginAddHandler [2021-02-22T19:38:26.331Z] --- PASS: TestPluginAddHandler (0.00s) [2021-02-22T19:38:26.331Z] === RUN TestPluginWaitBadPlugin [2021-02-22T19:38:26.331Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-02-22T19:38:26.331Z] === RUN TestGet [2021-02-22T19:38:26.331Z] time="2021-02-22T19:38:25Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-02-22T19:38:27.301Z] time="2021-02-22T19:38:26Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-02-22T19:38:28.811Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-02-22T19:38:29.482Z] time="2021-02-22T19:38:28Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-02-22T19:38:33.023Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-02-22T19:38:33.224Z] time="2021-02-22T19:38:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-02-22T19:38:41.805Z] --- PASS: TestGet (15.04s) [2021-02-22T19:38:41.805Z] === RUN TestPluginWithNoManifest [2021-02-22T19:38:41.805Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-02-22T19:38:41.805Z] === RUN TestGetAll [2021-02-22T19:38:41.805Z] --- PASS: TestGetAll (0.00s) [2021-02-22T19:38:41.805Z] PASS [2021-02-22T19:38:41.805Z] coverage: 73.4% of statements [2021-02-22T19:38:41.805Z] ok github.com/docker/docker/pkg/plugins 35.058s coverage: 73.4% of statements [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/quota [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/rootless [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/volume [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-22T19:38:41.805Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === Skipped [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-02-22T19:38:42.774Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-02-22T19:38:42.774Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-02-22T19:38:42.774Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-02-22T19:38:42.774Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-02-22T19:38:42.774Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-02-22T19:38:42.774Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-02-22T19:38:42.774Z] daemon_test.go:147: root required [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-22T19:38:42.774Z] reload_test.go:520: root required [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-02-22T19:38:42.774Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-22T19:38:42.774Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-02-22T19:38:42.774Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-02-22T19:38:42.774Z] download_test.go:268: Needs fixing on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-02-22T19:38:42.774Z] layer_test.go:304: Failing on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-02-22T19:38:42.774Z] layer_test.go:353: Failing on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-02-22T19:38:42.774Z] layer_test.go:468: Failing on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-02-22T19:38:42.774Z] layer_test.go:697: Failing on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-02-22T19:38:42.774Z] migration_test.go:46: Failing on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-02-22T19:38:42.774Z] migration_test.go:182: Failing on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-02-22T19:38:42.774Z] mount_test.go:17: Failing on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-02-22T19:38:42.774Z] mount_test.go:76: Failing on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-02-22T19:38:42.774Z] mount_test.go:125: Failing on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-02-22T19:38:42.774Z] mount_test.go:212: Failing on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-02-22T19:38:42.774Z] archive_test.go:134: Xz not present in msys2 [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-02-22T19:38:42.774Z] archive_test.go:239: Failing on Windows CI machines [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-02-22T19:38:42.774Z] archive_windows_test.go:16: Currently fails [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-02-22T19:38:42.774Z] changes_test.go:192: needs more investigation [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-02-22T19:38:42.774Z] changes_test.go:405: needs further investigation [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-02-22T19:38:42.774Z] changes_test.go:441: needs further investigation [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-02-22T19:38:42.774Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-22T19:38:42.774Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-02-22T19:38:42.774Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-02-22T19:38:42.774Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-02-22T19:38:42.774Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-02-22T19:38:42.774Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-22T19:38:42.774Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-22T19:38:42.774Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-02-22T19:38:42.774Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-02-22T19:38:42.774Z] poller_test.go:41: No chmod on Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-22T19:38:42.774Z] fileutils_test.go:134: Needs porting to Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-22T19:38:42.774Z] fileutils_test.go:180: Needs porting to Windows [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-02-22T19:38:42.774Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-02-22T19:38:42.774Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-02-22T19:38:42.774Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-02-22T19:38:42.774Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-02-22T19:38:42.774Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] [2021-02-22T19:38:42.774Z] DONE 1828 tests, 45 skipped in 210.228s [2021-02-22T19:38:42.774Z] INFO: make.ps1 ended at 02/22/2021 19:38:42 [2021-02-22T19:38:44.312Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-02-22T19:38:44.312Z] INFO: Unit tests ended at 02/22/2021 19:38:44. Duration:00:03:45.3291329 [2021-02-22T19:38:44.312Z] INFO: Building busybox [2021-02-22T19:38:44.312Z] Sending build context to Docker daemon 5.12kB [2021-02-22T19:38:44.312Z] [2021-02-22T19:38:44.312Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-02-22T19:38:44.312Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-02-22T19:38:44.312Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-02-22T19:38:44.312Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-02-22T19:38:44.312Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-02-22T19:38:44.312Z] ---> 31902e4b25a6 [2021-02-22T19:38:44.312Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-02-22T19:38:44.312Z] ---> Running in c90c530ddaff [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-22T19:38:45.268Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-22T19:38:46.208Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-22T19:38:46.208Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-22T19:38:46.778Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-22T19:38:47.348Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-22T19:38:47.348Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-22T19:38:48.288Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-02-22T19:38:49.012Z] Removing intermediate container c90c530ddaff [2021-02-22T19:38:49.012Z] ---> 0417d0190e2a [2021-02-22T19:38:49.012Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-02-22T19:38:49.012Z] ---> Running in c88135ec65bb [2021-02-22T19:38:49.012Z] Removing intermediate container c88135ec65bb [2021-02-22T19:38:49.012Z] ---> d6ae81e342c4 [2021-02-22T19:38:49.012Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-02-22T19:38:49.012Z] ---> Running in f0fc68861ae5 [2021-02-22T19:38:49.471Z] Removing intermediate container f0fc68861ae5 [2021-02-22T19:38:49.471Z] ---> cd1b758826b6 [2021-02-22T19:38:49.471Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-02-22T19:38:50.829Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-22T19:38:50.829Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-22T19:38:50.829Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-22T19:38:50.829Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-02-22T19:38:51.010Z] [2021-02-22T19:38:51.469Z] ---> f33a7430c793 [2021-02-22T19:38:51.469Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-02-22T19:38:51.469Z] ---> Running in 31726872fdbc [2021-02-22T19:38:52.216Z] === RUN TestDockerSuite/TestImportFile [2021-02-22T19:38:54.128Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-22T19:38:54.128Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-22T19:38:55.515Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-22T19:38:57.430Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-22T19:38:59.348Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-22T19:38:59.608Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-22T19:39:00.058Z] Removing intermediate container 31726872fdbc [2021-02-22T19:39:00.058Z] ---> 916c5e317f3c [2021-02-22T19:39:00.058Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-02-22T19:39:00.058Z] ---> Running in d72cebf412ca [2021-02-22T19:39:00.181Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-22T19:39:00.751Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-22T19:39:00.751Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-02-22T19:39:00.751Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-02-22T19:39:01.322Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-22T19:39:01.599Z] [2021-02-22T19:39:01.599Z] SUCCESS: Specified value was saved. [2021-02-22T19:39:01.892Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-02-22T19:39:02.152Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-02-22T19:39:02.723Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-22T19:39:03.296Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-22T19:39:03.782Z] Removing intermediate container d72cebf412ca [2021-02-22T19:39:03.782Z] ---> eb27401bab8c [2021-02-22T19:39:03.782Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-02-22T19:39:03.782Z] ---> Running in 5b4385aad5bc [2021-02-22T19:39:03.873Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-22T19:39:03.873Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-02-22T19:39:05.255Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-22T19:39:05.516Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-22T19:39:06.086Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-22T19:39:06.086Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-22T19:39:06.656Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-22T19:39:06.656Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-22T19:39:07.226Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-22T19:39:07.532Z] Cannot create a file when that file already exists. [2021-02-22T19:39:07.800Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-22T19:39:08.370Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-02-22T19:39:08.370Z] === RUN TestDockerSuite/TestInspectHistory [2021-02-22T19:39:08.941Z] === RUN TestDockerSuite/TestInspectImage [2021-02-22T19:39:08.941Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-22T19:39:09.201Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-22T19:39:09.201Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-22T19:39:09.462Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-22T19:39:10.407Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-22T19:39:10.407Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-22T19:39:10.980Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-22T19:39:11.550Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-22T19:39:13.330Z] Removing intermediate container 5b4385aad5bc [2021-02-22T19:39:13.330Z] ---> 47e48929ef88 [2021-02-22T19:39:13.330Z] Step 13/13 : CMD ["sh"] [2021-02-22T19:39:13.330Z] ---> Running in 1012b39600ad [2021-02-22T19:39:13.330Z] Removing intermediate container 1012b39600ad [2021-02-22T19:39:13.330Z] ---> 33f934b4047c [2021-02-22T19:39:13.330Z] Successfully built 33f934b4047c [2021-02-22T19:39:13.330Z] Successfully tagged busybox:latest [2021-02-22T19:39:13.330Z] INFO: Docker images of the daemon under test [2021-02-22T19:39:13.330Z] [2021-02-22T19:39:13.330Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-22T19:39:13.330Z] busybox latest 33f934b4047c 1 second ago 5.28GB [2021-02-22T19:39:13.330Z] mcr.microsoft.com/windows/servercore ltsc2019 31902e4b25a6 2 weeks ago 5.21GB [2021-02-22T19:39:13.330Z] microsoft/windowsservercore latest 31902e4b25a6 2 weeks ago 5.21GB [2021-02-22T19:39:13.330Z] [2021-02-22T19:39:13.330Z] INFO: Running integration tests at 02/22/2021 19:39:13... [2021-02-22T19:39:13.330Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-02-22T19:39:13.330Z] INFO: Integration API tests being run from the host: [2021-02-22T19:39:13.330Z] INFO: make.ps1 starting at 02/22/2021 19:39:13 [2021-02-22T19:39:13.478Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-22T19:39:13.478Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-22T19:39:14.051Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-22T19:39:14.298Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-02-22T19:39:14.621Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-22T19:39:16.003Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-22T19:39:16.264Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-22T19:39:16.836Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-22T19:39:17.406Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-22T19:39:17.666Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-22T19:39:18.238Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-22T19:39:18.810Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-22T19:39:18.810Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-02-22T19:39:20.723Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-22T19:39:22.108Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-22T19:39:23.048Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-22T19:39:23.048Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-22T19:39:24.430Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-22T19:39:24.430Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-02-22T19:39:26.342Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-22T19:39:28.258Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-22T19:39:28.258Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-02-22T19:39:30.814Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-02-22T19:39:30.814Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-22T19:39:30.814Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-02-22T19:39:31.781Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-02-22T19:39:39.573Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:39:39.573Z] INFO: Testing against a local daemon [2021-02-22T19:39:39.573Z] === RUN TestBuildWithSession [2021-02-22T19:39:39.573Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-22T19:39:39.573Z] build_session_test.go:25: TODO: BuildKit [2021-02-22T19:39:39.573Z] === RUN TestBuildSquashParent [2021-02-22T19:39:39.573Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-02-22T19:39:39.573Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:39:39.573Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-22T19:39:39.573Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-22T19:39:39.573Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-22T19:39:39.573Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-22T19:39:39.573Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-22T19:39:39.573Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-22T19:39:39.573Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-22T19:39:39.573Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-22T19:39:39.573Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-22T19:39:39.573Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-22T19:39:39.573Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-22T19:39:39.573Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-22T19:39:39.573Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-22T19:39:39.573Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-22T19:39:39.573Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-22T19:39:39.573Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-22T19:39:39.573Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-22T19:39:41.776Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-22T19:39:42.347Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-22T19:39:43.729Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-22T19:39:44.300Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-22T19:39:46.212Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-02-22T19:39:46.212Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-22T19:39:46.212Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-22T19:39:46.212Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-22T19:39:46.212Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-22T19:39:46.679Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-22T19:39:46.679Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-22T19:39:46.782Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-22T19:39:47.353Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-02-22T19:39:50.647Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-22T19:39:51.220Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-22T19:39:56.500Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-22T19:39:56.500Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-22T19:39:56.500Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-02-22T19:39:57.029Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-02-22T19:39:57.029Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (9.16s) [2021-02-22T19:39:57.029Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (9.68s) [2021-02-22T19:39:57.029Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (16.24s) [2021-02-22T19:39:57.029Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (9.47s) [2021-02-22T19:39:57.029Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.32s) [2021-02-22T19:39:57.029Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (20.16s) [2021-02-22T19:39:57.029Z] === RUN TestBuildMultiStageCopy [2021-02-22T19:39:57.029Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-22T19:39:57.083Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-02-22T19:39:58.024Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-22T19:39:58.964Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-22T19:39:59.535Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-02-22T19:39:59.797Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-22T19:40:00.740Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-22T19:40:02.123Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-02-22T19:40:03.066Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-22T19:40:04.008Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-22T19:40:04.581Z] === RUN TestDockerSuite/TestLogsSince [2021-02-22T19:40:05.603Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-22T19:40:05.603Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-22T19:40:06.578Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-22T19:40:07.552Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-22T19:40:09.094Z] --- PASS: TestBuildMultiStageCopy (12.40s) [2021-02-22T19:40:09.095Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.98s) [2021-02-22T19:40:09.095Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.76s) [2021-02-22T19:40:09.095Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s) [2021-02-22T19:40:09.095Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.35s) [2021-02-22T19:40:09.095Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.31s) [2021-02-22T19:40:09.095Z] === RUN TestBuildMultiStageParentConfig [2021-02-22T19:40:11.273Z] --- PASS: TestBuildMultiStageParentConfig (2.47s) [2021-02-22T19:40:11.273Z] === RUN TestBuildLabelWithTargets [2021-02-22T19:40:11.273Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-02-22T19:40:11.273Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-22T19:40:11.273Z] === RUN TestBuildWithEmptyLayers [2021-02-22T19:40:12.716Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-02-22T19:40:12.811Z] --- PASS: TestBuildWithEmptyLayers (1.34s) [2021-02-22T19:40:12.811Z] === RUN TestBuildMultiStageOnBuild [2021-02-22T19:40:16.917Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-22T19:40:17.487Z] === RUN TestDockerSuite/TestLogsTail [2021-02-22T19:40:18.057Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-22T19:40:18.319Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-22T19:40:18.892Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-22T19:40:19.158Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-22T19:40:19.729Z] === RUN TestDockerSuite/TestNetHostname [2021-02-22T19:40:21.115Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-22T19:40:21.375Z] === RUN TestDockerSuite/TestNetworkEvents [2021-02-22T19:40:24.671Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-02-22T19:40:25.197Z] --- PASS: TestBuildMultiStageOnBuild (11.01s) [2021-02-22T19:40:25.197Z] === RUN TestBuildUncleanTarFilenames [2021-02-22T19:40:25.197Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-02-22T19:40:25.197Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-22T19:40:25.197Z] === RUN TestBuildMultiStageLayerLeak [2021-02-22T19:40:27.212Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-22T19:40:28.595Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-22T19:40:29.537Z] === RUN TestDockerSuite/TestPluginActive [2021-02-22T19:40:31.456Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-22T19:40:33.765Z] --- PASS: TestBuildMultiStageLayerLeak (9.44s) [2021-02-22T19:40:33.765Z] === RUN TestBuildWithHugeFile [2021-02-22T19:40:36.743Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-22T19:40:36.743Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-22T19:40:36.743Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-22T19:40:39.301Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-22T19:40:40.699Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-22T19:40:42.609Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-22T19:40:46.816Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-22T19:40:47.757Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-22T19:40:49.141Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-22T19:40:50.531Z] === RUN TestDockerSuite/TestPortList [2021-02-22T19:40:57.114Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-02-22T19:40:57.114Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-22T19:40:58.498Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-22T19:41:06.643Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-22T19:41:06.643Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-22T19:41:06.643Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-22T19:41:06.643Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-22T19:41:06.643Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-22T19:41:06.643Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-22T19:41:06.643Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-22T19:41:07.225Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-22T19:41:07.225Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-22T19:41:08.172Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-22T19:41:08.432Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-02-22T19:41:10.343Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-02-22T19:41:11.283Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-02-22T19:41:11.543Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-02-22T19:41:11.805Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-22T19:41:14.352Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-22T19:41:14.612Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-22T19:41:17.153Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-22T19:41:20.454Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-22T19:41:20.454Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-22T19:41:23.002Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-02-22T19:41:23.262Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-22T19:41:31.412Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-22T19:41:31.412Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-22T19:41:32.795Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-22T19:41:34.179Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-22T19:41:35.124Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-22T19:41:37.036Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-22T19:41:38.948Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-22T19:41:39.519Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-22T19:41:39.779Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-22T19:41:40.350Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-22T19:41:42.264Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-22T19:41:44.177Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-22T19:41:44.748Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-22T19:41:44.748Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-22T19:41:44.748Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-22T19:41:45.009Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-22T19:41:45.009Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-22T19:41:45.580Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-22T19:41:46.521Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-22T19:41:47.463Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-22T19:41:48.041Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-22T19:41:56.182Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-22T19:41:56.182Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-22T19:41:57.566Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-22T19:41:57.566Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-22T19:41:57.566Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-22T19:41:57.826Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-22T19:42:00.366Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-22T19:42:00.936Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-22T19:42:01.877Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-02-22T19:42:03.265Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-22T19:42:05.182Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-22T19:42:05.182Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-22T19:42:05.182Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-22T19:42:09.386Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-22T19:42:09.647Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-22T19:42:09.908Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-22T19:42:11.310Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-22T19:42:11.882Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-22T19:42:13.797Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-22T19:42:14.366Z] === RUN TestDockerSuite/TestRmiTag [2021-02-22T19:42:14.366Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-22T19:42:14.937Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-22T19:42:18.238Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-22T19:42:18.809Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-22T19:42:19.380Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-22T19:42:19.951Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-22T19:42:21.337Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-22T19:42:21.907Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-22T19:42:22.168Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-22T19:42:23.113Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-22T19:42:23.113Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-22T19:42:23.684Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-22T19:42:24.624Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-22T19:42:25.195Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-22T19:42:26.136Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-22T19:42:27.078Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-02-22T19:42:28.034Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-02-22T19:42:28.301Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-22T19:42:29.687Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-02-22T19:42:30.631Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-02-22T19:42:31.573Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-02-22T19:42:32.516Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-02-22T19:42:33.086Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-02-22T19:42:33.086Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-02-22T19:42:34.028Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-22T19:42:34.600Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-02-22T19:42:35.541Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-02-22T19:42:35.541Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-22T19:42:36.115Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-22T19:42:36.685Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-22T19:42:37.258Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-22T19:42:37.258Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-22T19:42:39.171Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-02-22T19:42:39.431Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-22T19:42:40.003Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-22T19:42:40.574Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-22T19:42:41.144Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-22T19:42:42.091Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-22T19:42:42.091Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-22T19:42:42.091Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-02-22T19:42:42.664Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-22T19:42:43.236Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-22T19:42:43.820Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-22T19:42:44.763Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-22T19:42:45.465Z] --- PASS: TestBuildWithHugeFile (129.38s) [2021-02-22T19:42:45.465Z] === RUN TestBuildWCOWSandboxSize [2021-02-22T19:42:45.703Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-22T19:42:45.703Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-22T19:42:45.703Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-02-22T19:42:46.274Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-22T19:42:46.274Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-22T19:42:47.214Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-22T19:42:47.785Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-22T19:42:48.726Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-02-22T19:42:48.726Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-22T19:42:48.987Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-22T19:42:49.247Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-22T19:42:49.818Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-22T19:42:51.203Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-22T19:42:52.588Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-22T19:42:53.158Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-02-22T19:42:53.729Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-22T19:42:54.299Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-22T19:42:54.559Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-22T19:42:55.502Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-22T19:42:56.073Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-22T19:42:56.643Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-22T19:42:57.585Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-02-22T19:42:57.845Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-22T19:43:01.156Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-22T19:43:01.156Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-22T19:43:01.416Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-22T19:43:02.801Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-22T19:43:04.185Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-22T19:43:06.095Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-22T19:43:08.006Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-22T19:43:08.006Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-22T19:43:08.006Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-22T19:43:08.006Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-22T19:43:09.390Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-22T19:43:10.330Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-22T19:43:12.243Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-22T19:43:12.504Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-22T19:43:13.446Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-22T19:43:14.388Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-02-22T19:43:14.388Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-22T19:43:14.958Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-02-22T19:43:15.900Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-22T19:43:15.900Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-22T19:43:16.470Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-22T19:43:17.064Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-22T19:43:17.329Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-02-22T19:43:17.900Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-22T19:43:17.900Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-22T19:43:18.471Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-22T19:43:19.041Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-22T19:43:19.301Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-22T19:43:19.872Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-22T19:43:20.445Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-22T19:43:21.017Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-22T19:43:21.588Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-02-22T19:43:21.849Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-22T19:43:22.420Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-22T19:43:22.420Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-22T19:43:22.991Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-22T19:43:23.562Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-22T19:43:24.947Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-22T19:43:25.208Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-22T19:43:25.208Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-22T19:43:28.506Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-22T19:43:28.506Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-22T19:43:31.047Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-02-22T19:43:34.343Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-02-22T19:43:39.635Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-02-22T19:43:40.205Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-22T19:43:41.146Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-02-22T19:43:41.146Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-02-22T19:43:41.146Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-22T19:43:41.146Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-22T19:43:41.813Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-22T19:43:43.728Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-22T19:43:44.670Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-22T19:43:45.611Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-22T19:43:46.551Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-02-22T19:43:49.090Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-02-22T19:43:51.630Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-22T19:43:51.630Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-02-22T19:43:51.892Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-22T19:43:52.464Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-22T19:43:53.410Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-22T19:43:53.410Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-22T19:43:53.410Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-22T19:43:54.802Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-02-22T19:43:54.802Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-22T19:43:55.745Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-22T19:43:57.131Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-22T19:43:57.131Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-22T19:43:57.391Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-22T19:43:57.962Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-02-22T19:43:58.533Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-22T19:43:59.920Z] === RUN TestDockerSuite/TestRunMount [2021-02-22T19:44:00.861Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-02-22T19:44:04.162Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-02-22T19:44:05.102Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-22T19:44:06.044Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-22T19:44:06.615Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-22T19:44:06.615Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-02-22T19:44:08.000Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-22T19:44:09.914Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-22T19:44:10.175Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-02-22T19:44:12.720Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-22T19:44:14.650Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-22T19:44:16.031Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-22T19:44:16.602Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-02-22T19:44:17.544Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-22T19:44:18.931Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-22T19:44:18.931Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-22T19:44:19.504Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-22T19:44:20.075Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-22T19:44:20.645Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-22T19:44:21.216Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-22T19:44:22.158Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-02-22T19:44:23.100Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-22T19:44:25.013Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-22T19:44:28.312Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-22T19:44:28.312Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-22T19:44:28.312Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-02-22T19:44:28.885Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-22T19:44:28.885Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-22T19:44:29.456Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-02-22T19:44:29.716Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-22T19:44:29.977Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-22T19:44:30.260Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-22T19:44:35.550Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-02-22T19:44:35.809Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-02-22T19:44:35.809Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-22T19:44:36.751Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-02-22T19:44:37.012Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-22T19:44:38.922Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-02-22T19:44:38.922Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-22T19:44:39.493Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-02-22T19:44:40.066Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-22T19:44:40.641Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-22T19:44:41.217Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-22T19:44:41.788Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-22T19:44:42.359Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-22T19:44:42.359Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-22T19:44:42.359Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-02-22T19:44:42.929Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-22T19:44:43.500Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-22T19:44:43.500Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-22T19:44:44.071Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-02-22T19:44:45.984Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-22T19:44:45.984Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-02-22T19:44:45.984Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-02-22T19:44:48.531Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-22T19:44:49.486Z] === RUN TestDockerSuite/TestRunRm [2021-02-22T19:44:49.758Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-22T19:44:50.700Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-02-22T19:44:53.995Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-22T19:44:53.995Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-02-22T19:44:53.995Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-22T19:44:54.567Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-02-22T19:44:56.481Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-02-22T19:44:56.741Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-02-22T19:44:59.283Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-02-22T19:45:02.580Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-02-22T19:45:02.580Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-02-22T19:45:03.153Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-02-22T19:45:03.414Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-02-22T19:45:03.984Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-02-22T19:45:04.556Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-02-22T19:45:05.127Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-02-22T19:45:05.698Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-22T19:45:06.268Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-02-22T19:45:06.268Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-22T19:45:06.840Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-22T19:45:09.410Z] === RUN TestDockerSuite/TestRunState [2021-02-22T19:45:10.353Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-22T19:45:10.925Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-22T19:45:11.497Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-22T19:45:11.497Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-02-22T19:45:11.497Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-22T19:45:12.069Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-22T19:45:12.640Z] === RUN TestDockerSuite/TestRunSysctls [2021-02-22T19:45:13.581Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-22T19:45:13.581Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-22T19:45:13.581Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-22T19:45:13.841Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-02-22T19:45:15.752Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-02-22T19:45:16.012Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-02-22T19:45:17.395Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-02-22T19:45:19.306Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-02-22T19:45:19.877Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-22T19:45:23.175Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-22T19:45:23.435Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-02-22T19:45:24.005Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-22T19:45:24.266Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-22T19:45:26.207Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-22T19:45:27.153Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-22T19:45:27.415Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-22T19:45:27.676Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-22T19:45:27.676Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-22T19:45:28.246Z] === RUN TestDockerSuite/TestRunUserByName [2021-02-22T19:45:28.816Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-22T19:45:29.076Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-02-22T19:45:29.076Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-22T19:45:29.336Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-22T19:45:29.906Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-22T19:45:32.451Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-02-22T19:45:33.021Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-22T19:45:33.593Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-22T19:45:34.977Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-02-22T19:45:35.237Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-02-22T19:45:36.622Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-22T19:45:37.565Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-02-22T19:45:39.477Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-22T19:45:40.861Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-02-22T19:45:41.432Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-22T19:45:41.432Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-22T19:45:41.432Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-22T19:45:41.432Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-22T19:45:41.693Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-02-22T19:45:41.693Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-02-22T19:45:42.637Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-02-22T19:45:43.207Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-02-22T19:45:44.591Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-02-22T19:45:45.161Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-02-22T19:45:45.734Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-22T19:45:45.734Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-02-22T19:45:46.306Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-02-22T19:45:46.306Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-02-22T19:45:46.306Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-02-22T19:45:46.306Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-22T19:45:46.306Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-02-22T19:45:46.306Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-02-22T19:45:46.306Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-02-22T19:45:46.306Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-02-22T19:45:46.306Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-02-22T19:45:46.306Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-02-22T19:45:46.876Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-02-22T19:45:47.136Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-02-22T19:45:47.708Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-02-22T19:45:47.708Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-02-22T19:45:48.279Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-22T19:45:48.540Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-22T19:45:49.111Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-22T19:45:49.111Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-02-22T19:45:49.375Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-02-22T19:45:50.318Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-02-22T19:45:50.318Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-22T19:45:50.318Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-22T19:45:50.891Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-22T19:45:52.275Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-02-22T19:45:52.845Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-02-22T19:45:52.845Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-22T19:45:53.415Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-22T19:45:53.415Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-22T19:45:54.356Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-02-22T19:45:54.618Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-22T19:45:55.189Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-22T19:45:57.101Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-02-22T19:45:57.101Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-02-22T19:45:57.674Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-22T19:45:57.674Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-22T19:45:57.675Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-22T19:45:58.640Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-02-22T19:45:59.581Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-02-22T19:45:59.845Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-02-22T19:46:00.788Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-22T19:46:00.788Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-22T19:46:02.702Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-22T19:46:02.702Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-22T19:46:02.964Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-02-22T19:46:04.878Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-22T19:46:04.878Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-22T19:46:05.819Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-22T19:46:05.819Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-22T19:46:05.819Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-22T19:46:07.202Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-22T19:46:08.585Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-22T19:46:08.845Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-22T19:46:08.845Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-22T19:46:08.845Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-22T19:46:08.845Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-22T19:46:09.418Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-22T19:46:11.330Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-22T19:46:16.609Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-22T19:46:18.005Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-22T19:46:18.946Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-22T19:46:19.889Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-02-22T19:46:19.889Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-22T19:46:22.432Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-22T19:46:24.344Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-22T19:46:24.605Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-22T19:46:25.989Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-22T19:46:27.374Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-22T19:46:27.635Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-02-22T19:46:28.578Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-22T19:46:30.492Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-02-22T19:46:31.433Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-22T19:46:36.717Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-22T19:46:39.280Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-22T19:46:43.479Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-22T19:46:46.018Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-02-22T19:46:46.018Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-02-22T19:46:47.929Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-22T19:46:48.500Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-22T19:46:49.071Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-22T19:46:50.012Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-22T19:46:50.012Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-22T19:46:50.582Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-22T19:46:53.878Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-22T19:46:56.419Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-02-22T19:46:56.680Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-02-22T19:46:57.251Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-02-22T19:46:57.251Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-02-22T19:46:57.832Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-02-22T19:46:59.307Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-02-22T19:46:59.307Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-02-22T19:47:00.247Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-02-22T19:47:00.819Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-02-22T19:47:01.389Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-02-22T19:47:02.330Z] === RUN TestDockerSuite/TestUpdateStats [2021-02-22T19:47:05.625Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-02-22T19:47:05.885Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-02-22T19:47:07.270Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-02-22T19:47:07.270Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-02-22T19:47:08.211Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-02-22T19:47:08.782Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-22T19:47:11.324Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-02-22T19:47:13.867Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-02-22T19:47:13.867Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-02-22T19:47:17.166Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-02-22T19:47:18.550Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-22T19:47:21.092Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-22T19:47:24.395Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-02-22T19:47:25.336Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-02-22T19:47:26.733Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-02-22T19:47:27.683Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-02-22T19:47:28.625Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-02-22T19:47:30.536Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-02-22T19:47:31.920Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-02-22T19:47:33.303Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-02-22T19:47:34.687Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-02-22T19:47:36.070Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-22T19:47:54.179Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-22T19:47:55.121Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-22T19:47:55.121Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-22T19:47:55.382Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-22T19:47:55.382Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-22T19:47:55.382Z] === RUN TestDockerSuite/TestVolumeEvents [2021-02-22T19:47:55.953Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-22T19:47:57.335Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-22T19:47:57.335Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-22T19:47:57.595Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-22T19:47:59.506Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-22T19:48:02.049Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite (1441.42s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.21s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.83s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.76s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.92s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.18s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.90s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.39s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.17s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.99s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.01s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (4.08s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.49s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.81s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.68s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.91s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.81s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.79s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.03s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.74s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAttachDetach (1.94s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.43s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.32s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.88s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.02s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.41s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.10s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.39s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.38s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.32s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.10s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (21.09s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.95s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.44s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.11s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.40s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.22s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.05s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.20s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.58s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.16s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.31s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.93s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.42s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.01s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.56s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.14s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.21s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.23s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.13s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.02s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.33s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.33s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.26s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.06s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.06s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.38s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.89s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.34s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.14s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.76s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.72s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.82s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.84s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.09s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.73s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.76s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.41s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.93s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.98s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.60s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.24s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.87s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.90s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.33s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.43s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.95s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.97s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.54s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.24s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.94s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.88s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.17s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.28s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.93s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.40s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCmd (0.26s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.33s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.48s) [2021-02-22T19:48:02.049Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-22T19:48:02.049Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.10s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.50s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.99s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.85s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.28s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.72s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.66s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.35s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (12.73s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.98s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.78s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.38s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.74s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.19s) [2021-02-22T19:48:02.049Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.04s) [2021-02-22T19:48:02.049Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.049Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-02-22T19:48:02.049Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.049Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-02-22T19:48:02.049Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.049Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-22T19:48:02.049Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.90s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.40s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.22s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.40s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (6.52s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.11s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.83s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.46s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.97s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.78s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.41s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.43s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.32s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerignore (11.17s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.48s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.29s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (12.33s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.18s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.08s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.83s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.66s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.80s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.84s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.67s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.30s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.96s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.19s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.85s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.60s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.78s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.19s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.30s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.56s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.93s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.69s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.97s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEnv (1.67s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.09s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.95s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (5.97s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (22.56s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.91s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.53s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.13s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.91s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.69s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.32s) [2021-02-22T19:48:02.049Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-02-22T19:48:02.049Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.39s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.96s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildExpose (0.55s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.74s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.55s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.37s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildFails (0.77s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.22s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.77s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.16s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.45s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.38s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.96s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.75s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.92s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.40s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.87s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.76s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.36s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildHistory (3.33s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.35s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.55s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.46s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.37s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.77s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildLabel (0.35s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.46s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.39s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.33s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildLabels (0.58s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.20s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.29s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.65s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.71s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.34s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.57s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.26s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.17s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.35s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.58s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.53s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.68s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.95s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.10s) [2021-02-22T19:48:02.049Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-02-22T19:48:02.049Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.93s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.46s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.33s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.25s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.38s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.51s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.78s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.84s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.54s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.35s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.45s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.33s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.73s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.89s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.66s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.38s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.34s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.16s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.38s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.32s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.48s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.10s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildPATH (2.88s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.93s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.77s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.78s) [2021-02-22T19:48:02.049Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.19s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.56s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildRm (2.53s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.78s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.21s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.42s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.08s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.82s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.87s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.74s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.78s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.33s) [2021-02-22T19:48:02.050Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-22T19:48:02.050Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.43s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.70s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildStderr (0.63s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.71s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.88s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.72s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.41s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.67s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.05s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildUser (1.38s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.39s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (15.27s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.83s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.23s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.82s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.86s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.36s) [2021-02-22T19:48:02.050Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-22T19:48:02.050Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.050Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-22T19:48:02.050Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.050Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-22T19:48:02.050Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.050Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-02-22T19:48:02.050Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.48s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.69s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.71s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.96s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.13s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.91s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.07s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.69s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.70s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.00s) [2021-02-22T19:48:02.050Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-22T19:48:02.050Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.98s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.83s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2021-02-22T19:48:02.050Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-02-22T19:48:02.050Z] docker_cli_sni_test.go:18: Flakey test [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.67s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.99s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCommitChange (0.99s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.99s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.51s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.45s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.71s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCommitTTY (1.33s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.98s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.25s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.85s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.40s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.38s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.91s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.77s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.56s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.60s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.55s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.61s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.65s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.68s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.59s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.55s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.69s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.55s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.75s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.83s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.57s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.69s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.70s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.88s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.54s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.15s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.55s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.75s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.41s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.71s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.91s) [2021-02-22T19:48:02.050Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-22T19:48:02.050Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.83s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.15s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.55s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.22s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.47s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.71s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.16s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.97s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.41s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.36s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (0.47s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.37s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b10ec0_} (1.44s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1771046654_/foo_false____} (1.46s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1771046654_/foo_true____} (1.36s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3397329477_/foo_false____} (1.50s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3397329477_/foo_true____} (1.45s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3397329477_/foo_true__0xc000b10f20__} (0.65s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b10f40_} (1.38s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b10f60_} (1.37s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b10f80_} (1.38s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b10fa0_} (1.33s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.06s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.41s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.05s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.04s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.05s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.96s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.30s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.27s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.86s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.20s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.74s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.65s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.92s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.74s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.68s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.63s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.06s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.09s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.98s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.01s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.06s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.77s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.75s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.58s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.39s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.23s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.03s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.75s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.70s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.12s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.78s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.97s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.19s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.77s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.28s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.59s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.92s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.77s) [2021-02-22T19:48:02.050Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.20s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.83s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.80s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.75s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.87s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCpToDot (0.81s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.15s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.43s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCpToStdout (0.61s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.97s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.22s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.55s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.97s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateArgs (0.08s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.46s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.48s) [2021-02-22T19:48:02.312Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-22T19:48:02.312Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.12s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.54s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.28s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateLabels (0.07s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateRM (0.18s) [2021-02-22T19:48:02.312Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-22T19:48:02.312Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.12s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.56s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.09s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.27s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.34s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.50s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.95s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.61s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.08s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.05s) [2021-02-22T19:48:02.312Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.52s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.50s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.55s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.85s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.59s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.08s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.59s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.20s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.17s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.33s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.67s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsAttach (0.57s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsCommit (0.67s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.51s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.54s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.50s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.71s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.04s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.18s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.25s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsCopy (0.98s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.47s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.50s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.30s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.96s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.45s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.16s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.32s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.23s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.05s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsFilters (1.26s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsFormat (1.33s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.95s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.48s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.42s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.40s) [2021-02-22T19:48:02.313Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2021-02-22T19:48:02.313Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-22T19:48:02.313Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-22T19:48:02.313Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.37s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.59s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsRename (0.71s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsResize (0.62s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.64s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.66s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.47s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.72s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsTop (0.60s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.82s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExec (0.61s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.55s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.67s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.61s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.24s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.57s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.58s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.63s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.59s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.59s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.74s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.47s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecCgroup (1.07s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecEnv (0.64s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.25s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.58s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecInspectID (1.60s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecInteractive (0.57s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.58s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.56s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecParseError (0.52s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.56s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.50s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.11s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.62s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecStartFails (0.56s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.78s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.52s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecTTY (0.66s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.04s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.53s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecUlimits (0.58s) [2021-02-22T19:48:02.313Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-22T19:48:02.313Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.33s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.56s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.86s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.60s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestExecWithUser (0.78s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.59s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.56s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.54s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.54s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.56s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestHealth (19.96s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.60s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.56s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.22s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.36s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.70s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.68s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.59s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.61s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.65s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImportDisplay (1.45s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImportFile (1.68s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.72s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImportGzipped (1.87s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.51s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.57s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.55s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.54s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.51s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.55s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.52s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.50s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.51s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.48s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.18s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.51s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.51s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.51s) [2021-02-22T19:48:02.313Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-22T19:48:02.313Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.74s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.54s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectDefault (0.49s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectHistory (0.74s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2021-02-22T19:48:02.313Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-22T19:48:02.313Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.47s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.67s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.12s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.70s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.58s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.83s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.64s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectStatus (0.60s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.98s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.55s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.51s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.51s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.48s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.48s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.49s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.93s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.11s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.03s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.23s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.16s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.79s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.33s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.01s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.36s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.81s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (9.41s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.50s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.15s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.57s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.65s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.32s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.51s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.50s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.54s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.48s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.51s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.50s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.89s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.89s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.85s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.91s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.89s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.40s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.79s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.75s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsSince (6.69s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.52s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.52s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsTail (0.54s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.51s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.50s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.33s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.50s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestNetHostname (1.45s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.24s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.79s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.40s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.80s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPluginActive (2.00s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.57s) [2021-02-22T19:48:02.313Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-22T19:48:02.313Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.69s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.41s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.31s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.91s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPluginUpgrade (3.78s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.58s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.33s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.34s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPortList (6.82s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.24s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.91s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.60s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.70s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.54s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.10s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.94s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.00s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.94s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.24s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsByOrder (2.09s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.72s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.33s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.34s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.11s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.65s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.93s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.04s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.67s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.13s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.09s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.95s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.60s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.95s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.15s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.57s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.81s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.91s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.67s) [2021-02-22T19:48:02.313Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-22T19:48:02.313Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.22s) [2021-02-22T19:48:02.313Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.48s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.98s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.99s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.57s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.92s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.87s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.69s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.08s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.23s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.01s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.01s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.32s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.71s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiBlank (0.05s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.19s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.49s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.89s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.26s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.24s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.78s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.61s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.74s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiTag (0.22s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.57s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.15s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.66s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.71s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.42s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.47s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAddHost (0.55s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.27s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.79s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.51s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.17s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.55s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.70s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.92s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.43s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.21s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.04s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.91s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.01s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.64s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.70s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.73s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.00s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.56s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.60s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.56s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.03s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.04s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.57s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.49s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.75s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.78s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.62s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.69s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.49s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.90s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.83s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.59s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.94s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.78s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.71s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.52s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.10s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.52s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.26s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.34s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.26s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.57s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.50s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.75s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.64s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.59s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.30s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.89s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.51s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.50s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.30s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.71s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.73s) [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-02-22T19:48:02.314Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-22T19:48:02.314Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.49s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.26s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.01s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.48s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.51s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.18s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.66s) [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-22T19:48:02.314Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.54s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.09s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.50s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.47s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.51s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.49s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.52s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.49s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.47s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.48s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunExitCode (0.50s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.77s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.68s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.62s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.52s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.63s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.37s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.33s) [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-22T19:48:02.314Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.65s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.53s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.05s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.64s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.01s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.46s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.04s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.99s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.96s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.78s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.46s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.42s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.82s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.25s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.27s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.96s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.41s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.04s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.30s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.09s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.33s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunMount (5.32s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.63s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.71s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.24s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.99s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.70s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.82s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.78s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.28s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.28s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.06s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.69s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNetHost (0.80s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.55s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.45s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.83s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.96s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.81s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.39s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.49s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.48s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.46s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.49s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.52s) [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-22T19:48:02.314Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.65s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.53s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.66s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.73s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s) [2021-02-22T19:48:02.314Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.65s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.73s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.49s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.62s) [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-22T19:48:02.314Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.60s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.56s) [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-22T19:48:02.314Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.53s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.50s) [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-22T19:48:02.314Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.63s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.01s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunRm (0.53s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.60s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.58s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.57s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.84s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.46s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.38s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.80s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.55s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.48s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.50s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.50s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.51s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.48s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.48s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.78s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.56s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.53s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunState (1.00s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.46s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.50s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s) [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-02-22T19:48:02.314Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.48s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.46s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunSysctls (0.96s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.46s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.57s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.48s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.24s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.64s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.91s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.62s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.47s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.46s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.51s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.14s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunUserByID (0.51s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.46s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunUserByName (0.45s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.48s) [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-22T19:48:02.314Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.48s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.33s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.58s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.99s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.88s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.12s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.54s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.72s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.47s) [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-22T19:48:02.314Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-22T19:48:02.314Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-22T19:48:02.314Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.28s) [2021-02-22T19:48:02.314Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-02-22T19:48:02.314Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.70s) [2021-02-22T19:48:02.314Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.77s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.19s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.67s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.58s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.50s) [2021-02-22T19:48:02.315Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-22T19:48:02.315Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-02-22T19:48:02.315Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-22T19:48:02.315Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-22T19:48:02.315Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-22T19:48:02.315Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-22T19:48:02.315Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-22T19:48:02.315Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-22T19:48:02.315Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-22T19:48:02.315Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-22T19:48:02.315Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-22T19:48:02.315Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.51s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.52s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.50s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.50s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.19s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.46s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.47s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.64s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.65s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.41s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.50s) [2021-02-22T19:48:02.315Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-22T19:48:02.315Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.55s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.26s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.64s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.81s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.54s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.89s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.98s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.11s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.07s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.70s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.48s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.62s) [2021-02-22T19:48:02.315Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents112129910 [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.07s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.21s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.22s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.24s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.45s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.95s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.97s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.68s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.71s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.02s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.63s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.72s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.58s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStartRecordError (1.21s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.36s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.35s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.77s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.54s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.67s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.53s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.62s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.75s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.62s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.83s) [2021-02-22T19:48:02.315Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-02-22T19:48:02.315Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.57s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.76s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.94s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.46s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.52s) [2021-02-22T19:48:02.315Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-02-22T19:48:02.315Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.62s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.23s) [2021-02-22T19:48:02.315Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-22T19:48:02.315Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.00s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.63s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.60s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.10s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUpdateStats (3.56s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.26s) [2021-02-22T19:48:02.315Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2021-02-22T19:48:02.315Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.93s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.59s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.43s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.62s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.85s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.86s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.35s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.94s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.55s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.48s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.93s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.00s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.43s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.50s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.42s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.51s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.51s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.04s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.51s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.58s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.03s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.68s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.64s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.50s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.47s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.92s) [2021-02-22T19:48:02.315Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.71s) [2021-02-22T19:48:02.315Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-02-22T19:48:02.315Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-22T19:48:02.315Z] === RUN TestDockerRegistrySuite [2021-02-22T19:48:02.315Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-22T19:48:03.741Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-22T19:48:04.682Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-22T19:48:06.068Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-22T19:48:06.328Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-22T19:48:09.626Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-22T19:48:16.218Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-22T19:48:18.129Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-22T19:48:19.512Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-22T19:48:20.082Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-22T19:48:21.465Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-22T19:48:22.407Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-22T19:48:23.791Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-22T19:48:24.732Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-22T19:48:25.673Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-22T19:48:27.584Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-22T19:48:30.127Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-22T19:48:30.697Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-22T19:48:33.265Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-22T19:48:34.205Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-22T19:48:34.465Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-22T19:48:35.405Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-22T19:48:36.344Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-22T19:48:37.285Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-22T19:48:40.582Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-22T19:48:40.582Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-22T19:48:41.523Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-22T19:48:41.783Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-22T19:48:42.044Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-22T19:48:42.305Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-22T19:48:42.565Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-22T19:48:42.825Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-22T19:48:43.084Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-22T19:48:44.025Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-22T19:48:44.598Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-02-22T19:48:45.983Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-22T19:48:46.926Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-22T19:48:48.335Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-22T19:48:48.916Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-02-22T19:48:49.175Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite (47.93s) [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.40s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d5d88ea001cd5] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.20s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d36085b63b391] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.42s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d21930cb2d253] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.17s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d31f340a4b502] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.10s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d3a67902adf1b] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.75s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d1b6a906f8c54] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.03s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d1af5d53178f3] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.08s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d4dd41356d05a] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.91s) [2021-02-22T19:48:50.116Z] check_test.go:196: [db9ee492ad305] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.07s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d855a8e1da441] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.18s) [2021-02-22T19:48:50.116Z] check_test.go:196: [ddbdd85fc7dfa] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.13s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d29a3ed632318] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.09s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d0ec83ea94353] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.03s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d150cfb01ec64] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.02s) [2021-02-22T19:48:50.116Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b788b8184b42168f447f9bb2ec5d79ca46248f8b8c8392d2e1eecf8cb85fc34c [2021-02-22T19:48:50.116Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d089ffbe5504c285167642e765e380817fc2d1677d614353e2556f268e8c6164 [2021-02-22T19:48:50.116Z] check_test.go:196: [dc39e2cabc84a] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.01s) [2021-02-22T19:48:50.116Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:205c8a8dcb2b26acfb0fd347aae050fb464adb867b41463923350997d60a1279 [2021-02-22T19:48:50.116Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d7dd855382711da1ab47ad6d3aa8cbaad182eaa2121113977a56168b32769167 [2021-02-22T19:48:50.116Z] check_test.go:196: [dd201e2229a7a] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.06s) [2021-02-22T19:48:50.116Z] check_test.go:196: [dfb6a05b499a6] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.30s) [2021-02-22T19:48:50.116Z] check_test.go:196: [dbadda8c99d42] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.16s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d3d3f4766f34d] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-02-22T19:48:50.116Z] check_test.go:196: [dc19d0d6fe09d] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.04s) [2021-02-22T19:48:50.116Z] check_test.go:196: [de08c10f40692] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.97s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d9f245e76809e] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.99s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d67a6579836cb] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.64s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d4c604ea7b7f1] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2021-02-22T19:48:50.116Z] check_test.go:196: [da5002ca8d2c4] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.08s) [2021-02-22T19:48:50.116Z] check_test.go:196: [da5b5fd2ab358] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.40s) [2021-02-22T19:48:50.116Z] check_test.go:196: [dcfd40feab25f] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-02-22T19:48:50.116Z] check_test.go:196: [dd8aa3b564743] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d0d375417fe1d] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2021-02-22T19:48:50.116Z] check_test.go:196: [dfb715d777edc] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d5f06f318ebfa] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-02-22T19:48:50.116Z] check_test.go:196: [ddda9d68d035c] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.07s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d5d2353bf3fe7] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.61s) [2021-02-22T19:48:50.116Z] check_test.go:196: [de0fcc1126f53] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.19s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d85d4df2abaf4] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.36s) [2021-02-22T19:48:50.116Z] check_test.go:196: [d8fde0a6be0c4] daemon is not started [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.03s) [2021-02-22T19:48:50.116Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2021-02-22T19:48:50.116Z] === RUN TestDockerSchema1RegistrySuite [2021-02-22T19:48:50.116Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-22T19:48:50.377Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-22T19:48:54.583Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-22T19:48:57.128Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-02-22T19:49:01.330Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-22T19:49:03.873Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-02-22T19:49:04.815Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-22T19:49:06.730Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-22T19:49:06.730Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-02-22T19:49:07.676Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-22T19:49:07.937Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-22T19:49:09.341Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-22T19:49:10.725Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-22T19:49:11.667Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-02-22T19:49:11.667Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-22T19:49:14.967Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-22T19:49:15.227Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-22T19:49:15.797Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-22T19:49:16.058Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-22T19:49:16.319Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-22T19:49:16.579Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-22T19:49:16.839Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite (27.00s) [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.27s) [2021-02-22T19:49:17.099Z] check_test.go:223: [da6410a81951a] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.16s) [2021-02-22T19:49:17.099Z] check_test.go:223: [dfb9fa4215305] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (6.21s) [2021-02-22T19:49:17.099Z] check_test.go:223: [da71dac34aa40] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.21s) [2021-02-22T19:49:17.099Z] check_test.go:223: [dee62f8f2a02b] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.46s) [2021-02-22T19:49:17.099Z] check_test.go:223: [ded5f13df8e22] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.35s) [2021-02-22T19:49:17.099Z] check_test.go:223: [d15ba2d4d5e88] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.16s) [2021-02-22T19:49:17.099Z] check_test.go:223: [d8995072e1ea5] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.47s) [2021-02-22T19:49:17.099Z] check_test.go:223: [dc25a35b4aef1] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.14s) [2021-02-22T19:49:17.099Z] check_test.go:223: [da36494b44fe7] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.27s) [2021-02-22T19:49:17.099Z] check_test.go:223: [db5e945c83f43] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.14s) [2021-02-22T19:49:17.099Z] check_test.go:223: [df020cc8b1176] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.46s) [2021-02-22T19:49:17.099Z] check_test.go:223: [d903677211c1e] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.47s) [2021-02-22T19:49:17.099Z] check_test.go:223: [d6993c4396dd1] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-02-22T19:49:17.099Z] check_test.go:223: [d3bdf7d42080a] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.32s) [2021-02-22T19:49:17.099Z] check_test.go:223: [d6a3150d429e8] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.29s) [2021-02-22T19:49:17.099Z] check_test.go:223: [db1baee3a1a76] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s) [2021-02-22T19:49:17.099Z] check_test.go:223: [db66832092516] daemon is not started [2021-02-22T19:49:17.099Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-02-22T19:49:17.099Z] check_test.go:223: [d5513956471a8] daemon is not started [2021-02-22T19:49:17.099Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-22T19:49:17.099Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-22T19:49:18.041Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-22T19:49:18.301Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-02-22T19:49:18.562Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-22T19:49:18.562Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-22T19:49:19.946Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-22T19:49:19.946Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-22T19:49:20.517Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-22T19:49:21.087Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-22T19:49:21.347Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.28s) [2021-02-22T19:49:21.347Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.83s) [2021-02-22T19:49:21.347Z] check_test.go:252: [daf0440c43f51] daemon is not started [2021-02-22T19:49:21.347Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.58s) [2021-02-22T19:49:21.347Z] check_test.go:252: [d275cb369a7ba] daemon is not started [2021-02-22T19:49:21.347Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2021-02-22T19:49:21.347Z] check_test.go:252: [d317a35d4765d] daemon is not started [2021-02-22T19:49:21.347Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.16s) [2021-02-22T19:49:21.347Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.29s) [2021-02-22T19:49:21.347Z] check_test.go:252: [ddc0ac9c85582] daemon is not started [2021-02-22T19:49:21.347Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.51s) [2021-02-22T19:49:21.347Z] check_test.go:252: [ddf13607a4ad6] daemon is not started [2021-02-22T19:49:21.347Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.58s) [2021-02-22T19:49:21.347Z] check_test.go:252: [d2574a4e014c8] daemon is not started [2021-02-22T19:49:21.347Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2021-02-22T19:49:21.347Z] check_test.go:252: [d2279322dd72a] daemon is not started [2021-02-22T19:49:21.347Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-22T19:49:21.347Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-22T19:49:22.730Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-02-22T19:49:22.730Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-02-22T19:49:26.939Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-22T19:49:26.939Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-22T19:49:26.939Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-22T19:49:26.939Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-22T19:49:27.200Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.93s) [2021-02-22T19:49:27.200Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2021-02-22T19:49:27.200Z] check_test.go:279: [d5627d7fec2c0] daemon is not started [2021-02-22T19:49:27.200Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.26s) [2021-02-22T19:49:27.200Z] check_test.go:279: [d6a49f3c5a33b] daemon is not started [2021-02-22T19:49:27.200Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.17s) [2021-02-22T19:49:27.200Z] check_test.go:279: [d42e30b636439] daemon is not started [2021-02-22T19:49:27.200Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2021-02-22T19:49:27.200Z] check_test.go:279: [d821ac99bda39] daemon is not started [2021-02-22T19:49:27.200Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.19s) [2021-02-22T19:49:27.200Z] check_test.go:279: [de9fb14c56bb1] daemon is not started [2021-02-22T19:49:27.200Z] === RUN TestDockerNetworkSuite [2021-02-22T19:49:27.200Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-02-22T19:49:28.584Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-02-22T19:49:29.155Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-02-22T19:49:29.727Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-02-22T19:49:29.988Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-02-22T19:49:30.559Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-02-22T19:49:33.105Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-02-22T19:49:34.489Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-02-22T19:49:36.400Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-02-22T19:49:38.946Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-02-22T19:49:40.858Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-02-22T19:49:47.450Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-02-22T19:49:48.845Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-02-22T19:49:50.227Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-02-22T19:49:50.798Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-02-22T19:49:51.060Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-02-22T19:49:52.000Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-02-22T19:49:52.940Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-02-22T19:49:53.200Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-02-22T19:49:53.461Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-02-22T19:49:54.401Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-02-22T19:49:54.401Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-02-22T19:49:54.401Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-02-22T19:49:54.662Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-02-22T19:49:55.604Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-02-22T19:49:56.544Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-02-22T19:49:56.805Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-02-22T19:49:57.065Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-02-22T19:49:57.065Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-02-22T19:49:59.611Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-02-22T19:50:01.523Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-02-22T19:50:08.110Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-02-22T19:50:08.110Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-02-22T19:50:09.050Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-02-22T19:50:09.050Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-02-22T19:50:09.050Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-02-22T19:50:09.311Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-02-22T19:50:09.311Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-02-22T19:50:09.311Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-02-22T19:50:12.608Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-02-22T19:50:12.608Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-02-22T19:50:12.608Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-02-22T19:50:13.178Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-02-22T19:50:17.383Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-02-22T19:50:19.925Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-02-22T19:50:19.925Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-02-22T19:50:20.865Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-02-22T19:50:22.775Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-02-22T19:50:22.775Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-02-22T19:50:23.344Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-02-22T19:50:23.916Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-02-22T19:50:24.859Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-02-22T19:50:28.159Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite (62.48s) [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.32s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d18538713d80a] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.92s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d9653aaa5e72e] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.73s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d5f60eaba4f54] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.11s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [df9230eac11ca] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.67s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:1233: [d2ee62483c089] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.54s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d07a4b264d723] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.94s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [dee4a97d1e52e] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.40s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d40d69a4edc81] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.19s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d94cce75de872] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.57s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d981fda2eb94a] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.45s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [dfc365aa0849c] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.93s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d0be23881332c] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.92s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d188b09dc240d] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.18s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d559f024e87f1] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d30cc4b70fb34] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.79s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [dadf302e569a9] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [db50400c72d06] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d52e5c7ee982d] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [dfe41a365f8dd] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.81s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d42e565c2191f] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.16s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d2e337775fc32] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.09s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d67e65663f96b] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.32s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d52c70cc5ceb6] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d969ec9ab342c] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.47s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:968: [d28061e047fd2] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.88s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [dc1ce38f74fc6] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.34s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:1116: [daa08323c70ac] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.22s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d22eb8e45916c] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.89s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d06518fd68e45] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [dc11c18e04e8d] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [de93965011848] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.18s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [dc0b5bcee0773] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d7c327c876a79] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d9e83e2350b96] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.83s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d2bffabbd0bec] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [df1d7705d5d01] daemon is not started [2021-02-22T19:50:30.070Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d6e7b70292eb4] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.81s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d91b8da98f7a0] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.60s) [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.15s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:1084: [d87edba3fc8a4] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [dcad0b160bb5f] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.81s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [dd03c84b59825] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.71s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [de09c19f9ceaf] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d3a37ca502415] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.74s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d105f592ed887] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.54s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [dfedf8d843c02] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.02s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [d54aa8709eef3] daemon is not started [2021-02-22T19:50:30.070Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.93s) [2021-02-22T19:50:30.070Z] docker_cli_network_unix_test.go:46: [db45edc208652] daemon is not started [2021-02-22T19:50:30.070Z] === RUN TestDockerHubPullSuite [2021-02-22T19:50:30.070Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-02-22T19:50:31.453Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-02-22T19:50:33.996Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-02-22T19:50:34.256Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-02-22T19:50:36.796Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-02-22T19:50:36.796Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-02-22T19:50:37.057Z] --- PASS: TestDockerHubPullSuite (7.31s) [2021-02-22T19:50:37.057Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.60s) [2021-02-22T19:50:37.057Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.27s) [2021-02-22T19:50:37.057Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.54s) [2021-02-22T19:50:37.057Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (2.54s) [2021-02-22T19:50:37.057Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.23s) [2021-02-22T19:50:37.057Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.12s) [2021-02-22T19:50:37.057Z] PASS [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === Skipped [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.04s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.04s) [2021-02-22T19:50:37.057Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-02-22T19:50:37.057Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-02-22T19:50:37.057Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-02-22T19:50:37.057Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-02-22T19:50:37.057Z] docker_cli_sni_test.go:18: Flakey test [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-22T19:50:37.057Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2021-02-22T19:50:37.057Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-22T19:50:37.057Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-02-22T19:50:37.057Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-22T19:50:37.057Z] docker_cli_network_unix_test.go:46: [d6e7b70292eb4] daemon is not started [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] [2021-02-22T19:50:37.057Z] DONE 1274 tests, 51 skipped in 1644.056s [2021-02-22T19:50:37.057Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-22T19:50:37.057Z] ++++ cat bundles/test-integration/docker.pid [2021-02-22T19:50:37.057Z] +++ kill 8169 [2021-02-22T19:50:38.439Z] +++ /etc/init.d/apparmor stop [2021-02-22T19:50:38.439Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-22T19:50:38.439Z] [2021-02-22T19:50:38.439Z] Unloading profiles will leave already running processes permanently [2021-02-22T19:50:38.439Z] unconfined, which can lead to unexpected situations. [2021-02-22T19:50:38.439Z] [2021-02-22T19:50:38.439Z] To set a process to complain mode, use the command line tool [2021-02-22T19:50:38.439Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-22T19:50:38.439Z] +++ true [2021-02-22T19:50:38.439Z] exiting test-integration [2021-02-22T19:50:38.439Z] ++ exit 0 [2021-02-22T19:50:38.439Z] [2021-02-22T19:50:38.439Z] + for job in $(jobs -p) [2021-02-22T19:50:38.439Z] + wait 4043 [2021-02-22T19:51:34.694Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-02-22T19:51:39.973Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-02-22T19:51:44.174Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-02-22T19:53:50.667Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-02-22T19:53:50.667Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-02-22T19:53:52.049Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-02-22T19:53:52.049Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-02-22T19:53:52.049Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-02-22T19:53:52.049Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-02-22T19:53:52.990Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-02-22T19:53:55.530Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-02-22T19:53:58.828Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-02-22T19:54:01.367Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-02-22T19:54:57.624Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-02-22T19:54:57.624Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-02-22T19:54:59.533Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-02-22T19:55:01.444Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-02-22T19:55:04.742Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-02-22T19:55:08.057Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-02-22T19:55:30.007Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-02-22T19:55:42.228Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-02-22T19:55:42.488Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-02-22T19:55:45.036Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-02-22T19:55:48.333Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-02-22T19:55:54.910Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-02-22T19:56:00.189Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-02-22T19:56:02.099Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-02-22T19:56:04.641Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-02-22T19:56:07.937Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-02-22T19:56:10.482Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-02-22T19:56:13.024Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-02-22T19:56:15.565Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-02-22T19:57:07.225Z] --- PASS: TestBuildWCOWSandboxSize (862.33s) [2021-02-22T19:57:07.225Z] === RUN TestBuildWithEmptyDockerfile [2021-02-22T19:57:07.225Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-22T19:57:07.225Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-22T19:57:07.225Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-22T19:57:07.225Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-22T19:57:07.225Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-22T19:57:07.225Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-22T19:57:07.225Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-22T19:57:07.225Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-22T19:57:07.225Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-22T19:57:07.225Z] --- PASS: TestBuildWithEmptyDockerfile (0.59s) [2021-02-22T19:57:07.225Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-02-22T19:57:07.225Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-02-22T19:57:07.225Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-02-22T19:57:07.225Z] === RUN TestBuildPreserveOwnership [2021-02-22T19:57:07.225Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-02-22T19:57:07.225Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-22T19:57:07.225Z] === RUN TestBuildPlatformInvalid [2021-02-22T19:57:07.225Z] --- PASS: TestBuildPlatformInvalid (0.53s) [2021-02-22T19:57:07.225Z] PASS [2021-02-22T19:57:07.225Z] ok github.com/docker/docker/integration/build 1049.812s [2021-02-22T19:57:07.225Z] [2021-02-22T19:57:07.225Z] === Skipped [2021-02-22T19:57:07.225Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-02-22T19:57:07.225Z] build_session_test.go:25: TODO: BuildKit [2021-02-22T19:57:07.225Z] [2021-02-22T19:57:07.225Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-02-22T19:57:07.225Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:07.225Z] [2021-02-22T19:57:07.225Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-02-22T19:57:07.225Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-22T19:57:07.225Z] [2021-02-22T19:57:07.225Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-02-22T19:57:07.225Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-22T19:57:07.225Z] [2021-02-22T19:57:07.225Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-02-22T19:57:07.225Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-22T19:57:07.225Z] [2021-02-22T19:57:07.225Z] [2021-02-22T19:57:07.225Z] DONE 29 tests, 5 skipped in 1072.516s [2021-02-22T19:57:07.225Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-02-22T19:57:10.137Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:57:10.137Z] INFO: Testing against a local daemon [2021-02-22T19:57:10.137Z] === RUN TestConfigInspect [2021-02-22T19:57:10.137Z] --- SKIP: TestConfigInspect (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:10.137Z] === RUN TestConfigList [2021-02-22T19:57:10.137Z] --- SKIP: TestConfigList (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:10.137Z] === RUN TestConfigsCreateAndDelete [2021-02-22T19:57:10.137Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:10.137Z] === RUN TestConfigsUpdate [2021-02-22T19:57:10.137Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:10.137Z] === RUN TestTemplatedConfig [2021-02-22T19:57:10.137Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:10.137Z] === RUN TestConfigCreateResolve [2021-02-22T19:57:10.137Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:57:10.137Z] === RUN TestConfigDaemonLibtrustID [2021-02-22T19:57:10.137Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:57:10.137Z] PASS [2021-02-22T19:57:10.137Z] ok github.com/docker/docker/integration/config 0.181s [2021-02-22T19:57:10.137Z] [2021-02-22T19:57:10.137Z] === Skipped [2021-02-22T19:57:10.137Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:10.137Z] [2021-02-22T19:57:10.137Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:10.137Z] [2021-02-22T19:57:10.137Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:10.137Z] [2021-02-22T19:57:10.137Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:10.137Z] [2021-02-22T19:57:10.137Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:10.137Z] [2021-02-22T19:57:10.137Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:57:10.137Z] [2021-02-22T19:57:10.137Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-02-22T19:57:10.137Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:57:10.137Z] [2021-02-22T19:57:10.137Z] [2021-02-22T19:57:10.137Z] DONE 7 tests, 7 skipped in 3.227s [2021-02-22T19:57:10.137Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-02-22T19:57:11.814Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-02-22T19:57:13.098Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:57:13.098Z] INFO: Testing against a local daemon [2021-02-22T19:57:13.098Z] === RUN TestCheckpoint [2021-02-22T19:57:13.098Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-22T19:57:13.098Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-22T19:57:13.098Z] === RUN TestContainerInvalidJSON [2021-02-22T19:57:13.099Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-22T19:57:13.099Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-22T19:57:13.099Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-22T19:57:13.099Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-22T19:57:13.099Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-22T19:57:13.099Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-22T19:57:13.558Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-22T19:57:13.558Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-22T19:57:13.558Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-22T19:57:13.558Z] --- PASS: TestContainerInvalidJSON (0.48s) [2021-02-22T19:57:13.558Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-22T19:57:13.558Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-02-22T19:57:13.558Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-02-22T19:57:13.558Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-22T19:57:14.018Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.29s) [2021-02-22T19:57:14.018Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-22T19:57:14.018Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2021-02-22T19:57:14.018Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-22T19:57:14.018Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-22T19:57:14.018Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.20s) [2021-02-22T19:57:14.018Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-22T19:57:14.018Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2021-02-22T19:57:14.018Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-22T19:57:14.018Z] === RUN TestCopyFromContainer [2021-02-22T19:57:14.018Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-02-22T19:57:14.018Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:14.018Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-22T19:57:14.018Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-22T19:57:14.018Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-22T19:57:14.018Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-22T19:57:14.018Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-22T19:57:14.018Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-22T19:57:14.018Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-22T19:57:14.018Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-22T19:57:14.018Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-22T19:57:14.018Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-22T19:57:14.018Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-02-22T19:57:14.018Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-22T19:57:14.018Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-22T19:57:14.018Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-22T19:57:14.019Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-22T19:57:14.019Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-02-22T19:57:14.019Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-22T19:57:14.019Z] === RUN TestCreateWithInvalidEnv [2021-02-22T19:57:14.019Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-22T19:57:14.019Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-22T19:57:14.019Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-22T19:57:14.019Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-22T19:57:14.019Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-22T19:57:14.019Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-22T19:57:14.019Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-22T19:57:14.019Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-22T19:57:14.019Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-22T19:57:14.019Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-02-22T19:57:14.019Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-02-22T19:57:14.019Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2021-02-22T19:57:14.019Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2021-02-22T19:57:14.019Z] === RUN TestCreateTmpfsMountsTarget [2021-02-22T19:57:14.019Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-02-22T19:57:14.019Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:14.019Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-22T19:57:14.019Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-02-22T19:57:14.019Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:57:14.019Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-22T19:57:14.019Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-22T19:57:14.019Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:57:14.019Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-22T19:57:14.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-22T19:57:14.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-22T19:57:14.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-22T19:57:14.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-22T19:57:14.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-22T19:57:14.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-22T19:57:14.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-22T19:57:14.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-22T19:57:14.019Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-22T19:57:14.019Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-22T19:57:14.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-22T19:57:14.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-22T19:57:14.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-22T19:57:14.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-22T19:57:14.019Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-22T19:57:14.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-02-22T19:57:14.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-22T19:57:14.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-22T19:57:14.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-22T19:57:14.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-22T19:57:14.019Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-02-22T19:57:14.019Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-22T19:57:14.019Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-22T19:57:14.019Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-22T19:57:14.019Z] === RUN TestCreateDifferentPlatform [2021-02-22T19:57:14.019Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-22T19:57:14.019Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-22T19:57:14.019Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-02-22T19:57:14.019Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-22T19:57:14.019Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-02-22T19:57:14.019Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-22T19:57:14.480Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2021-02-22T19:57:14.480Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-22T19:57:14.480Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-02-22T19:57:14.480Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-22T19:57:14.480Z] === RUN TestContainerKillOnDaemonStart [2021-02-22T19:57:14.480Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-02-22T19:57:14.480Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:14.480Z] === RUN TestDiff [2021-02-22T19:57:14.480Z] --- SKIP: TestDiff (0.00s) [2021-02-22T19:57:14.480Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-22T19:57:14.480Z] === RUN TestExecWithCloseStdin [2021-02-22T19:57:17.388Z] --- PASS: TestExecWithCloseStdin (3.14s) [2021-02-22T19:57:17.388Z] === RUN TestExec [2021-02-22T19:57:19.588Z] --- PASS: TestExec (2.12s) [2021-02-22T19:57:19.588Z] === RUN TestExecUser [2021-02-22T19:57:19.588Z] --- SKIP: TestExecUser (0.00s) [2021-02-22T19:57:19.588Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-22T19:57:19.588Z] === RUN TestExportContainerAndImportImage [2021-02-22T19:57:19.588Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-02-22T19:57:19.588Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:19.588Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-22T19:57:19.588Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-02-22T19:57:19.588Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:19.588Z] === RUN TestHealthCheckWorkdir [2021-02-22T19:57:19.588Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-02-22T19:57:19.588Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-22T19:57:19.588Z] === RUN TestHealthKillContainer [2021-02-22T19:57:19.588Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-02-22T19:57:19.588Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-22T19:57:19.588Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-22T19:57:19.588Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-02-22T19:57:19.588Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-22T19:57:19.588Z] === RUN TestKillContainerInvalidSignal [2021-02-22T19:57:21.768Z] --- PASS: TestKillContainerInvalidSignal (1.86s) [2021-02-22T19:57:21.768Z] === RUN TestKillContainer [2021-02-22T19:57:21.768Z] === RUN TestKillContainer/no_signal [2021-02-22T19:57:23.307Z] === RUN TestKillContainer/non_killing_signal [2021-02-22T19:57:23.307Z] === RUN TestKillContainer/killing_signal [2021-02-22T19:57:25.487Z] --- PASS: TestKillContainer (4.23s) [2021-02-22T19:57:25.487Z] --- PASS: TestKillContainer/no_signal (1.81s) [2021-02-22T19:57:25.487Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-22T19:57:25.487Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-22T19:57:25.487Z] --- PASS: TestKillContainer/killing_signal (2.37s) [2021-02-22T19:57:25.487Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-22T19:57:25.487Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-22T19:57:25.487Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-22T19:57:25.487Z] === RUN TestKillStoppedContainer [2021-02-22T19:57:25.487Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-02-22T19:57:25.487Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-22T19:57:25.487Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-22T19:57:25.487Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-22T19:57:25.487Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-22T19:57:25.487Z] === RUN TestKillDifferentUserContainer [2021-02-22T19:57:25.487Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-02-22T19:57:25.487Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-22T19:57:25.487Z] === RUN TestInspectOomKilledTrue [2021-02-22T19:57:25.487Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-22T19:57:25.487Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:25.487Z] === RUN TestInspectOomKilledFalse [2021-02-22T19:57:25.487Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-22T19:57:25.487Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:57:25.487Z] === RUN TestLogsFollowTailEmpty [2021-02-22T19:57:26.708Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-02-22T19:57:27.669Z] --- PASS: TestLogsFollowTailEmpty (1.86s) [2021-02-22T19:57:27.669Z] === RUN TestNetworkNat [2021-02-22T19:57:27.669Z] --- SKIP: TestNetworkNat (0.00s) [2021-02-22T19:57:27.669Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-22T19:57:27.669Z] === RUN TestNetworkLocalhostTCPNat [2021-02-22T19:57:29.854Z] --- PASS: TestNetworkLocalhostTCPNat (2.23s) [2021-02-22T19:57:29.854Z] === RUN TestNetworkLoopbackNat [2021-02-22T19:57:29.854Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-02-22T19:57:29.854Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-22T19:57:29.854Z] === RUN TestPause [2021-02-22T19:57:29.854Z] --- SKIP: TestPause (0.00s) [2021-02-22T19:57:29.854Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-22T19:57:29.854Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-22T19:57:32.038Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.03s) [2021-02-22T19:57:32.038Z] === RUN TestPauseStopPausedContainer [2021-02-22T19:57:32.038Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-02-22T19:57:32.038Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:32.038Z] === RUN TestPsFilter [2021-02-22T19:57:32.038Z] --- PASS: TestPsFilter (0.21s) [2021-02-22T19:57:32.038Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-22T19:57:34.223Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.33s) [2021-02-22T19:57:34.223Z] === RUN TestRemoveContainerWithVolume [2021-02-22T19:57:36.402Z] --- PASS: TestRemoveContainerWithVolume (2.16s) [2021-02-22T19:57:36.402Z] === RUN TestRemoveContainerRunning [2021-02-22T19:57:38.583Z] --- PASS: TestRemoveContainerRunning (1.97s) [2021-02-22T19:57:38.583Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-22T19:57:40.120Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.86s) [2021-02-22T19:57:40.120Z] === RUN TestRemoveInvalidContainer [2021-02-22T19:57:40.580Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-02-22T19:57:40.580Z] === RUN TestRenameLinkedContainer [2021-02-22T19:57:40.580Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-02-22T19:57:40.580Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-22T19:57:40.580Z] === RUN TestRenameStoppedContainer [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite (1660.25s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.41s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.05s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.14s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.58s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.12s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.14s) [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:562: [d044423b8b027] joining swarm manager [db926f6542061]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:584: [d98f401891aae] joining swarm manager [db926f6542061]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] check_test.go:380: [d044423b8b027] daemon is not started [2021-02-22T19:57:44.823Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.74s) [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:45: [d1eb2e1c16313] joining swarm manager [df16994e88c05]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.99s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.19s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (31.38s) [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:303: [d74cb5b4795c6] joining swarm manager [dccd1a826e63d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:304: [d2afc960be755] joining swarm manager [dccd1a826e63d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.45s) [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:271: [d46d9f2182ded] joining swarm manager [d09d4498f045c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:272: [dc9e613938483] joining swarm manager [d09d4498f045c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.14s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.65s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.68s) [2021-02-22T19:57:44.823Z] docker_api_swarm_node_test.go:19: [dc5d0da42589f] joining swarm manager [d642cc995b044]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_node_test.go:20: [de9b2f34edb25] joining swarm manager [d642cc995b044]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (43.60s) [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:501: [d09cca0475468] joining swarm manager [df63322af221e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:506: [dc55596c13e92] joining swarm manager [df63322af221e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.17s) [2021-02-22T19:57:44.823Z] docker_api_swarm_node_test.go:80: [d1335999c009b] joining swarm manager [dc6f4536cf9dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.62s) [2021-02-22T19:57:44.823Z] docker_api_swarm_node_test.go:52: [d1fed96673e82] joining swarm manager [df4b06f334ef0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_node_test.go:53: [daa3ddc12a22b] joining swarm manager [df4b06f334ef0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.71s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (17.91s) [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:201: [d9b333662293b] joining swarm manager [d2828b226d29a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (65.70s) [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:383: [de0b2ae2747bd] joining swarm manager [d196c4867859c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:384: [d8116070db368] joining swarm manager [d196c4867859c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] check_test.go:380: [d8116070db368] daemon is not started [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (70.63s) [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:801: [d403d9a953408] joining swarm manager [d3f47cecf30dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:801: [da362e084f348] joining swarm manager [d3f47cecf30dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:801: [d317bf02a57eb] joining swarm manager [d3f47cecf30dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:801: [d076a3d9ca5c3] joining swarm manager [d3f47cecf30dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-22T19:57:44.823Z] docker_api_swarm_test.go:809: [d75aca4dd8205] joining swarm manager [d3f47cecf30dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.33s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.51s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.29s) [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:394: [d9b6933a604c1] joining swarm manager [d8c2658fa66b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:394: [d70ad378455d6] joining swarm manager [d8c2658fa66b2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.40s) [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:342: [d00b144b33a08] joining swarm manager [d2133cd0cd968]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:342: [d9575834b03c3] joining swarm manager [d2133cd0cd968]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.02s) [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:489: [d52cfa1bb5019] joining swarm manager [dbb6371d9d584]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:489: [d5dc3b9e72358] joining swarm manager [dbb6371d9d584]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.11s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.12s) [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:127: [d9adf243f8ab5] joining swarm manager [d066ddec1a843]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:128: [d77ae805153b1] joining swarm manager [d066ddec1a843]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:136: [db62209f82145] joining swarm manager [d066ddec1a843]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:137: [dfc880c20693b] joining swarm manager [d066ddec1a843]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.54s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.11s) [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:303: [d96f918247db1] joining swarm manager [dbe68e3ebd463]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:303: [df48576932f67] joining swarm manager [dbe68e3ebd463]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (31.95s) [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:99: [debddaa85863a] joining swarm manager [dffe29306bd3f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:100: [debf7cfc1c714] joining swarm manager [dffe29306bd3f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] check_test.go:380: [debddaa85863a] daemon is not started [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.44s) [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:532: [dd53b2710e3b1] joining swarm manager [d59350b080d59]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:533: [d1fcbc90b2849] joining swarm manager [d59350b080d59]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.42s) [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:147: [d3eeddcca9617] joining swarm manager [de564baa28416]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_api_swarm_service_test.go:147: [d23aa5e5bc6c4] joining swarm manager [de564baa28416]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.92s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.08s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.58s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.37s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.28s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.47s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.86s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.56s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.27s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.25s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.00s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.25s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.60s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.56s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.72s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.81s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.28s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.84s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.27s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.78s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.36s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.47s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.67s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.26s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.07s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.88s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.28s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.86s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.83s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.84s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.81s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.33s) [2021-02-22T19:57:44.823Z] docker_cli_service_logs_test.go:245: checking task 5wmi13dk0f6k [2021-02-22T19:57:44.823Z] docker_cli_service_logs_test.go:250: checking messages for 5wmi13dk0f6k [2021-02-22T19:57:44.823Z] docker_cli_service_logs_test.go:245: checking task jlmwg7n7kt4r [2021-02-22T19:57:44.823Z] docker_cli_service_logs_test.go:250: checking messages for jlmwg7n7kt4r [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.92s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.84s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.76s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.82s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.94s) [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:1901: [d9b78c6d2aa92] joining swarm manager [dbe5af5f280f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:1902: [d44a80d5cf556] joining swarm manager [dbe5af5f280f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.95s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.52s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.58s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.48s) [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:1802: [db06ec442dc59] joining swarm manager [dd87d498c69fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:1803: [d41cdb2e0035c] joining swarm manager [dd87d498c69fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.20s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (91.12s) [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:1321: [d037881b6ffa4] joining swarm manager [d77a12270142f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:1322: [dd7d42bae63a2] joining swarm manager [d77a12270142f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.47s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.63s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.03s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.77s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.03s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.81s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.30s) [2021-02-22T19:57:44.823Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.73s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.85s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.87s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.89s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.61s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (62.85s) [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:1186: [dd793954eeeee] joining swarm manager [dfb07fa3c4c7e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:1195: [d40af4d79acfb] joining swarm manager [dfb07fa3c4c7e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.18s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.42s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (113.03s) [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:1118: [d56c3e7bc4f8c] joining swarm manager [d6476a2dddd25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:1119: [de122d6a439bf] joining swarm manager [d6476a2dddd25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:1172: [d3964e5552f8e] joining swarm manager [d6476a2dddd25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.45s) [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:1453: [ddf09ec53f856] joining swarm manager [d7c5cda4f8871]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] docker_cli_swarm_test.go:1454: [d5c16f75e1394] joining swarm manager [d7c5cda4f8871]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.36s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.18s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.17s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.06s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.08s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.31s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.55s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.26s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.63s) [2021-02-22T19:57:44.823Z] docker_cli_swarm_unix_test.go:62: [d04b3711cae5f] joining swarm manager [dd0268d31f085]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.29s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.29s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.34s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.32s) [2021-02-22T19:57:44.823Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.62s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.11s) [2021-02-22T19:57:44.824Z] docker_api_swarm_test.go:961: [def9b71c18670] joining swarm manager [deb63a5799618]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.72s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.27s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.42s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.96s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.89s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.60s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.63s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.72s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.60s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.64s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.11s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.29s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.90s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.41s) [2021-02-22T19:57:44.824Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.26s) [2021-02-22T19:57:44.824Z] === RUN TestDockerExternalVolumeSuite [2021-02-22T19:57:44.824Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-02-22T19:57:47.658Z] --- PASS: TestRenameStoppedContainer (7.11s) [2021-02-22T19:57:47.658Z] === RUN TestRenameRunningContainerAndReuse [2021-02-22T19:57:51.393Z] --- PASS: TestRenameRunningContainerAndReuse (3.82s) [2021-02-22T19:57:51.393Z] === RUN TestRenameInvalidName [2021-02-22T19:57:52.930Z] --- PASS: TestRenameInvalidName (1.82s) [2021-02-22T19:57:52.930Z] === RUN TestRenameAnonymousContainer [2021-02-22T19:57:52.930Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-02-22T19:57:52.930Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-22T19:57:52.930Z] === RUN TestRenameContainerWithSameName [2021-02-22T19:57:55.112Z] --- PASS: TestRenameContainerWithSameName (1.88s) [2021-02-22T19:57:55.112Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-22T19:57:55.112Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-02-22T19:57:55.112Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-22T19:57:55.112Z] === RUN TestResize [2021-02-22T19:57:56.649Z] --- PASS: TestResize (1.83s) [2021-02-22T19:57:56.649Z] === RUN TestResizeWithInvalidSize [2021-02-22T19:57:56.649Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-02-22T19:57:56.649Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-22T19:57:56.649Z] === RUN TestResizeWhenContainerNotStarted [2021-02-22T19:57:58.829Z] --- PASS: TestResizeWhenContainerNotStarted (2.13s) [2021-02-22T19:57:58.829Z] === RUN TestDaemonRestartKillContainers [2021-02-22T19:57:58.829Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-02-22T19:57:58.829Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:57:58.829Z] === RUN TestStats [2021-02-22T19:57:58.829Z] --- SKIP: TestStats (0.00s) [2021-02-22T19:57:58.829Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-22T19:57:58.829Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-22T19:57:59.716Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-02-22T19:58:07.400Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.55s) [2021-02-22T19:58:07.400Z] === RUN TestStopContainerWithTimeout [2021-02-22T19:58:07.400Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-02-22T19:58:07.400Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-22T19:58:07.400Z] === RUN TestUpdateRestartPolicy [2021-02-22T19:58:28.501Z] --- PASS: TestUpdateRestartPolicy (20.14s) [2021-02-22T19:58:28.501Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-22T19:58:29.472Z] --- PASS: TestUpdateRestartWithAutoRemove (1.88s) [2021-02-22T19:58:29.472Z] === RUN TestWaitNonBlocked [2021-02-22T19:58:29.472Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-22T19:58:29.472Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-22T19:58:29.472Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-22T19:58:29.472Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-22T19:58:29.472Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-22T19:58:29.472Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-22T19:58:32.393Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-22T19:58:32.393Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.49s) [2021-02-22T19:58:32.393Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.62s) [2021-02-22T19:58:32.393Z] === RUN TestWaitBlocked [2021-02-22T19:58:32.393Z] --- SKIP: TestWaitBlocked (0.00s) [2021-02-22T19:58:32.393Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:58:32.393Z] PASS [2021-02-22T19:58:32.393Z] ok github.com/docker/docker/integration/container 79.240s [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === Skipped [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-02-22T19:58:32.393Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.03s) [2021-02-22T19:58:32.393Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2021-02-22T19:58:32.393Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-02-22T19:58:32.393Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-02-22T19:58:32.393Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-02-22T19:58:32.393Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-02-22T19:58:32.393Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-22T19:58:32.393Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-22T19:58:32.393Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-02-22T19:58:32.393Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-02-22T19:58:32.393Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-02-22T19:58:32.393Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-02-22T19:58:32.393Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-02-22T19:58:32.393Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-02-22T19:58:32.393Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-02-22T19:58:32.393Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-02-22T19:58:32.393Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-02-22T19:58:32.393Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-02-22T19:58:32.393Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-22T19:58:32.393Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-22T19:58:32.393Z] [2021-02-22T19:58:32.393Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-22T19:58:32.394Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-02-22T19:58:32.394Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-22T19:58:32.394Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-02-22T19:58:32.394Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-02-22T19:58:32.394Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-02-22T19:58:32.394Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-02-22T19:58:32.394Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-02-22T19:58:32.394Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-02-22T19:58:32.394Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-02-22T19:58:32.394Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-02-22T19:58:32.394Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-02-22T19:58:32.394Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-02-22T19:58:32.394Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-02-22T19:58:32.394Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-02-22T19:58:32.394Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-02-22T19:58:32.394Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-02-22T19:58:32.394Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-02-22T19:58:32.394Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] [2021-02-22T19:58:32.394Z] DONE 88 tests, 37 skipped in 82.069s [2021-02-22T19:58:32.394Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-02-22T19:58:34.575Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:58:34.575Z] INFO: Testing against a local daemon [2021-02-22T19:58:34.575Z] === RUN TestCommitInheritsEnv [2021-02-22T19:58:34.575Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-02-22T19:58:34.575Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-22T19:58:34.575Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-22T19:58:34.575Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-02-22T19:58:34.575Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-22T19:58:34.575Z] === RUN TestImagesFilterMultiReference [2021-02-22T19:58:34.575Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-02-22T19:58:34.575Z] === RUN TestImagePullPlatformInvalid [2021-02-22T19:58:34.575Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2021-02-22T19:58:34.575Z] === RUN TestRemoveImageOrphaning [2021-02-22T19:58:35.544Z] --- PASS: TestRemoveImageOrphaning (0.99s) [2021-02-22T19:58:35.544Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-22T19:58:35.544Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-02-22T19:58:35.544Z] === RUN TestTagInvalidReference [2021-02-22T19:58:35.544Z] --- PASS: TestTagInvalidReference (0.04s) [2021-02-22T19:58:35.544Z] === RUN TestTagValidPrefixedRepo [2021-02-22T19:58:35.544Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-02-22T19:58:35.544Z] === RUN TestTagExistedNameWithoutForce [2021-02-22T19:58:35.544Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-02-22T19:58:35.544Z] === RUN TestTagOfficialNames [2021-02-22T19:58:36.003Z] --- PASS: TestTagOfficialNames (0.09s) [2021-02-22T19:58:36.003Z] === RUN TestTagMatchesDigest [2021-02-22T19:58:36.003Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-22T19:58:36.003Z] PASS [2021-02-22T19:58:36.003Z] ok github.com/docker/docker/integration/image 1.546s [2021-02-22T19:58:36.003Z] [2021-02-22T19:58:36.003Z] === Skipped [2021-02-22T19:58:36.003Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-02-22T19:58:36.003Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-22T19:58:36.003Z] [2021-02-22T19:58:36.003Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-02-22T19:58:36.003Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-22T19:58:36.003Z] [2021-02-22T19:58:36.003Z] [2021-02-22T19:58:36.003Z] DONE 11 tests, 2 skipped in 3.636s [2021-02-22T19:58:36.003Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-02-22T19:58:38.183Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:58:38.183Z] INFO: Testing against a local daemon [2021-02-22T19:58:38.183Z] === RUN TestNetworkCreateDelete [2021-02-22T19:58:38.183Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-02-22T19:58:38.183Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:58:38.183Z] === RUN TestDockerNetworkDeletePreferID [2021-02-22T19:58:38.183Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-02-22T19:58:38.183Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-02-22T19:58:38.183Z] === RUN TestDaemonDNSFallback [2021-02-22T19:58:38.183Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-02-22T19:58:38.183Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:58:38.183Z] === RUN TestInspectNetwork [2021-02-22T19:58:38.183Z] --- SKIP: TestInspectNetwork (0.00s) [2021-02-22T19:58:38.183Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-22T19:58:38.183Z] === RUN TestRunContainerWithBridgeNone [2021-02-22T19:58:38.183Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-02-22T19:58:38.183Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:58:38.183Z] === RUN TestNetworkInvalidJSON [2021-02-22T19:58:38.183Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-22T19:58:38.183Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-22T19:58:38.183Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-22T19:58:38.183Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-22T19:58:38.183Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-22T19:58:38.183Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-22T19:58:38.183Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-22T19:58:38.183Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-22T19:58:38.183Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-22T19:58:38.183Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-22T19:58:38.183Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-02-22T19:58:38.183Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-02-22T19:58:38.183Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-02-22T19:58:38.183Z] === RUN TestNetworkList [2021-02-22T19:58:38.183Z] === RUN TestNetworkList//networks [2021-02-22T19:58:38.183Z] === PAUSE TestNetworkList//networks [2021-02-22T19:58:38.183Z] === RUN TestNetworkList//networks/ [2021-02-22T19:58:38.183Z] === PAUSE TestNetworkList//networks/ [2021-02-22T19:58:38.183Z] === CONT TestNetworkList//networks [2021-02-22T19:58:38.183Z] === CONT TestNetworkList//networks/ [2021-02-22T19:58:38.183Z] --- PASS: TestNetworkList (0.03s) [2021-02-22T19:58:38.183Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-22T19:58:38.183Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-22T19:58:38.183Z] === RUN TestHostIPv4BridgeLabel [2021-02-22T19:58:38.183Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-02-22T19:58:38.183Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-22T19:58:38.183Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-22T19:58:38.183Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-02-22T19:58:38.183Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-22T19:58:38.183Z] === RUN TestDaemonDefaultNetworkPools [2021-02-22T19:58:38.183Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-02-22T19:58:38.183Z] service_test.go:58: testEnv.OSType == "windows" [2021-02-22T19:58:38.183Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-22T19:58:38.183Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-22T19:58:38.183Z] service_test.go:102: testEnv.OSType == "windows" [2021-02-22T19:58:38.183Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-22T19:58:38.183Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-22T19:58:38.183Z] service_test.go:136: testEnv.OSType == "windows" [2021-02-22T19:58:38.183Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-22T19:58:38.183Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-22T19:58:38.183Z] service_test.go:187: testEnv.OSType == "windows" [2021-02-22T19:58:38.183Z] === RUN TestServiceWithPredefinedNetwork [2021-02-22T19:58:38.183Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-02-22T19:58:38.183Z] service_test.go:212: testEnv.OSType == "windows" [2021-02-22T19:58:38.183Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-22T19:58:38.183Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-22T19:58:38.183Z] service_test.go:242: FLAKY_TEST [2021-02-22T19:58:38.183Z] === RUN TestServiceWithDataPathPortInit [2021-02-22T19:58:38.183Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-02-22T19:58:38.183Z] service_test.go:332: testEnv.OSType == "windows" [2021-02-22T19:58:38.183Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-22T19:58:38.183Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-22T19:58:38.183Z] service_test.go:400: testEnv.OSType == "windows" [2021-02-22T19:58:38.183Z] PASS [2021-02-22T19:58:38.183Z] ok github.com/docker/docker/integration/network 0.172s [2021-02-22T19:58:38.643Z] [2021-02-22T19:58:38.643Z] === Skipped [2021-02-22T19:58:38.643Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-02-22T19:58:38.643Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:58:38.643Z] [2021-02-22T19:58:38.643Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-02-22T19:58:38.643Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-02-22T19:58:38.643Z] [2021-02-22T19:58:38.643Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-02-22T19:58:38.643Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:58:38.643Z] [2021-02-22T19:58:38.643Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-02-22T19:58:38.643Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-22T19:58:38.643Z] [2021-02-22T19:58:38.643Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-02-22T19:58:38.643Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:58:38.643Z] [2021-02-22T19:58:38.643Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-02-22T19:58:38.644Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-22T19:58:38.644Z] [2021-02-22T19:58:38.644Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-02-22T19:58:38.644Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-22T19:58:38.644Z] [2021-02-22T19:58:38.644Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-02-22T19:58:38.644Z] service_test.go:58: testEnv.OSType == "windows" [2021-02-22T19:58:38.644Z] [2021-02-22T19:58:38.644Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-22T19:58:38.644Z] service_test.go:102: testEnv.OSType == "windows" [2021-02-22T19:58:38.644Z] [2021-02-22T19:58:38.644Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-22T19:58:38.644Z] service_test.go:136: testEnv.OSType == "windows" [2021-02-22T19:58:38.644Z] [2021-02-22T19:58:38.644Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-22T19:58:38.644Z] service_test.go:187: testEnv.OSType == "windows" [2021-02-22T19:58:38.644Z] [2021-02-22T19:58:38.644Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-02-22T19:58:38.644Z] service_test.go:212: testEnv.OSType == "windows" [2021-02-22T19:58:38.644Z] [2021-02-22T19:58:38.644Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-22T19:58:38.644Z] service_test.go:242: FLAKY_TEST [2021-02-22T19:58:38.644Z] [2021-02-22T19:58:38.644Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-02-22T19:58:38.644Z] service_test.go:332: testEnv.OSType == "windows" [2021-02-22T19:58:38.644Z] [2021-02-22T19:58:38.644Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-22T19:58:38.644Z] service_test.go:400: testEnv.OSType == "windows" [2021-02-22T19:58:38.644Z] [2021-02-22T19:58:38.644Z] [2021-02-22T19:58:38.644Z] DONE 22 tests, 15 skipped in 2.504s [2021-02-22T19:58:38.644Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-02-22T19:58:39.612Z] testing: warning: no tests to run [2021-02-22T19:58:39.612Z] PASS [2021-02-22T19:58:39.612Z] ok github.com/docker/docker/integration/network/ipvlan 0.076s [2021-02-22T19:58:39.612Z] [2021-02-22T19:58:39.612Z] DONE 0 tests in 0.808s [2021-02-22T19:58:39.612Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-02-22T19:58:40.071Z] testing: warning: no tests to run [2021-02-22T19:58:40.071Z] PASS [2021-02-22T19:58:40.071Z] ok github.com/docker/docker/integration/network/macvlan 0.090s [2021-02-22T19:58:40.071Z] [2021-02-22T19:58:40.071Z] DONE 0 tests in 0.812s [2021-02-22T19:58:40.531Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-02-22T19:58:40.990Z] testing: warning: no tests to run [2021-02-22T19:58:40.990Z] PASS [2021-02-22T19:58:40.990Z] ok github.com/docker/docker/integration/plugin 0.074s [2021-02-22T19:58:40.990Z] [2021-02-22T19:58:40.990Z] DONE 0 tests in 0.792s [2021-02-22T19:58:40.990Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-02-22T19:58:41.958Z] testing: warning: no tests to run [2021-02-22T19:58:41.958Z] PASS [2021-02-22T19:58:41.958Z] ok github.com/docker/docker/integration/plugin/authz 0.067s [2021-02-22T19:58:41.958Z] [2021-02-22T19:58:41.958Z] DONE 0 tests in 0.769s [2021-02-22T19:58:41.958Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-02-22T19:58:50.537Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:58:50.537Z] INFO: Testing against a local daemon [2021-02-22T19:58:50.537Z] === RUN TestPluginInvalidJSON [2021-02-22T19:58:50.537Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-22T19:58:50.537Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-22T19:58:50.537Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-22T19:58:50.537Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-02-22T19:58:50.537Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-22T19:58:50.537Z] === RUN TestPluginInstall [2021-02-22T19:58:50.537Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-22T19:58:50.537Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-22T19:58:50.537Z] === RUN TestPluginsWithRuntimes [2021-02-22T19:58:50.537Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-02-22T19:58:50.537Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-22T19:58:50.537Z] PASS [2021-02-22T19:58:50.537Z] ok github.com/docker/docker/integration/plugin/common 0.146s [2021-02-22T19:58:50.537Z] [2021-02-22T19:58:50.537Z] === Skipped [2021-02-22T19:58:50.537Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-02-22T19:58:50.537Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-22T19:58:50.537Z] [2021-02-22T19:58:50.537Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-02-22T19:58:50.537Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-22T19:58:50.537Z] [2021-02-22T19:58:50.537Z] [2021-02-22T19:58:50.537Z] DONE 4 tests, 2 skipped in 7.925s [2021-02-22T19:58:50.537Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-02-22T19:58:53.447Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:58:53.447Z] INFO: Testing against a local daemon [2021-02-22T19:58:53.447Z] === RUN TestExternalGraphDriver [2021-02-22T19:58:53.447Z] --- SKIP: TestExternalGraphDriver (0.01s) [2021-02-22T19:58:53.447Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-22T19:58:53.447Z] === RUN TestGraphdriverPluginV2 [2021-02-22T19:58:53.447Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-02-22T19:58:53.447Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-22T19:58:53.447Z] PASS [2021-02-22T19:58:53.447Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.132s [2021-02-22T19:58:53.447Z] [2021-02-22T19:58:53.447Z] === Skipped [2021-02-22T19:58:53.447Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2021-02-22T19:58:53.447Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-22T19:58:53.447Z] [2021-02-22T19:58:53.447Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-02-22T19:58:53.447Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-22T19:58:53.447Z] [2021-02-22T19:58:53.447Z] [2021-02-22T19:58:53.447Z] DONE 2 tests, 2 skipped in 3.193s [2021-02-22T19:58:53.447Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-02-22T19:58:55.628Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:58:55.628Z] INFO: Testing against a local daemon [2021-02-22T19:58:55.628Z] === RUN TestReadPluginNoRead [2021-02-22T19:58:55.628Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-02-22T19:58:55.628Z] read_test.go:21: no unix domain sockets on Windows [2021-02-22T19:58:55.628Z] PASS [2021-02-22T19:58:55.628Z] ok github.com/docker/docker/integration/plugin/logging 0.172s [2021-02-22T19:58:56.087Z] [2021-02-22T19:58:56.087Z] === Skipped [2021-02-22T19:58:56.087Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-02-22T19:58:56.087Z] read_test.go:21: no unix domain sockets on Windows [2021-02-22T19:58:56.087Z] [2021-02-22T19:58:56.087Z] [2021-02-22T19:58:56.087Z] DONE 1 tests, 1 skipped in 2.756s [2021-02-22T19:58:56.087Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-02-22T19:58:57.624Z] testing: warning: no tests to run [2021-02-22T19:58:57.624Z] PASS [2021-02-22T19:58:57.624Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.078s [2021-02-22T19:58:57.624Z] [2021-02-22T19:58:57.624Z] DONE 0 tests in 1.307s [2021-02-22T19:58:57.624Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-02-22T19:58:59.828Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:58:59.828Z] INFO: Testing against a local daemon [2021-02-22T19:58:59.828Z] === RUN TestPluginWithDevMounts [2021-02-22T19:58:59.828Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-22T19:58:59.828Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:58:59.828Z] PASS [2021-02-22T19:58:59.828Z] ok github.com/docker/docker/integration/plugin/volumes 0.124s [2021-02-22T19:58:59.828Z] [2021-02-22T19:58:59.828Z] === Skipped [2021-02-22T19:58:59.828Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-02-22T19:58:59.828Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:58:59.828Z] [2021-02-22T19:58:59.828Z] [2021-02-22T19:58:59.828Z] DONE 1 tests, 1 skipped in 2.488s [2021-02-22T19:58:59.828Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-02-22T19:59:02.012Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:59:02.012Z] INFO: Testing against a local daemon [2021-02-22T19:59:02.012Z] === RUN TestSecretInspect [2021-02-22T19:59:02.012Z] --- SKIP: TestSecretInspect (0.00s) [2021-02-22T19:59:02.012Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:02.012Z] === RUN TestSecretList [2021-02-22T19:59:02.012Z] --- SKIP: TestSecretList (0.00s) [2021-02-22T19:59:02.012Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:02.012Z] === RUN TestSecretsCreateAndDelete [2021-02-22T19:59:02.012Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-02-22T19:59:02.012Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:02.012Z] === RUN TestSecretsUpdate [2021-02-22T19:59:02.012Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-02-22T19:59:02.012Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:02.012Z] === RUN TestTemplatedSecret [2021-02-22T19:59:02.012Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-02-22T19:59:02.012Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:02.012Z] === RUN TestSecretCreateResolve [2021-02-22T19:59:02.012Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-02-22T19:59:02.012Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:59:02.012Z] PASS [2021-02-22T19:59:02.012Z] ok github.com/docker/docker/integration/secret 0.130s [2021-02-22T19:59:02.012Z] [2021-02-22T19:59:02.012Z] === Skipped [2021-02-22T19:59:02.012Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-02-22T19:59:02.012Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:02.012Z] [2021-02-22T19:59:02.012Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-02-22T19:59:02.012Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:02.012Z] [2021-02-22T19:59:02.012Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-02-22T19:59:02.012Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:02.012Z] [2021-02-22T19:59:02.012Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-02-22T19:59:02.012Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:02.012Z] [2021-02-22T19:59:02.012Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-02-22T19:59:02.012Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:02.012Z] [2021-02-22T19:59:02.012Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-02-22T19:59:02.012Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:59:02.012Z] [2021-02-22T19:59:02.012Z] [2021-02-22T19:59:02.012Z] DONE 6 tests, 6 skipped in 2.230s [2021-02-22T19:59:02.472Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-02-22T19:59:05.380Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:59:05.380Z] INFO: Testing against a local daemon [2021-02-22T19:59:05.380Z] === RUN TestServiceCreateInit [2021-02-22T19:59:05.380Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-22T19:59:05.380Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-22T19:59:05.380Z] --- PASS: TestServiceCreateInit (0.03s) [2021-02-22T19:59:05.380Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestCreateServiceMultipleTimes [2021-02-22T19:59:05.380Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestCreateServiceConflict [2021-02-22T19:59:05.380Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestCreateServiceMaxReplicas [2021-02-22T19:59:05.380Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-02-22T19:59:05.380Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-22T19:59:05.380Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestCreateServiceSecretFileMode [2021-02-22T19:59:05.380Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestCreateServiceConfigFileMode [2021-02-22T19:59:05.380Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestCreateServiceSysctls [2021-02-22T19:59:05.380Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-02-22T19:59:05.380Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestCreateServiceCapabilities [2021-02-22T19:59:05.380Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2021-02-22T19:59:05.380Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestInspect [2021-02-22T19:59:05.380Z] --- SKIP: TestInspect (0.00s) [2021-02-22T19:59:05.380Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestCreateJob [2021-02-22T19:59:05.380Z] --- SKIP: TestCreateJob (0.00s) [2021-02-22T19:59:05.380Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestReplicatedJob [2021-02-22T19:59:05.380Z] --- SKIP: TestReplicatedJob (0.00s) [2021-02-22T19:59:05.380Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestUpdateReplicatedJob [2021-02-22T19:59:05.380Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-02-22T19:59:05.380Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestServiceListWithStatuses [2021-02-22T19:59:05.380Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-22T19:59:05.380Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestDockerNetworkConnectAlias [2021-02-22T19:59:05.380Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-02-22T19:59:05.380Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestDockerNetworkReConnect [2021-02-22T19:59:05.380Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-02-22T19:59:05.380Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestServicePlugin [2021-02-22T19:59:05.380Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-22T19:59:05.380Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] === RUN TestServiceUpdateLabel [2021-02-22T19:59:05.380Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-02-22T19:59:05.380Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:59:05.380Z] === RUN TestServiceUpdateSecrets [2021-02-22T19:59:05.380Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-02-22T19:59:05.380Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:59:05.380Z] === RUN TestServiceUpdateConfigs [2021-02-22T19:59:05.380Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-02-22T19:59:05.380Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:59:05.380Z] === RUN TestServiceUpdateNetwork [2021-02-22T19:59:05.380Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-02-22T19:59:05.380Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:59:05.380Z] === RUN TestServiceUpdatePidsLimit [2021-02-22T19:59:05.380Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-02-22T19:59:05.380Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:59:05.380Z] PASS [2021-02-22T19:59:05.380Z] ok github.com/docker/docker/integration/service 0.332s [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === Skipped [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-22T19:59:05.380Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-22T19:59:05.380Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-02-22T19:59:05.380Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-02-22T19:59:05.380Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-02-22T19:59:05.380Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2021-02-22T19:59:05.380Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-02-22T19:59:05.380Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-02-22T19:59:05.380Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-02-22T19:59:05.380Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-02-22T19:59:05.380Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-02-22T19:59:05.380Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-02-22T19:59:05.380Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-02-22T19:59:05.380Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-02-22T19:59:05.380Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-02-22T19:59:05.380Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-02-22T19:59:05.380Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-02-22T19:59:05.380Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-02-22T19:59:05.380Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-02-22T19:59:05.380Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] [2021-02-22T19:59:05.380Z] DONE 24 tests, 23 skipped in 3.089s [2021-02-22T19:59:05.380Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-02-22T19:59:07.424Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-02-22T19:59:07.560Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:59:07.560Z] INFO: Testing against a local daemon [2021-02-22T19:59:07.560Z] === RUN TestSessionCreate [2021-02-22T19:59:07.560Z] --- SKIP: TestSessionCreate (0.00s) [2021-02-22T19:59:07.560Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-22T19:59:07.560Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-22T19:59:07.560Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-02-22T19:59:07.560Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-22T19:59:07.560Z] PASS [2021-02-22T19:59:07.560Z] ok github.com/docker/docker/integration/session 0.199s [2021-02-22T19:59:07.560Z] [2021-02-22T19:59:07.560Z] === Skipped [2021-02-22T19:59:07.560Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-02-22T19:59:07.560Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-22T19:59:07.560Z] [2021-02-22T19:59:07.560Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-02-22T19:59:07.560Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-22T19:59:07.560Z] [2021-02-22T19:59:07.560Z] [2021-02-22T19:59:07.560Z] DONE 2 tests, 2 skipped in 2.253s [2021-02-22T19:59:07.560Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-02-22T19:59:09.745Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:59:09.745Z] INFO: Testing against a local daemon [2021-02-22T19:59:09.745Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-22T19:59:09.745Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-22T19:59:09.745Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:09.745Z] === RUN TestEventsExecDie [2021-02-22T19:59:09.745Z] --- SKIP: TestEventsExecDie (0.00s) [2021-02-22T19:59:09.745Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-22T19:59:09.745Z] === RUN TestEventsBackwardsCompatible [2021-02-22T19:59:09.745Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-02-22T19:59:09.745Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-22T19:59:09.745Z] === RUN TestInfoAPI [2021-02-22T19:59:09.745Z] --- PASS: TestInfoAPI (0.03s) [2021-02-22T19:59:09.745Z] === RUN TestInfoAPIWarnings [2021-02-22T19:59:09.745Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-02-22T19:59:09.745Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-22T19:59:09.745Z] === RUN TestInfoDebug [2021-02-22T19:59:09.745Z] --- SKIP: TestInfoDebug (0.00s) [2021-02-22T19:59:09.745Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-22T19:59:09.745Z] === RUN TestInfoInsecureRegistries [2021-02-22T19:59:09.745Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-02-22T19:59:09.745Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-22T19:59:09.745Z] === RUN TestInfoRegistryMirrors [2021-02-22T19:59:09.745Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-02-22T19:59:09.745Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-22T19:59:09.745Z] === RUN TestLoginFailsWithBadCredentials [2021-02-22T19:59:10.720Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2021-02-22T19:59:10.720Z] === RUN TestPingCacheHeaders [2021-02-22T19:59:10.720Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-02-22T19:59:10.720Z] === RUN TestPingGet [2021-02-22T19:59:10.720Z] --- PASS: TestPingGet (0.03s) [2021-02-22T19:59:10.720Z] === RUN TestPingHead [2021-02-22T19:59:10.720Z] --- PASS: TestPingHead (0.03s) [2021-02-22T19:59:10.720Z] === RUN TestVersion [2021-02-22T19:59:10.720Z] --- PASS: TestVersion (0.03s) [2021-02-22T19:59:10.720Z] PASS [2021-02-22T19:59:10.720Z] ok github.com/docker/docker/integration/system 1.256s [2021-02-22T19:59:11.180Z] [2021-02-22T19:59:11.180Z] === Skipped [2021-02-22T19:59:11.180Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-22T19:59:11.180Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-22T19:59:11.180Z] [2021-02-22T19:59:11.180Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-02-22T19:59:11.180Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-22T19:59:11.180Z] [2021-02-22T19:59:11.180Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-02-22T19:59:11.180Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-22T19:59:11.180Z] [2021-02-22T19:59:11.180Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-02-22T19:59:11.180Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-22T19:59:11.180Z] [2021-02-22T19:59:11.180Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-02-22T19:59:11.180Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-22T19:59:11.180Z] [2021-02-22T19:59:11.180Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-02-22T19:59:11.180Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-22T19:59:11.180Z] [2021-02-22T19:59:11.180Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-02-22T19:59:11.180Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-22T19:59:11.180Z] [2021-02-22T19:59:11.180Z] [2021-02-22T19:59:11.180Z] DONE 13 tests, 7 skipped in 3.321s [2021-02-22T19:59:11.180Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-02-22T19:59:13.378Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:59:13.378Z] INFO: Testing against a local daemon [2021-02-22T19:59:13.378Z] === RUN TestVolumesCreateAndList [2021-02-22T19:59:13.378Z] --- PASS: TestVolumesCreateAndList (0.05s) [2021-02-22T19:59:13.378Z] === RUN TestVolumesRemove [2021-02-22T19:59:13.378Z] --- PASS: TestVolumesRemove (0.10s) [2021-02-22T19:59:13.378Z] === RUN TestVolumesInspect [2021-02-22T19:59:13.378Z] --- PASS: TestVolumesInspect (0.03s) [2021-02-22T19:59:13.378Z] === RUN TestVolumesInvalidJSON [2021-02-22T19:59:13.378Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-22T19:59:13.378Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-22T19:59:13.378Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-22T19:59:13.378Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-02-22T19:59:13.378Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-22T19:59:13.378Z] PASS [2021-02-22T19:59:13.378Z] ok github.com/docker/docker/integration/volume 0.286s [2021-02-22T19:59:13.378Z] [2021-02-22T19:59:13.378Z] DONE 5 tests in 2.483s [2021-02-22T19:59:13.838Z] INFO: make.ps1 ended at 02/22/2021 19:59:13 [2021-02-22T19:59:13.838Z] INFO: Integration CLI tests being run from the host: [2021-02-22T19:59:13.838Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" [2021-02-22T19:59:15.551Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-02-22T19:59:22.414Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-22T19:59:22.414Z] INFO: Testing against a local daemon [2021-02-22T19:59:22.414Z] === RUN TestDockerSuite [2021-02-22T19:59:22.414Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-22T19:59:22.414Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-22T19:59:22.414Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-22T19:59:22.414Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-22T19:59:22.414Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-22T19:59:22.414Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-22T19:59:22.414Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-22T19:59:22.414Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-22T19:59:22.873Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-22T19:59:23.333Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-22T19:59:23.793Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-22T19:59:24.255Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-22T19:59:47.643Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-02-22T20:00:02.541Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-02-22T20:00:34.634Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-02-22T20:00:46.872Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-02-22T20:01:18.971Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-02-22T20:01:33.879Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-02-22T20:01:35.954Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-22T20:01:35.961Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-22T20:01:37.501Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-22T20:01:44.579Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-22T20:01:44.579Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-22T20:01:44.579Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-22T20:01:44.579Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-22T20:01:44.579Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-02-22T20:01:48.318Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-22T20:01:48.318Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-22T20:01:48.318Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-02-22T20:01:48.776Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-02-22T20:01:54.125Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-02-22T20:02:35.805Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-02-22T20:02:53.928Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-02-22T20:03:26.026Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-02-22T20:03:35.398Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-22T20:03:35.398Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-22T20:03:40.168Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-22T20:03:40.168Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-22T20:03:43.906Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-22T20:03:44.874Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-22T20:03:44.874Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-22T20:03:44.874Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-22T20:03:44.874Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-22T20:03:45.333Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-02-22T20:03:46.357Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-02-22T20:03:50.101Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-22T20:03:51.074Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-22T20:03:51.074Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-22T20:03:51.074Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-22T20:03:51.074Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-22T20:03:54.816Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-22T20:03:58.126Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-02-22T20:04:07.207Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-22T20:04:10.986Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-22T20:04:11.956Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-22T20:04:11.956Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-22T20:04:13.021Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-02-22T20:04:15.693Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-02-22T20:04:16.663Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-22T20:04:21.360Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-22T20:04:21.360Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-22T20:04:21.360Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-22T20:04:21.360Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-22T20:04:21.360Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-22T20:04:21.819Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-22T20:04:31.122Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-02-22T20:04:46.016Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite (437.86s) [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.66s) [2021-02-22T20:05:00.909Z] docker_cli_external_volume_driver_test.go:53: [d7ce6289ccfa5] daemon is not started [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.26s) [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2021-02-22T20:05:00.909Z] docker_cli_external_volume_driver_test.go:53: [da3cb4b69e8f1] daemon is not started [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-02-22T20:05:00.909Z] docker_cli_external_volume_driver_test.go:53: [ded0a52660e85] daemon is not started [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.13s) [2021-02-22T20:05:00.909Z] docker_cli_external_volume_driver_test.go:53: [d418dd61fb785] daemon is not started [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.30s) [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.24s) [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.81s) [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.28s) [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.34s) [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.93s) [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.29s) [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.70s) [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.06s) [2021-02-22T20:05:00.909Z] docker_cli_external_volume_driver_test.go:485: [d1715b8c2fa76] daemon is not started [2021-02-22T20:05:00.909Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-02-22T20:05:00.909Z] docker_cli_external_volume_driver_test.go:53: [dca319b3b29c7] daemon is not started [2021-02-22T20:05:00.909Z] PASS [2021-02-22T20:05:00.909Z] [2021-02-22T20:05:00.909Z] === Skipped [2021-02-22T20:05:00.909Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-22T20:05:00.909Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-22T20:05:00.909Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-22T20:05:00.909Z] check_test.go:309: [d60fa08049285] daemon is not started [2021-02-22T20:05:00.909Z] [2021-02-22T20:05:00.909Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-02-22T20:05:00.909Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-02-22T20:05:00.909Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-22T20:05:00.909Z] check_test.go:309: [d6af1d3adee33] daemon is not started [2021-02-22T20:05:00.909Z] [2021-02-22T20:05:00.909Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-02-22T20:05:00.909Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-02-22T20:05:00.909Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-22T20:05:00.909Z] check_test.go:309: [d6b34779da380] daemon is not started [2021-02-22T20:05:00.909Z] [2021-02-22T20:05:00.909Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-02-22T20:05:00.909Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-02-22T20:05:00.909Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-22T20:05:00.909Z] [2021-02-22T20:05:00.909Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-02-22T20:05:00.909Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-02-22T20:05:00.909Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-22T20:05:00.909Z] [2021-02-22T20:05:00.909Z] [2021-02-22T20:05:00.909Z] DONE 273 tests, 5 skipped in 2506.846s [2021-02-22T20:05:00.909Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-22T20:05:00.909Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dfe1bdefb3c76/docker.pid [2021-02-22T20:05:00.909Z] +++ kill 6210 [2021-02-22T20:05:00.909Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6210 is not a child of this shell [2021-02-22T20:05:00.909Z] warning: PID 6210 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dfe1bdefb3c76/docker.pid had a nonzero exit code [2021-02-22T20:05:00.910Z] ++++ cat bundles/test-integration/docker.pid [2021-02-22T20:05:00.910Z] +++ kill 8155 [2021-02-22T20:05:01.170Z] +++ /etc/init.d/apparmor stop [2021-02-22T20:05:01.170Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-22T20:05:01.170Z] [2021-02-22T20:05:01.170Z] Unloading profiles will leave already running processes permanently [2021-02-22T20:05:01.170Z] unconfined, which can lead to unexpected situations. [2021-02-22T20:05:01.170Z] [2021-02-22T20:05:01.170Z] To set a process to complain mode, use the command line tool [2021-02-22T20:05:01.170Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-22T20:05:01.170Z] +++ true [2021-02-22T20:05:01.170Z] exiting test-integration [2021-02-22T20:05:01.170Z] ++ exit 0 [2021-02-22T20:05:01.170Z] [2021-02-22T20:05:01.740Z] + exit 0 [2021-02-22T20:05:01.740Z] ++ jobs -p [2021-02-22T20:05:01.740Z] + pids= [2021-02-22T20:05:01.740Z] + echo 'Remaining pids to kill: []' [2021-02-22T20:05:01.740Z] Remaining pids to kill: [] [2021-02-22T20:05:01.740Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-02-22T20:05:01.755Z] Recording test results [2021-02-22T20:05:03.507Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-22T20:05:03.840Z] + echo Ensuring container killed. [2021-02-22T20:05:03.840Z] Ensuring container killed. [2021-02-22T20:05:03.840Z] + docker ps -aq -f name=docker-pr7-* [2021-02-22T20:05:04.103Z] + cids=f801e889d331 [2021-02-22T20:05:04.103Z] 5a81a185981b [2021-02-22T20:05:04.104Z] a28acc9963c5 [2021-02-22T20:05:04.104Z] + [ -n f801e889d331 [2021-02-22T20:05:04.104Z] 5a81a185981b [2021-02-22T20:05:04.104Z] a28acc9963c5 ] [2021-02-22T20:05:04.104Z] + docker rm -vf f801e889d331 5a81a185981b a28acc9963c5 [2021-02-22T20:05:07.405Z] f801e889d331 [2021-02-22T20:05:07.405Z] 5a81a185981b [2021-02-22T20:05:07.405Z] a28acc9963c5 [Pipeline] sh [2021-02-22T20:05:07.693Z] + echo Chowning /workspace to jenkins user [2021-02-22T20:05:07.693Z] Chowning /workspace to jenkins user [2021-02-22T20:05:07.693Z] + id -u [2021-02-22T20:05:07.693Z] + id -g [2021-02-22T20:05:07.693Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41756:/workspace busybox chown -R 1000:1000 /workspace [2021-02-22T20:05:07.693Z] Unable to find image 'busybox:latest' locally [2021-02-22T20:05:08.633Z] latest: Pulling from library/busybox [2021-02-22T20:05:08.633Z] 5c4213be9af9: Pulling fs layer [2021-02-22T20:05:08.633Z] 5c4213be9af9: Download complete [2021-02-22T20:05:08.633Z] 5c4213be9af9: Pull complete [2021-02-22T20:05:08.633Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f [2021-02-22T20:05:08.633Z] Status: Downloaded newer image for busybox:latest [2021-02-22T20:05:12.517Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-22T20:05:12.517Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-22T20:05:12.517Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-22T20:05:14.217Z] + bundleName=amd64 [2021-02-22T20:05:14.217Z] + echo Creating amd64-bundles.tar.gz [2021-02-22T20:05:14.217Z] Creating amd64-bundles.tar.gz [2021-02-22T20:05:14.217Z] + xargs tar -czf amd64-bundles.tar.gz [2021-02-22T20:05:14.217Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-02-22T20:05:15.612Z] Archiving artifacts [2021-02-22T20:05:17.710Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41756/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-22T20:05:18.028Z] + make clean [2021-02-22T20:05:18.288Z] docker volume rm -f docker-dev-cache [2021-02-22T20:05:18.288Z] docker-dev-cache [Pipeline] deleteDir [2021-02-22T20:05:22.844Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-22T20:05:22.844Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-22T20:05:23.303Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-22T20:05:30.382Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-22T20:05:31.360Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-22T20:05:36.052Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-22T20:05:46.389Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-02-22T20:05:53.476Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-22T20:05:53.476Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-22T20:06:03.809Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-22T20:06:03.809Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-22T20:06:03.809Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-22T20:06:10.895Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-22T20:06:10.895Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-22T20:06:10.895Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-22T20:06:10.895Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-22T20:06:10.895Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-22T20:06:46.812Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-22T20:06:47.271Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-22T20:06:47.731Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-22T20:06:47.731Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-22T20:06:49.268Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-22T20:06:49.268Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-22T20:06:53.983Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-22T20:06:54.951Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-22T20:06:54.951Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-22T20:06:54.951Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-22T20:06:57.131Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-22T20:06:57.591Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-22T20:06:58.560Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-22T20:06:59.019Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-22T20:06:59.478Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-22T20:07:05.282Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-22T20:07:07.462Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-02-22T20:07:07.462Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-22T20:07:08.431Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-22T20:07:08.891Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-22T20:07:09.352Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-02-22T20:07:11.537Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-22T20:07:12.512Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-02-22T20:07:12.971Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-22T20:07:12.971Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-22T20:07:13.942Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-22T20:07:14.402Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-22T20:07:14.402Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-22T20:07:14.402Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-22T20:07:20.212Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-22T20:07:55.904Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-22T20:07:55.904Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-22T20:07:55.904Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-22T20:07:59.652Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-22T20:08:00.113Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-22T20:08:00.113Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-22T20:08:00.113Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-22T20:08:01.086Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-22T20:08:01.086Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-22T20:08:36.823Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-22T20:08:37.284Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-22T20:08:37.743Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-22T20:09:02.899Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-22T20:09:02.899Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-22T20:09:02.899Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-22T20:09:05.079Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-22T20:09:13.672Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-22T20:09:15.855Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-22T20:10:27.964Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-22T20:10:27.964Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-22T20:10:28.429Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-22T20:12:09.803Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-22T20:12:09.803Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-22T20:12:09.803Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-22T20:12:24.661Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-22T20:12:35.053Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-22T20:12:49.962Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-22T20:13:25.795Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-22T20:13:40.624Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-22T20:13:55.469Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-22T20:15:51.947Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-22T20:15:51.947Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-22T20:15:51.947Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-22T20:15:51.947Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-22T20:15:51.947Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-22T20:15:51.947Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-22T20:15:51.947Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-22T20:15:51.947Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-22T20:15:51.947Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-22T20:15:52.917Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-22T20:15:56.700Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-22T20:16:01.390Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-22T20:16:01.390Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-02-22T20:16:01.390Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-22T20:16:01.390Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-22T20:16:01.390Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-22T20:16:01.390Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-22T20:16:06.091Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-22T20:16:06.091Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-02-22T20:16:06.091Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-22T20:16:06.091Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-02-22T20:16:06.550Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-02-22T20:16:11.242Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-22T20:16:26.231Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-22T20:16:26.690Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-22T20:16:26.690Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-22T20:16:26.690Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-02-22T20:16:26.690Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-22T20:16:26.690Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-02-22T20:16:26.690Z] === RUN TestDockerSuite/TestBuildFails [2021-02-22T20:16:33.768Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-22T20:16:33.768Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-02-22T20:16:39.588Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-22T20:16:45.391Z] === RUN TestDockerSuite/TestBuildForceRm [2021-02-22T20:16:52.534Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-22T20:16:57.237Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-22T20:16:58.781Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-22T20:17:04.578Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-22T20:17:04.578Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-22T20:17:04.578Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-22T20:17:05.549Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-22T20:17:05.549Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-22T20:17:20.425Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-22T20:17:20.425Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-22T20:17:30.842Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-22T20:17:31.393Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-22T20:17:33.574Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-22T20:17:33.574Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-22T20:17:34.543Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-22T20:17:34.543Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-22T20:17:39.240Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-22T20:17:39.699Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-22T20:17:40.224Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-22T20:17:41.761Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-22T20:17:42.220Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-22T20:17:43.189Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-22T20:17:44.730Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-22T20:17:51.842Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-22T20:17:51.842Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-22T20:17:51.842Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-22T20:17:51.842Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-22T20:17:51.842Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-22T20:17:51.842Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-22T20:17:51.842Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-22T20:17:51.842Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-22T20:17:52.820Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-22T20:17:57.569Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-22T20:18:18.697Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-22T20:18:18.697Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-22T20:18:20.238Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-22T20:18:56.012Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-02-22T20:19:17.122Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-22T20:19:20.066Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-02-22T20:19:25.916Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-22T20:19:31.724Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-02-22T20:19:49.486Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-22T20:19:49.486Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-22T20:19:56.566Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-22T20:19:56.566Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-02-22T20:19:56.566Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-22T20:19:56.566Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-22T20:19:59.515Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-22T20:20:03.325Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-22T20:20:11.910Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-22T20:20:11.910Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-22T20:20:11.910Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-22T20:20:14.132Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-22T20:20:15.101Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-22T20:20:16.648Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-22T20:20:25.224Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-22T20:20:26.802Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-02-22T20:20:35.376Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-02-22T20:20:40.071Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-22T20:20:48.641Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-22T20:20:52.376Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-22T20:20:57.122Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-22T20:20:58.661Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-22T20:20:58.661Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-22T20:20:58.661Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-22T20:21:00.841Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-22T20:21:00.841Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-22T20:21:43.380Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-22T20:22:19.226Z] === RUN TestDockerSuite/TestBuildRm [2021-02-22T20:22:31.659Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-22T20:22:33.849Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-22T20:22:33.849Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-22T20:22:34.310Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-22T20:22:35.850Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-02-22T20:22:39.587Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-22T20:22:43.323Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-22T20:22:47.098Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-22T20:23:01.922Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-22T20:23:02.890Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-22T20:23:03.350Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-22T20:23:13.686Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-22T20:23:13.686Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-22T20:23:17.464Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-22T20:23:17.923Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-22T20:23:22.631Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-22T20:23:43.876Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-22T20:23:43.876Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-22T20:23:44.853Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-22T20:23:45.827Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-22T20:23:50.541Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-22T20:23:56.358Z] === RUN TestDockerSuite/TestBuildUser [2021-02-22T20:23:56.358Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-22T20:23:56.358Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-22T20:23:56.358Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-22T20:24:00.141Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-22T20:24:00.141Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-22T20:24:08.878Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-22T20:24:08.878Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-22T20:24:08.878Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-22T20:24:29.991Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-22T20:24:29.991Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-22T20:24:38.571Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-22T20:24:44.603Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-22T20:24:44.603Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-22T20:24:44.603Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-22T20:24:47.512Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-22T20:24:47.512Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-02-22T20:24:57.846Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-22T20:25:02.540Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-22T20:25:02.540Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-22T20:25:20.243Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-22T20:25:20.702Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-22T20:25:21.161Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-22T20:25:21.161Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-22T20:25:22.130Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-22T20:25:30.733Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-22T20:25:32.278Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-22T20:25:32.278Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-22T20:25:32.738Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-22T20:25:32.738Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-22T20:25:34.926Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-22T20:25:39.675Z] === RUN TestDockerSuite/TestCommitChange [2021-02-22T20:25:44.413Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-22T20:25:48.149Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-22T20:25:48.149Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-22T20:25:55.228Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-22T20:25:55.228Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-22T20:26:02.373Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-22T20:26:06.121Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-22T20:26:06.121Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-22T20:26:06.121Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-22T20:26:06.121Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-22T20:26:06.121Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-22T20:26:06.121Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-22T20:26:06.121Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-22T20:26:06.121Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-22T20:26:06.121Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-22T20:26:13.218Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-22T20:26:25.608Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-22T20:26:25.608Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-22T20:26:26.067Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-22T20:26:26.068Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-22T20:26:26.068Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-22T20:26:26.068Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-22T20:26:28.976Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-22T20:26:28.976Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-22T20:26:28.976Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-22T20:26:31.158Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-22T20:26:31.158Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-22T20:26:31.158Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-22T20:26:31.158Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-22T20:26:31.158Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-22T20:26:34.122Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-22T20:26:36.311Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-22T20:26:38.491Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-22T20:26:38.491Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-22T20:26:38.491Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-22T20:26:40.672Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-22T20:26:40.672Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-22T20:26:42.908Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-22T20:26:42.908Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-22T20:26:42.908Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-22T20:26:45.090Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-22T20:26:45.090Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-22T20:26:47.288Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-22T20:26:47.288Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-22T20:26:50.269Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-22T20:26:50.269Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-22T20:26:52.456Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-22T20:26:56.206Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-22T20:27:00.962Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-22T20:27:00.962Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-22T20:27:00.962Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-22T20:27:00.962Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-22T20:27:00.962Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-22T20:27:02.507Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-22T20:27:02.507Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-22T20:27:05.416Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-22T20:27:05.416Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-22T20:27:07.603Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-22T20:27:07.603Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-22T20:27:12.297Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-22T20:27:13.835Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-22T20:27:13.835Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-22T20:27:13.835Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-22T20:27:13.835Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-22T20:27:14.298Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-22T20:27:14.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-02-22T20:27:16.503Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-22T20:27:16.503Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-02-22T20:27:18.687Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-02-22T20:27:21.607Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-02-22T20:27:23.818Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-02-22T20:27:26.730Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00096ece0_} [2021-02-22T20:27:28.911Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1027048190_c:\foo_false____} [2021-02-22T20:27:31.822Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1027048190_c:\foo_true____} [2021-02-22T20:27:34.005Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-22T20:27:34.005Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-22T20:27:34.005Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-22T20:27:34.005Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-22T20:27:34.005Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-22T20:27:34.005Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-22T20:27:34.005Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-22T20:27:34.005Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-22T20:27:34.464Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-22T20:27:34.464Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-22T20:27:34.464Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-22T20:27:34.464Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-22T20:27:34.464Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-22T20:27:34.464Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-22T20:27:34.464Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-22T20:27:34.464Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-22T20:27:34.464Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-22T20:27:34.464Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-22T20:27:37.371Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-22T20:27:39.550Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-22T20:27:39.550Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-22T20:27:39.550Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-22T20:27:42.459Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-22T20:27:42.459Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-22T20:27:42.459Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-22T20:27:42.459Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-22T20:27:47.153Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-22T20:27:49.334Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-22T20:27:49.334Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-22T20:27:49.334Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-22T20:27:57.919Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-22T20:27:57.919Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-22T20:27:57.919Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-22T20:28:08.421Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-22T20:28:08.421Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-22T20:28:08.421Z] === RUN TestDockerSuite/TestCpToDot [2021-02-22T20:28:09.395Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-22T20:28:09.395Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-22T20:28:09.395Z] === RUN TestDockerSuite/TestCpToStdout [2021-02-22T20:28:12.305Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-22T20:28:12.305Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-22T20:28:12.305Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-02-22T20:28:12.305Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-22T20:28:12.305Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-22T20:28:12.305Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-22T20:28:12.305Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-22T20:28:14.551Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-22T20:28:16.733Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-22T20:28:17.193Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-22T20:28:17.193Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-22T20:28:19.374Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-22T20:28:19.835Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-22T20:28:20.296Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-22T20:28:20.296Z] === RUN TestDockerSuite/TestCreateRM [2021-02-22T20:28:20.755Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-22T20:28:20.755Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-22T20:28:20.755Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-02-22T20:28:21.216Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-22T20:28:33.616Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-22T20:28:34.076Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-22T20:28:34.536Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-22T20:28:39.289Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-22T20:28:39.289Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-22T20:28:39.289Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDockerFails [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-22T20:28:46.422Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-22T20:28:49.328Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-22T20:28:51.513Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-22T20:28:53.692Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-22T20:29:02.328Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-22T20:29:07.019Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-22T20:29:12.813Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-22T20:29:14.992Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-22T20:29:15.452Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-22T20:29:20.146Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-22T20:29:20.146Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-22T20:29:21.684Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-22T20:29:26.376Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-22T20:29:31.085Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-22T20:29:31.085Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-22T20:29:31.085Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-22T20:29:31.085Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-22T20:29:31.085Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-22T20:29:31.085Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-22T20:29:32.057Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-22T20:29:32.057Z] === RUN TestDockerSuite/TestEventsRename [2021-02-22T20:29:34.236Z] === RUN TestDockerSuite/TestEventsResize [2021-02-22T20:29:37.188Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-22T20:29:39.407Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-22T20:29:42.352Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-22T20:29:47.055Z] === RUN TestDockerSuite/TestEventsTop [2021-02-22T20:29:47.055Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-22T20:29:49.963Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-22T20:29:53.700Z] === RUN TestDockerSuite/TestExec [2021-02-22T20:29:53.700Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-22T20:29:53.700Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-22T20:29:55.879Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-22T20:29:57.452Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-22T20:29:57.452Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-22T20:29:57.452Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-22T20:29:57.452Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-22T20:29:59.633Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-22T20:30:01.814Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-22T20:30:03.996Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-22T20:30:06.174Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-22T20:30:10.897Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-22T20:30:10.897Z] === RUN TestDockerSuite/TestExecEnv [2021-02-22T20:30:10.897Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-22T20:30:10.897Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-22T20:30:13.104Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-22T20:30:16.848Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-22T20:30:16.848Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-22T20:30:16.848Z] === RUN TestDockerSuite/TestExecParseError [2021-02-22T20:30:16.848Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-22T20:30:16.848Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-22T20:30:16.848Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-22T20:30:19.027Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-22T20:30:19.027Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-22T20:30:19.027Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-22T20:30:19.027Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-22T20:30:19.027Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-22T20:30:19.027Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-22T20:30:21.240Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-22T20:30:21.240Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-02-22T20:30:28.391Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-22T20:30:28.391Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-22T20:30:28.391Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-22T20:30:28.391Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-22T20:30:34.193Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-22T20:30:39.998Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-22T20:30:43.738Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-22T20:30:49.534Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-22T20:30:49.534Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-22T20:30:49.534Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-22T20:30:49.534Z] === RUN TestDockerSuite/TestHealth [2021-02-22T20:30:49.534Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-22T20:30:49.534Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-22T20:30:49.534Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-22T20:30:49.534Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-02-22T20:30:54.226Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-22T20:30:54.226Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-22T20:30:54.226Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-22T20:30:54.226Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-22T20:30:54.226Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-22T20:30:54.226Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-22T20:30:55.196Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-22T20:30:55.196Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-02-22T20:30:56.168Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-22T20:30:56.168Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-22T20:30:58.347Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-22T20:30:58.347Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-22T20:31:00.528Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-22T20:31:09.099Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-22T20:31:09.100Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-22T20:31:09.100Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-02-22T20:31:12.010Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-22T20:31:12.470Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-22T20:31:14.720Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-22T20:31:14.720Z] === RUN TestDockerSuite/TestImportFile [2021-02-22T20:31:14.720Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-22T20:31:14.720Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-22T20:31:14.720Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-22T20:31:14.720Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-22T20:31:14.720Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-22T20:31:14.720Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-22T20:31:14.720Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-22T20:31:14.720Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-22T20:31:14.721Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-02-22T20:31:14.721Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-22T20:31:14.721Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-02-22T20:31:17.638Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-02-22T20:31:19.817Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-22T20:31:19.817Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-22T20:31:19.817Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-22T20:31:19.817Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-22T20:31:19.817Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-22T20:31:22.001Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-22T20:31:22.001Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-22T20:31:24.189Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-22T20:31:24.189Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-22T20:31:24.189Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-22T20:31:24.189Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-22T20:31:27.136Z] === RUN TestDockerSuite/TestInspectHistory [2021-02-22T20:31:30.880Z] === RUN TestDockerSuite/TestInspectImage [2021-02-22T20:31:30.880Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-22T20:31:30.880Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-22T20:31:30.880Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-22T20:31:33.827Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-22T20:31:36.009Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-22T20:31:36.009Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-22T20:31:38.203Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-22T20:31:40.560Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-22T20:31:40.560Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-22T20:31:40.560Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-22T20:31:42.803Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-22T20:31:45.720Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-22T20:31:50.432Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-22T20:31:51.971Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-22T20:31:54.951Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-22T20:31:56.491Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-22T20:31:59.461Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-22T20:32:01.644Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-22T20:32:03.828Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-22T20:32:06.009Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-22T20:32:08.198Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-02-22T20:32:14.049Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-22T20:32:16.230Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-22T20:32:16.230Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-22T20:32:18.477Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-22T20:32:18.477Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-02-22T20:32:25.563Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-02-22T20:32:31.445Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-22T20:32:38.567Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-22T20:32:40.111Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-22T20:32:43.029Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-22T20:32:43.029Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-22T20:32:45.212Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-22T20:32:48.127Z] === RUN TestDockerSuite/TestLogsSince [2021-02-22T20:32:56.759Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-02-22T20:32:56.760Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-22T20:32:56.760Z] === RUN TestDockerSuite/TestLogsTail [2021-02-22T20:32:59.673Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-22T20:33:02.585Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestNetHostname [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPluginActive [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPortList [2021-02-22T20:33:04.775Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-22T20:33:09.524Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-22T20:33:09.524Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-22T20:33:09.524Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-22T20:33:09.524Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-22T20:33:09.524Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-22T20:33:09.524Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-22T20:33:09.524Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-22T20:33:09.524Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-22T20:33:09.524Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-22T20:33:09.524Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-22T20:33:14.232Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-22T20:33:14.232Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-22T20:33:24.571Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-22T20:33:24.571Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-22T20:33:34.907Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-22T20:33:49.734Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-22T20:33:49.734Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-22T20:33:49.734Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-22T20:34:02.133Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-22T20:34:09.297Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-22T20:34:21.722Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-22T20:34:25.464Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-22T20:34:25.925Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-22T20:34:25.925Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-22T20:34:30.629Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-22T20:34:30.629Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-22T20:34:30.629Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-22T20:34:30.629Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-22T20:34:30.629Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-22T20:34:39.270Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-22T20:34:39.270Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-22T20:34:40.241Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-22T20:34:40.241Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-22T20:34:41.782Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-22T20:34:42.242Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-22T20:34:42.242Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-22T20:34:46.980Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-22T20:34:50.736Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-22T20:34:53.649Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-22T20:35:18.850Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-22T20:35:18.850Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-22T20:35:21.029Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-22T20:35:21.489Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-22T20:35:21.489Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-22T20:35:22.457Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-22T20:35:26.204Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-22T20:35:30.895Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-22T20:35:30.895Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-22T20:35:34.635Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-22T20:35:35.096Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-22T20:35:35.096Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-22T20:35:50.050Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-22T20:35:52.311Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-22T20:35:52.771Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-22T20:35:59.927Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-22T20:36:04.693Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-22T20:36:11.774Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-22T20:36:15.522Z] === RUN TestDockerSuite/TestRmiTag [2021-02-22T20:36:16.491Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-22T20:36:18.669Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-22T20:36:36.368Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-22T20:36:37.397Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-22T20:36:42.087Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-22T20:36:43.062Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-22T20:36:43.062Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-22T20:36:43.062Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-22T20:36:43.062Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-22T20:36:43.062Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-22T20:36:43.062Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-22T20:36:43.062Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-22T20:36:43.062Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-22T20:36:45.241Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-22T20:36:45.241Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-22T20:36:45.241Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-22T20:36:50.014Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-22T20:36:52.928Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-22T20:36:55.835Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-22T20:36:58.031Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-22T20:37:05.195Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-22T20:37:05.195Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-22T20:37:09.890Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-22T20:37:09.890Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-22T20:37:09.890Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-22T20:37:09.890Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-22T20:37:09.890Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-22T20:37:09.890Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-22T20:37:09.890Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-22T20:37:09.890Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-22T20:37:09.890Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-22T20:37:09.890Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-22T20:37:09.890Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-22T20:37:09.890Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-22T20:37:12.071Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-22T20:37:12.071Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-22T20:37:14.978Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-22T20:37:14.978Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-22T20:37:14.978Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-22T20:37:17.203Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-22T20:37:17.203Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-22T20:37:17.203Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-22T20:37:17.203Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-22T20:37:17.203Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-22T20:37:17.203Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-22T20:37:17.203Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-22T20:37:17.203Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-22T20:37:19.386Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-22T20:37:22.293Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-22T20:37:23.837Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-22T20:37:24.296Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-22T20:37:24.296Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-22T20:37:24.296Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-22T20:37:26.500Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-22T20:37:26.500Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-22T20:37:26.500Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-22T20:37:26.500Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-22T20:37:26.500Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-22T20:37:28.684Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-22T20:37:33.449Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-22T20:37:33.449Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-22T20:37:33.449Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-22T20:37:33.909Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-22T20:37:33.909Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-22T20:37:33.909Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-22T20:37:33.909Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-22T20:37:36.120Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-22T20:37:36.120Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-22T20:37:36.120Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-22T20:37:36.120Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-22T20:37:39.033Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-22T20:37:41.213Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-22T20:37:41.213Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-22T20:37:43.397Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-22T20:37:43.397Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-22T20:37:43.397Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-22T20:37:43.397Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-22T20:37:45.580Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-22T20:37:48.489Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-22T20:37:50.723Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-22T20:37:52.903Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-22T20:37:52.903Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-22T20:37:52.903Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-22T20:37:52.903Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-22T20:37:52.903Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-22T20:37:52.903Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-22T20:37:52.903Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-22T20:37:52.903Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-22T20:37:52.903Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-22T20:37:56.665Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-22T20:37:56.665Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-22T20:37:56.665Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-22T20:37:56.665Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-22T20:37:57.125Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-22T20:37:57.125Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-22T20:37:57.125Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-22T20:38:04.204Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-22T20:38:04.204Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-22T20:38:05.742Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-22T20:38:05.742Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-22T20:38:05.742Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-22T20:38:05.742Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-22T20:38:05.742Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-22T20:38:05.742Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-22T20:38:06.202Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-22T20:38:06.202Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-22T20:38:06.202Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-22T20:38:06.202Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-22T20:38:06.202Z] === RUN TestDockerSuite/TestRunMount [2021-02-22T20:38:06.202Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-22T20:38:06.202Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-22T20:38:06.202Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-22T20:38:06.202Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-22T20:38:13.295Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-22T20:38:13.295Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-22T20:38:13.295Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-22T20:38:13.295Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-22T20:38:19.091Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-22T20:38:22.867Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-22T20:38:22.867Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-22T20:38:22.867Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-22T20:38:22.867Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-22T20:38:22.867Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-22T20:38:22.867Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-22T20:38:22.867Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-22T20:38:22.867Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-22T20:38:22.867Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-22T20:38:22.867Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-22T20:38:22.867Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-22T20:38:24.425Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-22T20:38:26.604Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-02-22T20:38:28.789Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-22T20:38:29.758Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-22T20:38:31.937Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-22T20:38:31.937Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-22T20:38:31.937Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-22T20:38:31.937Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-22T20:38:31.937Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-22T20:38:31.937Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-22T20:38:31.937Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-22T20:38:31.937Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-22T20:38:31.937Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-22T20:38:34.845Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-22T20:38:34.845Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-22T20:38:34.845Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-22T20:38:34.845Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-22T20:38:34.845Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-22T20:38:34.845Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-02-22T20:38:47.238Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-22T20:38:47.238Z] === RUN TestDockerSuite/TestRunRm [2021-02-22T20:38:49.470Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-22T20:38:55.276Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-22T20:38:57.457Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-22T20:39:00.373Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-22T20:39:02.553Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-22T20:39:04.732Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-22T20:39:04.733Z] === RUN TestDockerSuite/TestRunState [2021-02-22T20:39:04.733Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-22T20:39:07.639Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-22T20:39:07.639Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-22T20:39:09.177Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-22T20:39:09.177Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-22T20:39:09.177Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-22T20:39:09.177Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-22T20:39:09.637Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-22T20:39:09.637Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-22T20:39:14.370Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-22T20:39:14.370Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-02-22T20:39:14.370Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-22T20:39:14.370Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-22T20:39:14.370Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-22T20:39:14.370Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-22T20:39:14.370Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-22T20:39:14.370Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-22T20:39:14.370Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-22T20:39:14.370Z] === RUN TestDockerSuite/TestRunUserByName [2021-02-22T20:39:14.370Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-22T20:39:16.551Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-22T20:39:16.551Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-22T20:39:18.792Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-22T20:39:18.792Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-22T20:39:18.792Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-22T20:39:22.543Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-02-22T20:39:29.710Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-22T20:39:33.446Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-02-22T20:39:40.529Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-22T20:39:40.529Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-02-22T20:39:40.529Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-22T20:39:43.439Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-22T20:39:45.643Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-22T20:39:47.853Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-22T20:39:47.854Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-22T20:39:47.854Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-22T20:39:47.854Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-22T20:39:47.854Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-22T20:39:47.854Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-22T20:39:47.854Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-22T20:39:47.854Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-22T20:39:47.854Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-22T20:39:52.551Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-22T20:39:53.522Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-22T20:39:55.711Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-22T20:40:00.406Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-22T20:40:03.317Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-22T20:40:03.782Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-22T20:40:04.241Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-22T20:40:04.241Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-22T20:40:05.806Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-22T20:40:12.934Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-22T20:40:12.934Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-22T20:40:21.511Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-22T20:40:21.511Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-22T20:40:30.172Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-22T20:40:30.172Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-22T20:40:30.172Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-22T20:40:30.172Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-22T20:40:30.172Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-22T20:40:35.973Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-22T20:40:35.973Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-22T20:40:35.973Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-22T20:40:35.973Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-22T20:40:35.973Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-22T20:40:35.973Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-22T20:40:35.973Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-22T20:40:38.154Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-22T20:40:40.341Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-22T20:40:40.341Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-22T20:40:42.546Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-22T20:40:42.546Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-22T20:40:42.546Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-22T20:40:42.546Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-22T20:40:42.546Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-22T20:40:42.546Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-22T20:40:42.546Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-22T20:41:00.271Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-22T20:41:00.271Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-22T20:41:00.271Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-22T20:41:00.271Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-22T20:41:00.271Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-22T20:41:00.271Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-22T20:41:00.271Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-22T20:41:01.814Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-22T20:41:01.814Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-22T20:41:04.740Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-22T20:41:05.200Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-22T20:41:05.661Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-22T20:41:05.661Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-22T20:41:05.661Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-22T20:41:14.249Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-22T20:41:14.249Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-22T20:41:14.249Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-22T20:41:14.709Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-22T20:41:14.709Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-22T20:41:21.800Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-22T20:41:21.800Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-22T20:41:22.260Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-22T20:41:32.625Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-22T20:41:32.625Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite (2530.66s) [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-02-22T20:41:32.625Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2021-02-22T20:41:32.625Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.82s) [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.24s) [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.58s) [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.40s) [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (121.85s) [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.28s) [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2021-02-22T20:41:32.625Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-22T20:41:32.625Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-22T20:41:32.625Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2021-02-22T20:41:32.625Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2021-02-22T20:41:32.625Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-02-22T20:41:32.625Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-22T20:41:32.625Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-22T20:41:32.625Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.79s) [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-22T20:41:32.625Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-22T20:41:32.625Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.18s) [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.12s) [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-02-22T20:41:32.625Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-22T20:41:32.625Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-02-22T20:41:32.625Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-22T20:41:32.625Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.38s) [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-22T20:41:32.625Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-02-22T20:41:32.625Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.12s) [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (100.14s) [2021-02-22T20:41:32.625Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.41s) [2021-02-22T20:41:32.625Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.40s) [2021-02-22T20:41:32.625Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.92s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.90s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.96s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.29s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.58s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.99s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.80s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.69s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.12s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.24s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.68s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.64s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.52s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddTar (42.68s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (17.04s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.59s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.50s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.20s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.78s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.85s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.15s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.62s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.93s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.65s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (31.88s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.49s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.33s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.37s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.38s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-22T20:41:32.626Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.61s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.02s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCmd (0.58s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.57s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.58s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.56s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.32s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.25s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.53s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.08s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.98s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.56s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.91s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.70s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.17s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (32.40s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.44s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.18s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.99s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.58s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (35.87s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.74s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.55s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.62s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.63s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.44s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (7.87s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.81s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerignore (66.99s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.18s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (86.68s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.55s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.64s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (27.52s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.98s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (14.28s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.85s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.56s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.82s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (109.81s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.38s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.61s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.13s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.50s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.61s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.45s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.45s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.70s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.31s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.00s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.03s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.81s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.44s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.63s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildFails (7.19s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.56s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.53s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.49s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.87s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.38s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.24s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.62s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.33s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildHistory (11.78s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.01s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.11s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.78s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.13s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildLabel (1.01s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.69s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.04s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.59s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildLabels (1.06s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.63s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.14s) [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-22T20:41:32.626Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-02-22T20:41:32.626Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.60s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.64s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.88s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (19.71s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.64s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.01s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.75s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.27s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.07s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.65s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.49s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.43s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.73s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.80s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.18s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (7.29s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.89s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.03s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.42s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.57s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.60s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.96s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.84s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.31s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.85s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.78s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.19s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.20s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.95s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (37.43s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildRm (12.39s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.43s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-02-22T20:41:32.627Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.42s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.50s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.57s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.13s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.03s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.69s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.69s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.34s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.62s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildStderr (4.37s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.16s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.02s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.28s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.45s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.23s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.03s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.58s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.69s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.29s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.88s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.39s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.60s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.58s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.57s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.31s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.35s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.67s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.29s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.87s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.08s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2021-02-22T20:41:32.627Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-22T20:41:32.627Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-22T20:41:32.627Z] docker_cli_sni_test.go:18: Flakey test [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.24s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.21s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestCommitChange (4.73s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.30s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-02-22T20:41:32.627Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.59s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-02-22T20:41:32.627Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestCommitTTY (6.88s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.26s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-02-22T20:41:32.627Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-22T20:41:32.627Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-22T20:41:32.627Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-22T20:41:32.627Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-22T20:41:32.627Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-22T20:41:32.627Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.44s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (11.45s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.23s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.44s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.47s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.65s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.17s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.16s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.30s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.25s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.37s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.11s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.67s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.26s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.36s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.74s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.21s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-02-22T20:41:32.627Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.99s) [2021-02-22T20:41:32.627Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-22T20:41:32.627Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.58s) [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-02-22T20:41:33.089Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.27s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.38s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.04s) [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-02-22T20:41:33.089Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-22T20:41:33.089Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-22T20:41:33.089Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-22T20:41:33.089Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-22T20:41:33.089Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.03s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.04s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.63s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.61s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.53s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.59s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00096ece0_} (2.57s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1027048190_c:\foo_false____} (2.50s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1027048190_c:\foo_true____} (2.58s) [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-22T20:41:33.089Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.30s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s) [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-22T20:41:33.089Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-02-22T20:41:33.089Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-22T20:41:33.089Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-22T20:41:33.089Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-22T20:41:33.089Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.39s) [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-22T20:41:33.089Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-22T20:41:33.089Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-02-22T20:41:33.089Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-02-22T20:41:33.089Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-02-22T20:41:33.089Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-22T20:41:33.089Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-22T20:41:33.089Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.089Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.42s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.42s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.43s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.43s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.92s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.05s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCpToDot (2.47s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCpToStdout (2.55s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.19s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateArgs (0.19s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.15s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.29s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.18s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.97s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.71s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateLabels (0.18s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateRM (0.39s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.34s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.58s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.22s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.40s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.25s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.19s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-22T20:41:33.090Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.23s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-22T20:41:33.090Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-22T20:41:33.090Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-22T20:41:33.090Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-02-22T20:41:33.090Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-02-22T20:41:33.090Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-22T20:41:33.090Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-22T20:41:33.090Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-22T20:41:33.090Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-22T20:41:33.090Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.41s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.46s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.40s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.27s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsCopy (5.05s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.19s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.55s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.83s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.83s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.87s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.04s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsFilters (4.73s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsFormat (4.59s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsRename (2.41s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsResize (2.70s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.26s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.62s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.76s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.91s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-02-22T20:41:33.090Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.99s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.00s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-22T20:41:33.090Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-22T20:41:33.090Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-22T20:41:33.090Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.03s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.26s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.23s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.14s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.30s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.25s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestExecInspectID (3.61s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-22T20:41:33.090Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.50s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-22T20:41:33.090Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.35s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.28s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.12s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.21s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.11s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.06s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-02-22T20:41:33.090Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.24s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.34s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.66s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.08s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.84s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.25s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.52s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImagesFormat (0.21s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.79s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImportBadURL (2.35s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-02-22T20:41:33.090Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.090Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-22T20:41:33.090Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-22T20:41:33.091Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-22T20:41:33.091Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.30s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.26s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-02-22T20:41:33.091Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-22T20:41:33.091Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.30s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.29s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectDefault (2.42s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectHistory (4.19s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.42s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.25s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.30s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.15s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.21s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectStatus (2.65s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.53s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.28s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.33s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.24s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.37s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.24s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.33s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.03s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.02s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.70s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.48s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-02-22T20:41:33.091Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.22s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.11s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.30s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.57s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.78s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.54s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.45s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.31s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsSince (9.09s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsTail (2.88s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.60s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.33s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.52s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-22T20:41:33.091Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-22T20:41:33.091Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-22T20:41:33.091Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-22T20:41:33.091Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-02-22T20:41:33.091Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-22T20:41:33.091Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-22T20:41:33.091Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-02-22T20:41:33.091Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.51s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-22T20:41:33.091Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPsByOrder (9.18s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.25s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.61s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.57s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (7.13s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (12.08s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.46s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-02-22T20:41:33.091Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.63s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.83s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.81s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.37s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.97s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-02-22T20:41:33.091Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.20s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.31s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.36s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.70s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.99s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.24s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.18s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.78s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.20s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.18s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.23s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.29s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.91s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.86s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.71s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.49s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.88s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.37s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.12s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiTag (0.69s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.36s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.32s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.50s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.44s) [2021-02-22T20:41:33.091Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.21s) [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-22T20:41:33.091Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.091Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-22T20:41:33.091Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.27s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.63s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.88s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.42s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.22s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.08s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.77s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.17s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.15s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.96s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.33s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.35s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.25s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.30s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.01s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.17s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.23s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.49s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.54s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.33s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunExitCode (2.28s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.30s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.23s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.40s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.89s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.14s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.81s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.16s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.93s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.16s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.36s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.20s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.14s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s) [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.04s) [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-22T20:41:33.092Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.092Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.66s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.45s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunRm (2.31s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.57s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.36s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.35s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.26s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.71s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.25s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.00s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.74s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.26s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.29s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.03s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.94s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.65s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.79s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.48s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.32s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.32s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.03s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.02s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.72s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.28s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.51s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-02-22T20:41:33.093Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.50s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.51s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.71s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.03s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.12s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-02-22T20:41:33.093Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestStartAttachSilent (8.79s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-02-22T20:41:33.093Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-02-22T20:41:33.093Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2021-02-22T20:41:33.093Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.71s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.21s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.37s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.17s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.34s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.54s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.03s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.41s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.41s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.90s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.61s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.94s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.27s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.10s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-22T20:41:33.093Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.50s) [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-22T20:41:33.093Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-22T20:41:33.093Z] --- PASS: TestDockerRegistrySuite (0.14s) [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-22T20:41:33.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-22T20:41:33.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-22T20:41:33.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-22T20:41:33.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-22T20:41:33.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.093Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-22T20:41:33.093Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-22T20:41:33.094Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-22T20:41:33.094Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-22T20:41:33.094Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s) [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-22T20:41:33.094Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-22T20:41:33.094Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] === RUN TestDockerDaemonSuite [2021-02-22T20:41:33.094Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-22T20:41:33.094Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-22T20:41:33.094Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-02-22T20:41:33.094Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] === RUN TestDockerSwarmSuite [2021-02-22T20:41:33.094Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-02-22T20:41:33.094Z] === RUN TestDockerPluginSuite [2021-02-22T20:41:33.094Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-02-22T20:41:33.094Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-02-22T20:41:33.094Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-02-22T20:41:33.094Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-02-22T20:41:33.094Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-02-22T20:41:33.094Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-02-22T20:41:33.094Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-02-22T20:41:33.094Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-02-22T20:41:33.094Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-02-22T20:41:33.094Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-02-22T20:41:33.094Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-02-22T20:41:33.094Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.094Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-22T20:41:33.094Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.095Z] === RUN TestDockerExternalVolumeSuite [2021-02-22T20:41:33.095Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-02-22T20:41:33.095Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.095Z] === RUN TestDockerNetworkSuite [2021-02-22T20:41:33.095Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-02-22T20:41:33.095Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.095Z] === RUN TestDockerHubPullSuite [2021-02-22T20:41:33.095Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-02-22T20:41:33.095Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.095Z] PASS [2021-02-22T20:41:33.095Z] ok github.com/docker/docker/integration-cli 2531.241s [2021-02-22T20:41:33.095Z] [2021-02-22T20:41:33.095Z] === Skipped [2021-02-22T20:41:33.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-02-22T20:41:33.095Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-02-22T20:41:33.095Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.095Z] [2021-02-22T20:41:33.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.03s) [2021-02-22T20:41:33.095Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2021-02-22T20:41:33.095Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.095Z] [2021-02-22T20:41:33.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2021-02-22T20:41:33.095Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2021-02-22T20:41:33.095Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.095Z] [2021-02-22T20:41:33.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-22T20:41:33.095Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-22T20:41:33.095Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.095Z] [2021-02-22T20:41:33.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-22T20:41:33.095Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-22T20:41:33.095Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.095Z] [2021-02-22T20:41:33.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2021-02-22T20:41:33.095Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2021-02-22T20:41:33.095Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.095Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.03s) [2021-02-22T20:41:33.569Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-02-22T20:41:33.569Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-22T20:41:33.569Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-22T20:41:33.569Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-02-22T20:41:33.569Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-02-22T20:41:33.569Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-02-22T20:41:33.569Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-02-22T20:41:33.569Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.41s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.41s) [2021-02-22T20:41:33.569Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.59s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.59s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.89s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.29s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.29s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-02-22T20:41:33.569Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.33s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.31s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.569Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-02-22T20:41:33.569Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-02-22T20:41:33.569Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.569Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.31s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.31s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-02-22T20:41:33.570Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.32s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.32s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.29s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2021-02-22T20:41:33.570Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-22T20:41:33.570Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-22T20:41:33.570Z] docker_cli_sni_test.go:18: Flakey test [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-02-22T20:41:33.570Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-02-22T20:41:33.570Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-02-22T20:41:33.570Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-22T20:41:33.570Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-22T20:41:33.570Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-22T20:41:33.570Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.570Z] [2021-02-22T20:41:33.570Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-02-22T20:41:33.571Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-22T20:41:33.571Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-22T20:41:33.571Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-22T20:41:33.571Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-22T20:41:33.571Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-02-22T20:41:33.571Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-02-22T20:41:33.571Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-02-22T20:41:33.571Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-02-22T20:41:33.571Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-22T20:41:33.571Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-02-22T20:41:33.571Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-22T20:41:33.571Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-02-22T20:41:33.571Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-02-22T20:41:33.571Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.571Z] [2021-02-22T20:41:33.571Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-02-22T20:41:33.571Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2021-02-22T20:41:33.572Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-22T20:41:33.572Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-22T20:41:33.572Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-22T20:41:33.572Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-22T20:41:33.572Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-22T20:41:33.572Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-02-22T20:41:33.572Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-02-22T20:41:33.572Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-02-22T20:41:33.572Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-02-22T20:41:33.572Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-02-22T20:41:33.572Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-22T20:41:33.572Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-02-22T20:41:33.572Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-02-22T20:41:33.572Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-02-22T20:41:33.572Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-02-22T20:41:33.572Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-02-22T20:41:33.572Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-02-22T20:41:33.572Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-22T20:41:33.572Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.572Z] [2021-02-22T20:41:33.572Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-02-22T20:41:33.572Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-02-22T20:41:33.573Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-22T20:41:33.573Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-22T20:41:33.573Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-02-22T20:41:33.573Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-02-22T20:41:33.573Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-22T20:41:33.573Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-22T20:41:33.573Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-02-22T20:41:33.573Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-22T20:41:33.573Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-02-22T20:41:33.573Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2021-02-22T20:41:33.573Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.573Z] [2021-02-22T20:41:33.573Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-02-22T20:41:33.573Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-02-22T20:41:33.573Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.02s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.02s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-02-22T20:41:33.574Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.574Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-22T20:41:33.574Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-22T20:41:33.574Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.574Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.33s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.03s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.03s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.03s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.03s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.03s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:33.575Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-22T20:41:33.575Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-22T20:41:33.575Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-22T20:41:33.575Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2021-02-22T20:41:34.037Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-02-22T20:41:34.037Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-02-22T20:41:34.037Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-02-22T20:41:34.037Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2021-02-22T20:41:34.037Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-02-22T20:41:34.037Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.037Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-22T20:41:34.037Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-22T20:41:34.037Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.037Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.038Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-22T20:41:34.038Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-22T20:41:34.038Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.038Z] [2021-02-22T20:41:34.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-22T20:41:34.039Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-22T20:41:34.039Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-22T20:41:34.039Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-22T20:41:34.039Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-22T20:41:34.039Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-22T20:41:34.039Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-22T20:41:34.039Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-22T20:41:34.039Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-22T20:41:34.039Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-22T20:41:34.039Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-22T20:41:34.039Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-22T20:41:34.039Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-22T20:41:34.039Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-22T20:41:34.039Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-02-22T20:41:34.039Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-02-22T20:41:34.039Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-02-22T20:41:34.039Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] DONE 1093 tests, 547 skipped in 2540.054s [2021-02-22T20:41:34.039Z] INFO: Integration tests ended at 02/22/2021 20:41:33. Duration:00:42:20.2861140 [2021-02-22T20:41:34.039Z] INFO: Docker info of the daemon under test at end of run [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] Containers: 2 [2021-02-22T20:41:34.039Z] Running: 0 [2021-02-22T20:41:34.039Z] Paused: 0 [2021-02-22T20:41:34.039Z] Stopped: 2 [2021-02-22T20:41:34.039Z] Images: 18 [2021-02-22T20:41:34.039Z] Server Version: 0.0.0-dev [2021-02-22T20:41:34.039Z] Storage Driver: windowsfilter [2021-02-22T20:41:34.039Z] Windows: [2021-02-22T20:41:34.039Z] Logging Driver: json-file [2021-02-22T20:41:34.039Z] Plugins: [2021-02-22T20:41:34.039Z] Volume: local [2021-02-22T20:41:34.039Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-22T20:41:34.039Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-22T20:41:34.039Z] Swarm: inactive [2021-02-22T20:41:34.039Z] Default Isolation: process [2021-02-22T20:41:34.039Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-22T20:41:34.039Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-22T20:41:34.039Z] OSType: windows [2021-02-22T20:41:34.039Z] Architecture: x86_64 [2021-02-22T20:41:34.039Z] CPUs: 4 [2021-02-22T20:41:34.039Z] Total Memory: 32GiB [2021-02-22T20:41:34.039Z] Name: azwin-2-07a380 [2021-02-22T20:41:34.039Z] ID: 35DI:XXFS:UDPG:Y2BK:PJ3B:QAQR:ISNX:XB47:DPS5:JEBS:Y2L5:CWOX [2021-02-22T20:41:34.039Z] Docker Root Dir: D:\CI\PR-41756\7\daemon [2021-02-22T20:41:34.039Z] Debug Mode (client): false [2021-02-22T20:41:34.039Z] Debug Mode (server): true [2021-02-22T20:41:34.039Z] File Descriptors: -1 [2021-02-22T20:41:34.039Z] Goroutines: 17 [2021-02-22T20:41:34.039Z] System Time: 2021-02-22T20:41:33.8702496Z [2021-02-22T20:41:34.039Z] EventsListeners: 0 [2021-02-22T20:41:34.039Z] Registry: https://index.docker.io/v1/ [2021-02-22T20:41:34.039Z] Labels: [2021-02-22T20:41:34.039Z] Experimental: false [2021-02-22T20:41:34.039Z] Insecure Registries: [2021-02-22T20:41:34.039Z] 127.0.0.0/8 [2021-02-22T20:41:34.039Z] Live Restore Enabled: false [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] [2021-02-22T20:41:34.039Z] INFO: Stopping daemon under test [2021-02-22T20:41:34.499Z] SUCCESS: The process with PID 4368 (child process of PID 7052) has been terminated. [2021-02-22T20:41:34.499Z] SUCCESS: The process with PID 7052 (child process of PID 1500) has been terminated. [2021-02-22T20:41:34.499Z] INFO: Stop tailing logs of the daemon under tests [2021-02-22T20:41:34.499Z] INFO: executeCI.ps1 Completed successfully at 02/22/2021 20:41:34. [2021-02-22T20:41:34.499Z] INFO: Tidying up at end of run [2021-02-22T20:41:34.499Z] INFO: Saving daemon under test log (d:\CI\PR-41756\7\dut.out) to bundles\CIDUT.out [2021-02-22T20:41:34.499Z] INFO: Saving daemon under test log (d:\CI\PR-41756\7\dut.err) to bundles\CIDUT.err [2021-02-22T20:41:34.499Z] INFO: Nuke-Everything... [2021-02-22T20:41:34.960Z] INFO: Container count on control daemon to delete is 2 [2021-02-22T20:41:35.421Z] 1a2b789a07e2 [2021-02-22T20:41:35.421Z] 52512895bed2 [2021-02-22T20:41:35.881Z] INFO: Non-base image count on control daemon to delete is 1 [2021-02-22T20:41:38.066Z] Deleted: sha256:9c6966fe2b5b1cde7b86a855a916216a4dd8d1a9e9f889329288242ceda49375 [2021-02-22T20:41:38.066Z] Deleted: sha256:842778a768dffa65bebc2a9427ab1366a6629c939c3cc72ec5704f830fe93349 [2021-02-22T20:41:38.066Z] INFO: Tidying pidfile d:\CI\PR-41756\7\docker.pid [2021-02-22T20:41:38.066Z] INFO: Nuking d:\CI [2021-02-22T20:42:08.111Z] INFO: Zapped successfully [2021-02-22T20:42:08.111Z] [2021-02-22T20:42:08.111Z] INFO: executeCI.ps1 exiting at Mon Feb 22 20:42:04 CUT 2021. Duration 01:13:49.2882370 [2021-02-22T20:42:08.111Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-02-22T20:42:08.358Z] Recording test results [2021-02-22T20:42:08.911Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-02-22T20:42:10.396Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-02-22T20:42:12.179Z] Archiving artifacts [2021-02-22T20:42:16.773Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41756/7/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-22T20:42:17.702Z] + make clean [2021-02-22T20:42:18.703Z] docker volume rm -f docker-dev-cache [2021-02-22T20:42:18.843Z] 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